vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Sub Forum amelioration (https://vborg.vbsupport.ru/showthread.php?t=38362)

Corbu 05-07-2002 09:31 AM

Sub Forum amelioration
 
I speak about the sub-forums hack

I'have a request. It works on vb 2.2.5. I install it and it looks : screenshot at the end of the post.

I'll try to made a better design of this by remplacing the code of the hack by this on forumdisplay.php :
PHP Code:

// ADDED BY ERK 
if ($forum[cancontainthreads]!=0


$subforums=$DB_site->query("select title,forumid from forum where parentid = $forum[forumid] and active != 0 ORDER BY parentid,displayorder"); 
if (
$DB_site->num_rows($subforums)>0

$forum['description'] .= "<hr><B>Sous-forums:</B> "

$i 0
while (
$forum_child=$DB_site->fetch_array($subforums)) 

$i++; 
$permission=$DB_site->query_first("select accessmask from access where userid = $bbuserinfo[userid] AND forumid = $forum_child[forumid]"); 
if (
$permission['acessmask'] != || $permission['accessmask'] == null

$subs.="<a href=\"forumdisplay.php?forumid=$forum_child[forumid]&s=$session[sessionhash]\"><li>$forum_child[title]</li></a>"
if (
$i $DB_site->num_rows($subforums)) 

$subs.=""



$DB_site->free_result($subforums); 
$forum_child=null
$forum['description'].= $subs
$subs=null

// END ADDED 

But now...I have a big request :

I wanted to make the button at the left of the name of the sub-forum as an indicator gif button such as the same of when there is a new message on the forums. To know witch sub-forum as new messages...

Do you understand my request ? I'm sorry for my english...

Thank you.

E 05-07-2002 10:19 AM

u forgot the screen shot... but from what i understand... u want it so that on the mainpage when it shows a forum that has subforums.. has new posts... it tells u which one of them forums has the new posts???

Corbu 05-07-2002 12:04 PM

1 Attachment(s)
here is my screenshoot.

And...yes, it's what you say... I Want this. It's seems that to be easy for the hackers of vbulletin.org ! No ?

Thank you soo much. :lick:

Corbu 05-09-2002 08:03 AM

no one can help me for this ????

I want it soo much....


All times are GMT. The time now is 03:21 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.00919 seconds
  • Memory Usage 1,724KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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