vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=139)
-   -   [release] Last news event on forumhome (https://vborg.vbsupport.ru/showthread.php?t=85151)

filburt1 10-30-2002 10:00 PM

[release] Last news event on forumhome
 
Author: filburt1
Description: Displays (including links where appropriate) the title, author, and number of posts of the last thread of the forum of your choice on forumhome.
Demo: http://www.webdesignforums.net/?styleid=3
Screenshot: http://www.vbulletintemplates.com/mo...=&postid=14293

If you install this mod then please click here

This adds one query to forumhome only.

filburt1 10-30-2002 11:13 PM

Screenshot:

Tony G 10-31-2002 03:25 AM

Nice mod. :)

LoRDsTaR 10-31-2002 04:13 AM

yeah, very nice mod!!

imported_TMG1 10-31-2002 04:19 AM

What's happening at TMG Message Boards?
Last news event: by with no replies.

but on the calendar it has Halloween, so it aint working.

Brad 10-31-2002 04:46 AM

This is based on forumid, not the calendar.

imported_TMG1 10-31-2002 05:25 PM

im still not sure how it really works :(

filburt1 10-31-2002 07:51 PM

It queries the database, pretty simple.

imported_TMG1 10-31-2002 10:54 PM

In english for dumbasses like me lol

filburt1 10-31-2002 10:56 PM

As the instructions say the only thing you have to change in the script is $newsforumid; you change it to the id of the forum you want the script to grab the news from. Since I don't see any news or annoucements forum I don't see how you could use this template edit...

imported_TMG1 10-31-2002 11:18 PM

you should make one that takes news from the calendar that would be tight. this is a good mod tho but not what i thought

filburt1 11-01-2002 12:13 AM

Quote:

Displays (including links where appropriate) the title, author, and number of posts of the last thread of the forum of your choice on forumhome
Sounds clear to me :p

Check out the lounge though.

csthiang 11-01-2002 10:56 AM

Quote:

Originally posted by filburt1
As the instructions say the only thing you have to change in the script is $newsforumid; you change it to the id of the forum you want the script to grab the news from. Since I don't see any news or annoucements forum I don't see how you could use this template edit...
How do I know what is my $newsforumid ??

filburt1 11-01-2002 11:14 AM

View the forum you want; the forumid is the number in the URL that follows &forumid= .

csthiang 11-01-2002 11:34 AM

Quote:

Originally posted by filburt1
View the forum you want; the forumid is the number in the URL that follows &forumid= .
Still cannot,only the heading shows,it did not even show the cannot get event message when I input the wrong $newsforumid

filburt1 11-01-2002 11:50 AM

Did you make $newsforumid = 6?

Aaron1 11-01-2002 04:37 PM

This is a great mod, thank u! I pressed install!

Is it also possible, to have 2 or 3 latest postings items on the homepage?

filburt1 11-01-2002 04:38 PM

It's possible but requires modification of the query and other code in phpinclude.

Aaron1 11-01-2002 04:42 PM

Is it hard to do?

But that would be cool, to have the top 3 latest postings (from your selected forum) on your homepage.

I added views and lastposter to it aswell. Take a look if you want.
Hmm, i will add a txt file.

stark427 11-09-2002 10:05 AM

Thats a great mod Filburt :)

I have a forum where the members write live reviews.... and I will probably install the mod changing it to :"Latest Live Reviews"

Is there any possibility this can be converted so that it will recognise the topics from the subforums of a forum? What I mean is this:

I have a main forum called : SPA reviews. Within that, I have 3 subforums.
1) Concerts
2) Album reviews
3) Interviews

the main forum is closed for writing... so when I enter the ID of this forum... it does not find any thread - 100% logical.
Is there a way it could take threads from the 3 subforums - which the main forum is comprised of?

Also one question : this mod adds one query at the forumhome. Is that going to be bad for the server loads? Im running my board on a shared server... so I'm kind of afraid :)

thanx in advance
clicked "install"

stark

filburt1 11-09-2002 01:30 PM

It is possible to recognize subforums but (just remembering the schema from my head) would require additional queries.

One extra query on forumhome on a shared server isn't a big deal with the normal number of queries there, it's if you add, say, 10 more, than you should be worried.

imported_Eternale 11-10-2002 12:23 AM

hmm it dont work for me, i did everything right

filburt1 11-10-2002 12:52 AM

Well obviously you didn't ;)

How doesn't it work?

filburt1 11-10-2002 01:52 AM

Quote:

Originally posted by Eternale
hmm it dont work for me, i did everything right
FYI your site in your profile links to a porn site so I'd suggest you yank that out of your profile now.

imported_Eternale 11-10-2002 01:57 AM

LOL my bad it was a Old site i had. I had a attachment guess it didnt work, il try it agian

imported_Eternale 11-10-2002 05:19 AM

Here it should work now :D

filburt1 11-10-2002 01:28 PM

Did you put all the necessary code in phpinclude?

stark427 11-10-2002 02:05 PM

Mine works great. :)
I did some tweaks on the code (simple things) to change the appearance a bit , and here it is :

Smoothie 11-11-2002 02:29 AM

Nice one! Installs...

Red Shadow 11-13-2002 11:31 PM

yours has multiple pages on it, how do u do that?

Sanctum 12-22-2002 11:30 PM

simple sweet and no vbportal necessary. Thanks for the submission ...install :)

Smoothie 12-31-2002 04:23 PM

Hey filburt, I know this has been asked, but have you looked into getting more than one news event displayed? Like maybe the 5?

filburt1 12-31-2002 04:25 PM

It can be done (change LIMIT 1 to LIMIT 5 and then put parts of the code in a for loop) but I don't have the time.

NickieNonstop 01-10-2003 01:36 PM

Nice one Filburt! But is it also possible to display the body/contents of the newspost?

filburt1 01-10-2003 02:23 PM

Not without using an additional query.

NickieNonstop 01-10-2003 02:35 PM

Can you tell me how to setup this query?

stark427 02-10-2003 02:00 AM

Filburt

I have not been using the reply count and userinfo status at the $lastnews

which means that my $lastnews is :

Code:


$lastnews = "Last news event: <a href=\"showthread.php?s=$shash&threadid=$threadid\">$title</a>"

So I guess there are some lines at the following code - to be included at the phpincluded that are not needed in my case, right?
Could you please tell me which of them are not needed so that I could remove them?

(I guess these lines being there is no harm, but If I can remove any code I don't need from the template, I would be glad to do it ) :)

don't post attached file contents --filburt1

thanx in advance


All times are GMT. The time now is 07:22 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01163 seconds
  • Memory Usage 1,779KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (37)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete