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...
Page 1 of 4
1
2
3
>
Last
»
Showing results 1 to 25 of 98
Search took
0.00
seconds.
Search:
Posts Made By:
ReCom
Forum:
vBulletin 3.6 Add-ons
05-20-2009, 11:33 AM
Replies:
46
Integration with vBulletin -
MediaWiki Latest Additions & Changes
Views:
10,931
Posted By
ReCom
Thanks for this mod. I've modified your SQL...
Thanks for this mod.
I've modified your SQL query into this:
$query = "SELECT o.rc_title, o.rc_user_text, o.rc_new, o.rc_namespace, o.rc_timestamp FROM " . $prefix . "recentchanges o, (SELECT...
Forum:
vBulletin 3.7 Add-ons
02-26-2009, 05:10 AM
Replies:
114
Profile Enhancements -
Gender Bit: Show gender symbol next to username in postbits and many other places
Views:
27,897
Posted By
ReCom
Execute the following SQL assuming your vBulletin...
Execute the following SQL assuming your vBulletin table prefix is vb_:
UPDATE `vb_userfield` SET `field5` = 'Female' WHERE `field5` = 'Unspecified'
Change `field5` to the id of the gender user...
Forum:
vBulletin 3.7 Add-ons
02-16-2009, 12:07 AM
Replies:
114
Profile Enhancements -
Gender Bit: Show gender symbol next to username in postbits and many other places
Views:
27,897
Posted By
ReCom
I don't care. I lost no money.
I don't care. I lost no money.
Forum:
vBulletin 3.7 Add-ons
02-14-2009, 12:35 AM
Replies:
114
Profile Enhancements -
Gender Bit: Show gender symbol next to username in postbits and many other places
Views:
27,897
Posted By
ReCom
Reinstall.
Reinstall.
Forum:
vBulletin 3.7 Add-ons
01-03-2009, 06:22 AM
Replies:
114
Profile Enhancements -
Gender Bit: Show gender symbol next to username in postbits and many other places
Views:
27,897
Posted By
ReCom
No. This mod and that put gender symbols at...
No. This mod and that put gender symbols at different location.
Yes. Fully compatible with legacy postbit.
Forum:
vBulletin 3.6 Add-ons
12-23-2008, 03:39 PM
Replies:
273
Forum Home Enhancements -
Seasonal Forum Effects
Views:
66,592
Posted By
ReCom
Uh .. upgrade your vBulletin from 3.5.4 to 3.6.x...
Uh .. upgrade your vBulletin from 3.5.4 to 3.6.x or later? This is 3.6 mod after all :p
Forum:
vBulletin 3.7 Add-ons
12-16-2008, 09:15 AM
Replies:
114
Profile Enhancements -
Gender Bit: Show gender symbol next to username in postbits and many other places
Views:
27,897
Posted By
ReCom
In the fifth picture (the big "User Profile Field...
In the fifth picture (the big "User Profile Field Name") you should enter field60 instead of just 60.
Yup, a simple fix indeed. All these troubles would have not happened if you had looked at the...
Forum:
vBulletin 3.7 Add-ons
12-15-2008, 10:01 PM
Replies:
114
Profile Enhancements -
Gender Bit: Show gender symbol next to username in postbits and many other places
Views:
27,897
Posted By
ReCom
Gender Bit and Ext do not modify your database...
Gender Bit and Ext do not modify your database (other than what vbulletin does to absorb the addon into its environment). To uninstall them, just use the product manager (uninstall Ext before Gender...
Forum:
vBulletin 3.7 Add-ons
12-14-2008, 06:17 AM
Replies:
114
Profile Enhancements -
Gender Bit: Show gender symbol next to username in postbits and many other places
Views:
27,897
Posted By
ReCom
I was visiting my hometown, that has no internet...
I was visiting my hometown, that has no internet access, for one week and just look at people whining as if they paid me for my supports. Many others managed to install and get this thing working on...
Forum:
vB3 General Discussions
12-03-2008, 02:12 AM
Replies:
2
I need help! how can i do this?
Views:
692
Posted By
ReCom
Err .. that is just a sub-forum ..
Err .. that is just a sub-forum ..
Forum:
vB3 General Discussions
12-02-2008, 08:47 AM
Replies:
4
Moving Whos online
Views:
880
Posted By
ReCom
Refer vBulletin API to see in what file the...
Refer vBulletin API to see in what file the function fetch_online_status() is in, then in your plugin, include_once() the file.
What my english has happened to ...
Forum:
vB3 General Discussions
12-02-2008, 04:28 AM
Replies:
14
How do I automatically turn on/off specific forums at a set time?
Views:
1,632
Posted By
ReCom
Cool. I didn't know we can do math in SQL queries...
Cool. I didn't know we can do math in SQL queries :o
Forum:
vB3 Programming Discussions
12-01-2008, 11:06 PM
Replies:
4
Using Global Phrases in Templates
Views:
1,052
Posted By
ReCom
Or just spam the GLOBAL phrasespace ....
Or just spam the GLOBAL phrasespace ....
Forum:
vB3 General Discussions
12-01-2008, 11:03 PM
Replies:
5
Bored Typing Numbers
Views:
4,667
Posted By
ReCom
<a href="http://www.php.net/range"...
<a href="http://www.php.net/range" target="_blank">http://www.php.net/range</a>
Forum:
vBulletin 3.7 Add-ons
12-01-2008, 11:01 PM
Replies:
114
Profile Enhancements -
Gender Bit: Show gender symbol next to username in postbits and many other places
Views:
27,897
Posted By
ReCom
Meaning? Have you tried the "type 3" option?...
Meaning?
Have you tried the "type 3" option? Like I wrote in the description of that option in Gender Bit Options page, it's up to your imagination what "type 3" is. A "couple", unisex, animal,...
Forum:
vB3 Programming Discussions
12-01-2008, 09:58 PM
Replies:
3
New PHP File - Pulling Logged-in User ID?
Views:
1,148
Posted By
ReCom
$vbulletin->userinfo['userid']
$vbulletin->userinfo['userid']
Forum:
vB3 Programming Discussions
12-01-2008, 01:33 AM
Replies:
5
Too many queries?
Views:
919
Posted By
ReCom
Instead of running one query for each user with...
Instead of running one query for each user with the queries are different from each other on the 'WHERE' part like:
... WHERE user.userid = '12'
... WHERE user.userid = '222'
... WHERE...
Forum:
vB3 Programming Discussions
12-01-2008, 01:25 AM
Replies:
4
Using Global Phrases in Templates
Views:
1,052
Posted By
ReCom
"User Tools (global) Phrases" is not global...
"User Tools (global) Phrases" is not global enough because the ultimate global phrase group is labeled "GLOBAL"
Try adding a new plugin that hooks to init_startup with code:
$phrasegroups[] =...
Forum:
vB3 Programming Discussions
11-29-2008, 11:45 AM
Replies:
7
Please help me call this template!
Views:
1,118
Posted By
ReCom
Looking at showthread.php for vb 3.7.4, seems...
Looking at showthread.php for vb 3.7.4, seems like there's no hook for putting stuff after first posts of showthread pages. Plus the codes that generate the simir threads listing are located way...
Forum:
vBulletin 3.7 Add-ons
11-29-2008, 10:05 AM
Replies:
114
Profile Enhancements -
Gender Bit: Show gender symbol next to username in postbits and many other places
Views:
27,897
Posted By
ReCom
I'm glad you got it working :D hmm .. all...
I'm glad you got it working :D
hmm .. all these "not working" posts kinda make me think that it would be good idea if I include a troubleshooter in the next version, so that I don't have to repeat...
Forum:
vB3 Programming Discussions
11-29-2008, 10:00 AM
Replies:
7
Please help me call this template!
Views:
1,118
Posted By
ReCom
err .. why do you need to show $similarthreads in...
err .. why do you need to show $similarthreads in POSTBIT? if on one page there are 10 postbits, all of them will be showing the same list of threads over and over, you want that?
Forum:
vB3 General Discussions
11-29-2008, 09:19 AM
Replies:
3
database error
Views:
787
Posted By
ReCom
Uninstall the last mod/plugin you installed, it's...
Uninstall the last mod/plugin you installed, it's lousy ...
Forum:
vBulletin 3.7 Add-ons
11-29-2008, 09:03 AM
Replies:
114
Profile Enhancements -
Gender Bit: Show gender symbol next to username in postbits and many other places
Views:
27,897
Posted By
ReCom
I haven't installed vBExperience so I cannot say...
I haven't installed vBExperience so I cannot say for sure how that mod changes the architecture and the look of a forum ... but a quick look at vBExperience features list and screenshots showed me...
Forum:
vB3 General Discussions
11-29-2008, 12:20 AM
Replies:
5
remove search.php from navbar or header
Views:
1,548
Posted By
ReCom
Because from Coder point of view, template edits...
Because from Coder point of view, template edits are bad.
Of course I can imagine from Designer point of view, plugins are bad.
To each its own.
Forum:
vB3 General Discussions
11-28-2008, 03:00 PM
Replies:
5
remove search.php from navbar or header
Views:
1,548
Posted By
ReCom
Import the attached plugin xml using AdminCP >...
Import the attached plugin xml using AdminCP > Plugins & Products > Download / Upload Plugins.
Showing results 1 to 25 of 98
Page 1 of 4
1
2
3
>
Last
»
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
07:00 AM
.
-- 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.02275 seconds
Memory Usage
2,045KB
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)
pagenav
(1)
pagenav_curpage
(2)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(38)
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
pagenav_page
pagenav_complete
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0017
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi