Main page news script not updating, on diff database

The Helper

Necromancy Power over 9000
Staff member
Reaction score
1,701
Main page news script not synchronized with News forum. The front page is pulling the news from a different database. It does not show my upgrade post or Chile's reply to my Florida post.
 

Chile

The All Purpose Administrator
Reaction score
10
the script is nearly completed. I just need to work on the styles :)

If someone can post a news item to the WCII news forum, I'll also set up a news page for it.
 

SD_Ryoko

Ultra Cool Member
Reaction score
85
Okay, well I posted something.

That forum says 'news on the front of the tutorial page'

So I'm confused. Do posts in that forum go TO the front page of tutorial site, or what did you mean?

I can change the page of the tutorial site to accomodate, but I don't know how to link contect from the forum.

I'd imagine you would have to grab it from the forum using MySQL ?
 

Chile

The All Purpose Administrator
Reaction score
10
Yes.

I wrote a Vbulletin 3.06 news script for the main page of TheHelper. I am currently working on the cascading styles for presentation, and wondering what other useful formatting I could add to make it less generic looking without changing the overall look of the site (As I was asked not to touch).

The Tutorials section will also have a news script to take information from the tutorial news forum, and present on the subdomain. :)
 

SD_Ryoko

Ultra Cool Member
Reaction score
85
I see, I see.

I'll tell you this. It SS includes a file called news.html, so thats what would get altered.

The template also has these values, which you can use for colors. Most of them are for the search script. The ones I use are title, smalltitle (titles are the blue) tutorial (common text) and menu. You can also add any you like to menutop.shtml

.bright { color:00FFFF; font-size:17px }
.title { color:1E90FF; font-size:20px; font-family: "times new roman"; }
.smalltitle { color:1E90FF; font-size:17px; font-family: "times new roman"; }
.menu { color:white; font-size:17px }
.tutorial { color:white; font-size:17px; font-family: arial; }
.highlight { background: #FFFF40; }
.searchheading { font-size: 20px; font-weight: bold; color: #1E90FF}
.summary { font-size: 15px; font-style: italic; color: white}
.results { font-size: 15px; color: #FFD700}
.category { color: #999999; }
.description { font-size: 15px; color: #008000; }
.context { font-size: 15px; color: white}
.infoline { font-size: 15px; font-style: normal; color: #808080; }
.result_title { font-size: 17px; }
 

Chile

The All Purpose Administrator
Reaction score
10
bear in mind, also, that vBulletin allows you to post in different colors.

Because I wrote my own bbcode parser for our news blog, the color you post in should be the one to show up in any news script. If you post some text larger, it should also appear larger in the blog. ;)

However, this does bring about a small challenge to ensure that the output news text is an appropriate color for the WC III News blog. I may still have some work ahead of me, heh.
 

SD_Ryoko

Ultra Cool Member
Reaction score
85
Hummm

Maybe make it look just like the first thread in the post does, with the title size and font, then the body size and font.

A single pixel "tutorial blue" table border would look appropriate.

Then make the header the <FONT CLASS="smalltitle"> and the body of the message <FONT CLASS="tutorial">

PS- Thank you for changing the font sizes/bold in the forum layout, much better on they eyes now. Phew!
 

The Helper

Necromancy Power over 9000
Staff member
Reaction score
1,701
I was not actually thinking of making the news script the entire content of the tutorials main page. What I was actually envisioning was just like the first 8 articles summarized at the top of the page like on thehelper.net and then the current content of the page, what is there now. I like the completed projects and the request for tutorials on the front page. In other words, my vision was the news headlines like the recent forum posts on thehelper.net main page and really that was all.

I also considered the same summary headlines and displaying maybe 3 messages from the news on the page.

I think it would also be good if the world editor forum style was the same as the tutorials site, sharing the same sidebar. In other words, not thehelper.net sidebar but the tutorials sidebar instead on the forum then the colors and title and graphics matching the tutorials site.

In other words, to make the forum look like it was part of the tutorials site, which in reality it is.
 

SD_Ryoko

Ultra Cool Member
Reaction score
85
Hmmm let me explain what I was showing.

That news sample page I linked, would be on the front page, after the introduction and hosted projects. It takes that file and SSI includes it into the home page at the end.

It was only by itself because it was a concept for the script.

This would essentially replace the news I have listed at the bottom.

Is that what your thinking as well?
 

The Helper

Necromancy Power over 9000
Staff member
Reaction score
1,701
Sounds good to me - except I would add the little summary of like the last 8 news posts at the very beginning to balance it all out - or maybe the last 8 posts on the Warcraft forum. I think the news should be presented at least in summary first but I would also want that to fit on the very first screen that you could view with the current page content. In my vision but as far as the Tutorials site is concerned I give you veto power.
 

SD_Ryoko

Ultra Cool Member
Reaction score
85
We can off the second paragraph, or add just news titles before submissions, and the full news at the bottom. Or both. I can almost see the news on mine.

Of course, as the completed projects grew, this would get pushed down. Sadly though, I am pretty sure Mind and I are the only ones who've 'officially' released anything for download since I signed up. Posted maps are tests and concepts.

And now that I say that, I can't help but feel a little bit like I'm wasting time. Heh.

[edit]
If this forum adds 3 inches to the right of a photo and widens all the posts, is that a display error?
 

Attachments

  • forum.jpg
    forum.jpg
    82 KB · Views: 439

The Helper

Necromancy Power over 9000
Staff member
Reaction score
1,701
I am going to comment on this tomorrow after giving careful consideration.
 

The Helper

Necromancy Power over 9000
Staff member
Reaction score
1,701
Chile is busy upgrading his site RPG Stars with his new forum software plus he is on a 7 day straight work binge. I don't know if he is going to be active to integrate this. I can probably hack something together but it probably will not look as good as Chile can make it and if the site is not PHP it will not work.
 

Chile

The All Purpose Administrator
Reaction score
10
The beauty of the news script, even if it's pretty ugly php, is that it can be used for every forum on the board, can display images posted in the forums, and can even be tweaked to present the most recently replied topics instead of the last posted topics.

If the divisions of the tutorial page are saved as .php extentions, and are properly divided (meaning one php file is left, one is right, etc) then it's really easy to include them in a forum style. This is how our left panel and head banner are done on the main forums here. It makes the navigation and headers truly global for this domain. :)
 

The Helper

Necromancy Power over 9000
Staff member
Reaction score
1,701
Actually the issue I think SD_Ryoko is talking about is just the news script integration with the Tutorials main page. We can definitely do that without doing what we are talking about in the other forum.... As a matter of fact I am thinking about moving this thread.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!
    +1
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though
  • Ghan Ghan:
    Heard Houston got hit pretty bad by storms last night. Hope all is well with TH.
  • The Helper The Helper:
    Power back on finally - all is good here no damage
    +2
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    New recipe is another summer dessert Berry and Peach Cheesecake - https://www.thehelper.net/threads/recipe-berry-and-peach-cheesecake.194169/

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top