Announcement
Collapse
No announcement yet.
Search Result
Collapse
571 results in 0.1548 seconds.
Keywords
Members
Tags
-
Barbole: +1 Rep for saying you had enough. I had enough of this as well. With that said, I have to agree, Abomination did not point anyone to go elsewhere. The topic starter asked a question that was...Last edited by Trevor Hannant; Fri 9 Jul '10, 12:39am.
Leave a comment:
-
Use a conditional instead of two seperate navbar templates. No registering required:
<vb:if condition="THIS_SCRIPT == 'my_special_code'">
my special navbar stuff that...
Leave a comment:
-
Welcome to vB, Calypso!
I love to code too. A friend of mine is switching to IPB, and as he is I searched for some mods people coded for IPB and found very few. I wanted examples to review...
Leave a comment:
-
Hi, and nice to meet you.
Reeve is correct about consolidating your forums. You should think about what categories you want, and then group your forums by category. The forum icons are...
Leave a comment:
-
You can use DISTINCT, but it has to be on a column name, e.g.:
SELECT DISTINCT country FROM ....
DISTINCT is pretty slow though. What I would do as you are using the wild card...
Leave a comment:
-
It'll hide the last edited by from everyone who is not an admin.
To hide only if admins made the edit? You will need to check by userid, I think (been a while).
Try this for...
Leave a comment:
-
create a new plugin:
hook location: postbit_display_complete
Paste this code in:
if ($this->registry->userinfo['usergroupid'] <> '6')
{
...
Leave a comment:
-
You need to read the argument:
<?php
echo $_REQUEST['option'];
?>
or
$option = $_REQUEST['option'];
echo $option;
Leave a comment:
-
He asked the question right: Why do you like vbulletin?
If you do not like it, then you should not be replying, as the question is directed to those who like it,
Why do...
Leave a comment:
-
-
Nice WordPress site, the home page is a little long with all the things for sale for my liking, though. Can you please post a link to your vBulletin forum. I would love to see it....
Leave a comment:
Leave a comment: