The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Showing results 1 to 21 of 21
Search took
0.00
seconds.
Search:
Posts Made By:
smju
Forum:
vBulletin 3.5 Add-ons
12-08-2005, 03:50 PM
Replies:
79
Send a Private Message to Public Group Leaders Upon a Join Request
Views:
17,574
Posted By
smju
If you really want to, it would be this line of...
If you really want to, it would be this line of code to change:
$pmdm->set('title', $vbulletin->userinfo['username']. " would like to join " . $groupname['title']);
Nice utility. Took me a...
Forum:
vBulletin 3.0 Full Releases
11-27-2005, 02:52 PM
Replies:
47
BB Code Functions
Views:
16,926
Posted By
smju
I never did get this implemented, however we are...
I never did get this implemented, however we are now on 3.5.1 sooooooooo
Any chance that this mod is going to get ported to 3.5?
Forum:
Modification Requests/Questions (Unpaid)
11-27-2005, 02:15 PM
Replies:
9
Dice Roll Hack (BB)
Views:
4,319
Posted By
smju
I suspect OrangeFlea is refering to a dice roller...
I suspect OrangeFlea is refering to a dice roller that works with bbcode's and keeps the result in the post.
Forum:
vBulletin 3.0 Full Releases
07-05-2005, 11:53 AM
Replies:
47
BB Code Functions
Views:
16,926
Posted By
smju
bump
bump
Forum:
vB3 General Discussions
05-12-2005, 05:53 PM
Replies:
7
Navbar (Quick Links) Messed Up!
Views:
1,089
Posted By
smju
Unless you were editing the php files it is...
Unless you were editing the php files it is highly unlikely {if not impossible} that what you were doing messed one or more of them up.
And if you were editing php files, revert means to replace...
Forum:
vB3 General Discussions
05-12-2005, 05:41 PM
Replies:
2
Permission Problem
Views:
973
Posted By
smju
This was a problem we encountered with our site...
This was a problem we encountered with our site initially and it was because we had denied all members the right to access the "home page" {indeed all pages} by default. We went down the road of...
Forum:
vB3 General Discussions
05-10-2005, 05:38 PM
Replies:
14
Permenant search links?
Views:
1,297
Posted By
smju
You would need to amend the WHERE section of the...
You would need to amend the WHERE section of the statement, along the lines of
WHERE ... {existing stuff}
AND NOT searchid = nnn or nnn or nnn
but you would need to get a decent SQL coder to...
Forum:
vB3 General Discussions
05-10-2005, 04:41 PM
Replies:
14
Permenant search links?
Views:
1,297
Posted By
smju
The reason your searches disappear is down to the...
The reason your searches disappear is down to the Scheduled Task that runs Cleanup.php. In our case we run it every hour.
There is a section in there that specifically deletes the contents of the...
Forum:
vB3 General Discussions
05-10-2005, 02:55 PM
Replies:
1
Odd Question
Views:
777
Posted By
smju
I doubt it. Or at least not without editing...
I doubt it.
Or at least not without editing the search.php program.
Forum:
vB3 General Discussions
05-10-2005, 02:54 PM
Replies:
5
How to set public group to need request for memebership
Views:
1,141
Posted By
smju
Once the group is created you have to assign at...
Once the group is created you have to assign at least 1 Group Leader. Without a leader, applicants are immediately accepted into the group.
Forum:
vBulletin 3.0 Full Releases
04-28-2005, 08:45 AM
Replies:
47
BB Code Functions
Views:
16,926
Posted By
smju
HTML-Kit. I am wondering if the problem was...
HTML-Kit.
I am wondering if the problem was in step 43 where the instructions only indicate 1 occurance of the search string and I found 2. Should I only have inserted the code once? and if so at...
Forum:
vBulletin 3.0 Full Releases
04-25-2005, 03:52 PM
Replies:
47
BB Code Functions
Views:
16,926
Posted By
smju
Hmmm. I wonder if the lack of a response...
Hmmm.
I wonder if the lack of a response is due to me actually applying the changes correctly.
Hmmm.
Forum:
vBulletin 3.0 Full Releases
04-16-2005, 08:07 AM
Replies:
47
BB Code Functions
Views:
16,926
Posted By
smju
One bit of info I forgot to add, was that I got...
One bit of info I forgot to add, was that I got the error after selecting the "Custom BB Code" option off the "Admin CP" menu.
Forum:
Community Lounge
04-15-2005, 06:09 PM
Replies:
29
Preferred IM
Views:
3,443
Posted By
smju
Trillion is the program I prefer Allows...
Trillion is the program I prefer
Allows access to all the given IM systems ivia the one interface.
Forum:
vBulletin 3.0 Full Releases
04-13-2005, 11:43 AM
Replies:
47
BB Code Functions
Views:
16,926
Posted By
smju
OK, just to reiterate. The error received was a...
OK, just to reiterate. The error received was a Parse error "Unexpected $ at line ... in functions_bbcodeparse.php" (where the line number corresponded to the last line of the php program = "?>".
...
Forum:
vBulletin 3.0 Full Releases
04-12-2005, 08:51 PM
Replies:
47
BB Code Functions
Views:
16,926
Posted By
smju
Whoops. Consider it removed. How then...
Whoops.
Consider it removed.
How then do I get help, because I am convinced that I made the hack changes correctly.
Forum:
vBulletin 3.0 Full Releases
04-12-2005, 02:32 PM
Replies:
47
BB Code Functions
Views:
16,926
Posted By
smju
Well, I did everything the instructions said and...
Well, I did everything the instructions said and I got an error, so backed it all out.
The error was in the functions_bbcodeparse file. The error message was "unexpected $ at line 1767" (which is...
Forum:
vB3 Programming Discussions
04-10-2005, 03:20 PM
Replies:
5
Problem displaying page correctly, footer not at foot
Views:
976
Posted By
smju
That's why I provided a link to the various bits...
That's why I provided a link to the various bits of code ...
However, I have since upgraded the program to add an additional facility on "Switch case 1", and the problem has been solved.
Still...
Forum:
vB3 Programming Discussions
04-10-2005, 09:25 AM
Replies:
5
Problem displaying page correctly, footer not at foot
Views:
976
Posted By
smju
Care to give me a clue?
Care to give me a clue?
Forum:
vB3 Programming Discussions
04-09-2005, 10:29 AM
Replies:
5
Problem displaying page correctly, footer not at foot
Views:
976
Posted By
smju
Problem displaying page correctly, footer not at foot
I am having a little problem and don't know what the solution is, if there is one.
I have a php program that has 2 parts. Part 1 displays a basic form asking the user to select a member name for...
Forum:
vBulletin 3.0 Full Releases
04-01-2005, 12:48 PM
Replies:
47
BB Code Functions
Views:
16,926
Posted By
smju
Are the instructions for installation still valid...
Are the instructions for installation still valid with 3.0.7?
Showing results 1 to 21 of 21
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
12:57 PM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
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.01821 seconds
Memory Usage
2,007KB
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)
footer
(1)
forumjump
(1)
gobutton
(1)
header
(1)
headinclude
(1)
navbar
(2)
navbar_link
(120)
option
(1)
post_thanks_navbar_search
(1)
search_results
(21)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(37)
threadbit_pagelink
Phrase Groups Available:
global
inlinemod
prefix
search
Included Files:
./
search.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/
functions_search.php
./includes/
functions_databuild.php
./includes/
functions_forumlist.php
./includes/
functions_misc.php
./includes/
functions_forumdisplay.php
./includes/
functions_bigthree.php
Hooks Called:
init_startup
init_startup_session_setup_start
init_startup_session_setup_complete
cache_permissions
style_fetch
cache_templates
global_start
parse_templates
global_setup_complete
search_before_process
search_start
search_results_start
search_results_query_posts
search_results_prebits
threadbit_process
search_results_postbit
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0007
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
FULLTEXT Search
php_sapi_name(): fpm-fcgi