vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Little modification latest topics (https://vborg.vbsupport.ru/showthread.php?t=135607)

Theplayer 01-05-2007 07:54 AM

Little modification latest topics
 
I have a little problem with my latest topic page wich you can see on: www.theplayer.nl (scroll down for the latest 10 topics.
I have a subforum that I will exclude from the latest topic page.

This subforum is only for admins and moderators. This works fine, nobody see the subforum only the moderators and admins. But the topics in this forum are vissible on the latest 10 topis on the frontpage (www.theplayer.nl)
Is there hack to don't show up the subforum that are for admins and moderators on the latest 10 topics?

The code i'm using on www.theplayer.nl is the following:

Code:

// LATEST FORUM POSTS
if(!function_exists('forums_comment_latest')){
 include_once("{$CONFIG['dir_main']}/modules/forums_{$CONFIG["forum_integration"]}_func.php");
}
$DB_FORUM_BITS=forums_comment_latest(0,10);
// FORUM POST OUTPUT
$THEMES_VAR['forum_latest']="
<!--- START LATEST FORUM BITS -->
<table width='98%' cellspacing=1 cellpadding=2 align='center'>
 <tr>
  <td class='tcheader'><b>Laatste Forum Topics</b></td>
  <td class='tcheader' align='middle'><b>Poster</b></td>
  <td class='tcheader' align='middle'><b>Datum</b></td>
 </tr>";
$int_color=0;
while(list($key,$HASH_BIT)=each($DB_FORUM_BITS)){     
 $HASH_BIT['comment_date'] = func_date($HASH_BIT['comment_date'],"d-m-Y");
 if($HASH_BIT['comment_title']==''){
  $HASH_BIT['comment_title']=$HASH_BIT['comment_msg'];
 }
 if(strlen($HASH_BIT['comment_title'])>40){
  $HASH_BIT['comment_title']=substr($HASH_BIT['comment_title'],0,55)."...";
 }
 if($int_color%2==0){
  $ALT_COLOR='#eef2f6';
 } else {
  $ALT_COLOR='#FFFFFF';   
 }
 $THEMES_VAR['forum_latest'].="
 <tr>
  <td align='left' bgColor='$ALT_COLOR'><font size=1><b><a href='{$INT_CONF["forum_url"]}/{$INT_CONF["fl_view_thread"]}{$HASH_BIT['comment_id']}#post{$HASH_BIT['comment_id']}' style='color: #19334A'>{$HASH_BIT['comment_title']}</a></b></td>
  <td align='left' bgColor='$ALT_COLOR'><font size=1>{$HASH_BIT['comment_uname']}</font></td>
  <td align='left' bgColor='$ALT_COLOR'><font size=1>{$HASH_BIT['comment_date']}</font></td>
 </tr>";
 $int_color++;
}
$THEMES_VAR['forum_latest'].="</table><br>";


Theplayer 01-08-2007 10:25 AM

No one?


All times are GMT. The time now is 11:58 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.00960 seconds
  • Memory Usage 1,719KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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