Announcement
Collapse
No announcement yet.
Search Result
Collapse
52 results in 0.0388 seconds.
Keywords
Members
Tags
-
How to use get_template() to call a variable template?
I'm using vBulletin 2.3.4 and I'm trying to get a variable template name to be used in the get_template() function, but I'm not sure about the syntax. I've searched this forums and vb.org with many different...
-
Keep specific forum from being searched?
I have a debate forum in my list of forums on my site that I don't want to show up in the New Posts/Today's Posts listings. If people want to debate, great... but I don't want others to get drawn into...
-
4dealhosting.com
Looking for a great host to run vBulletin and just about everything else... FAST! Check out http://www.4dealhosting.com for some great plans with great pricing...and really...
Leave a comment:
-
Delhaze... make your changes to the 'modifyprofile_country' template, then execute the attached file. This file will:
- Verify that you have a modified template for 'modifyprofile_country'...
Leave a comment:
-
You can't add a 'modifyprofile_country' template anymore because one already exists! By running the tempchange.php, it changed the template from a "custom" to a "default original"...
Leave a comment:
-
If you have access to phpMyAdmin, go to it and use the following query:
UPDATE template SET templatesetid="-1" where title="modifyprofile_country"
Otherwise,...
Leave a comment:
-
Strange...
Well this is strange... I am testing new threads and replies in my usenet group. When the message is sent, I open up my Agent newsreader and I see the messages that were sent...
Leave a comment:
-
Like I said, if you already ran flag.php, DON'T run it again! The first time you ran it, it added the country field to the user table. Every time you try to run it now, it sees that the country field...
Leave a comment:
-
First of all, you need to get ONE hack working before you start another. You seem to be simultaneously working on 2 hacks (Country Flag and Astrological Sign) and getting errors from one, the other,...
Leave a comment:
-
You only need to run flag.php ONCE! This will create the field for country in the user table. After that you DON'T run flag.php again! Delete flag.php!
Make sure you have followed the...
Leave a comment:
-
Not the quote from webhost, the email that should have been sent to the admin of the vbulletin forum... it contains error information about the query that was run to cause the error!! That is the email...
Leave a comment:
-
-
Make sure the // Birthday Stuff looks like this:
PHP Code:// Birthday Stuff...
if ($calbirthday == 1) {
if ( ($day == -1 and $month != -1) or ($day !=-1 and $month == -1) )
Leave a comment:
-
What does the email that is sent to the administrator say? That holds the key to where the problem is! It sounds like one of your $db queries was not typed in correctly (if you have other hacks installed...
Leave a comment:
Leave a comment: