Use recursion; that is a function that calls itself recursively which will lead to theoretically endless levels of categories.
Read: http://au3.php.net/manual/en/language.functions.php
Search...
Announcement
Collapse
No announcement yet.
User Profile
Collapse
-
-
-
It looks as though $vboptions[contactuslink] is a FULL url rather than just the sendmessage.php. Try removing $vboptions[bburl] from the link and i bet you it will work =)
Leave a comment:
-
-
Give a single user admin access?
Hey I have a usergroup called Veterans at my forums and I want a single person in the Veterans to have admin access as he is an old admin that is "retiring". Is there a way to give only him...
-
PHP Code:$vbulletin->db->query("UPDATE ". TABLE_PREFIX ."user SET profileviews = 0");
Leave a comment:
-
I believe that this is how it works;
If the domains ALL point to the same forum (so all are identical in output) then I think it's fine. However if the forums differentiate between domains then...
Leave a comment:
-
That would indeed be possible. It would require a mod but with the way the vBulletin hooks system works it should be quite easy to implement.
Leave a comment:
-
Forumhome statistics
I may be going blind but I cannot for the life of me find the option in the Admin CP that allows me to remove the Forum Statistics from my frontpage, can someone please point me in the right direction?...
-
PHP Code:if ( $bbuserinfo['usergroupid'] != 9 && $bbuserinfo['usergroupid'] != 7 )
{
ads here
}
Leave a comment:
-
Something along these lines:
PHP Code:<?php
if ( ! isset ( $_COOKIE['box_seen'] ) )
{
echo 'Box here';
setcookie ( 'box_seen', true, time()+365*24*60*60
Leave a comment:
No activity results to display
Show More
Leave a comment: