vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Latest news on the index (invision function) (https://vborg.vbsupport.ru/showthread.php?t=81366)

Eagle Creek 05-12-2005 10:35 AM

Latest news on the index (invision function)
 
Howdy!

Take a look overhere please:
http://eaglecreek.j-p-it.nl/forum/


As you can see at the top of the forums there is a sentence "[EC] Eagle Creek Clan Forum latest news: Forums and site updated"..

In the Admin Panel of the Invision Board I can turn this feature on or off and I can fill in the section ID of the section which one should be shows.

It justs shows the title of the most recent posted thread in that forum.

Is this a standardoption on VB? Or should I go ask for a hack like this?

All the best, EC

cinq 05-12-2005 10:38 AM

Not a default feature, but can be easily added by placing code in php_include and editting your FORUMHOME template :)

Eagle Creek 05-12-2005 10:52 AM

Uuhm.. I'm not really a PHPhero (I will be, one :D, I bought books :p, anyway ;)).. Can you make something for me?

Or is that much work?

cinq 05-12-2005 10:55 AM

The thread there "Forums and site updated", is it being pulled from just a specific forum(s) ? Or is it just the latest thread with a reply ?

Eagle Creek 05-12-2005 11:00 AM

No, it's for specific forum(s).. In Invision Board I can give up the forumID of the forum I want to get displayed.. (only one forum is possible overthere, but maybe more forumID's are possible when you make it yourself).

So; it shows the threadtitle from the forum I gave the ID and it links to the thread.

cinq 05-12-2005 11:09 AM

Not tested but something you can try :

Put this in your phpinclude_start ( Styles & Templates > Style Manager > All Style Options )

PHP Code:

$getnews $DB_site->query_first("SELECT threadid, title FROM ".TABLE_PREFIX."thread WHERE forumid=X ORDER BY lastpost DESC LIMIT 1"); 

You will need to put the forumid of the specific forum you want in place of the X at forumid=X

Now, in your FORUMHOME template, add this whereever you want it to be shown :

Code:

[EC] Eagle Creek Clan Forum latest news: <a href="showthread.php?t=$getnews[threadid]">$getnews[title]</a>

Eagle Creek 05-12-2005 11:17 AM

It isn't for EC forums but I will try this out! Thanks alot!

Where do I have to place it in phpinclude_start?

/*
// Example of how to include a seperate file:

ob_start();
include('yourheader.html');
$your_code = ob_get_contents();
ob_end_clean();

// Now place a reference to $your_code where you want the resulting HTML to be displayed.
// This will most likely be the header or footer template.
*/

cinq 05-12-2005 11:19 AM

After :

// This will most likely be the header or footer template.
*/

Eagle Creek 05-12-2005 11:21 AM

Database error in vBulletin 3.0.4:

Invalid SQL: SELECT threadid, title thread WHERE forumid=X ORDER BY lastpost DESC LIMIT 1
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE forumid=X ORDER BY lastpost DESC LIMIT 1' at line 1

mysql error number: 1064

Date: Thursday 12th of May 2005 02:21:08 PM
Script: http://www.antispywareoffensief.nl/f...e&pp=60&page=1
Referer: http://www.antispywareoffensief.nl/f...e&pp=60&page=1
Username: Admin
IP Address: *

cinq 05-12-2005 11:24 AM

Quote:

Originally Posted by cinq
You will need to put the forumid of the specific forum you want in place of the X at forumid=X

erm... :p


All times are GMT. The time now is 05:51 AM.

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.01857 seconds
  • Memory Usage 1,739KB
  • 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
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete