vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Selective Forum Filter (https://vborg.vbsupport.ru/showthread.php?t=79883)

Phalynx 04-19-2005 03:04 PM

Really nice Hack. It works, but I had to change 2 things:

Forum is named forum.php not index.php:
Code:

<if condition="$_REQUEST['e'] == 1 AND $bbuserinfo[userid]">
&nbsp; &nbsp;
<a href="forum.php?$session[sessionurl]e=0">$vbphrase[showhideforums_turnoff]</a></if>
<if condition="$_REQUEST['e'] != 1 AND $bbuserinfo[userid]">
&nbsp; &nbsp;
<a href="forum.php?$session[sessionurl]e=1">$vbphrase[showhideforums_turnon]</a>
</if>

After updating, go back to forumhome, instead of editmode again:
In forum.php (index.php) I added
Code:

header("Location: forum.php");
after

Code:

$DB_site->query("UPDATE user SET excludeforumids = '" . $bbuserinfo['excludeforumids'] . "' WHERE userid = '" . $bbuserinfo['userid'] . "' LIMIT 1");

akanevsky 04-19-2005 05:53 PM

Quote:

Really nice Hack.
Thank you :)

Quote:

Forum is named forum.php not index.php
I assume that any hack should be made to work on default configuration. If one is advanced enough to change things like that (like you), he will be able to fix it :)

Quote:

After updating, go back to forumhome, instead of editmode again:
In forum.php (index.php) I added
To tell you the truth, I made it go to the edit mode again on purpose. If you wish to fix it, there is no need for additional PHP code. What you have to do is change

Code:

<form method="post">
<input type="hidden" name="do" value="showhideforums_update" />

to

Code:

<form method="post" action="index.php">
<input type="hidden" name="do" value="showhideforums_update" />

In the hack code :) That's it. I do not see the reason, however, to make the user exit the mode just like that... Maybe he wants to make sure he marked everything right?

Niceboy 04-19-2005 08:19 PM

Edit : [Removed]

akanevsky 04-19-2005 09:09 PM

Phalynx, Niceboy
What does the content of your posts have to do with my hack?

scottct1 04-22-2005 01:18 PM

I installed this and my users love it, howevr I have noticed what appears to be a bug, my users are reporting they can only hide 27 forums, any more then that and it does not work correctly. Is there any ways we can bump the number up to 50?

(I have a LOT of forums) :)

Scott

akanevsky 04-22-2005 05:51 PM

Try increasing length of the DB field.

scottct1 04-23-2005 05:44 PM

And how would I go about doing that? I am not a programmer which is why I am using your hack. :) And a great hack it is!

akanevsky 04-24-2005 11:36 AM

Use phpmyadmin which is in your cpanel. :)

artonex 04-24-2005 04:02 PM

This is very nice i will install it soon :)

scottct1 04-24-2005 04:59 PM

I know that. :)

But what do I change ALTER TABLE `user` ADD `excludeforumids` VARCHAR( 100 ) NOT NULL ; to?

And is there any way to modify the table without dropping it and readding it which would force the users to select their forums again.

Thanks!


All times are GMT. The time now is 08:09 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.01205 seconds
  • Memory Usage 1,738KB
  • 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
  • (5)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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