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 15 of 15
Search took
0.00
seconds.
Search:
Posts Made By:
MeNeedHelp
Forum:
vBulletin 3.6 Add-ons
03-03-2008, 09:08 AM
Replies:
123
Moderators Functions -
Ban Users From a Thread
Views:
27,555
Posted By
MeNeedHelp
This mod will do that... ...
This mod will do that...
https://vborg.vbsupport.ru/showthread.php?t=162037
Forum:
Modification Requests/Questions (Unpaid)
08-26-2007, 03:02 PM
Replies:
20
Paid Subscriptions Discount Code
Views:
2,602
Posted By
MeNeedHelp
It is not finished. I stopped half way through...
It is not finished. I stopped half way through due to other urgent projects.
Forum:
Modification Requests/Questions (Unpaid)
08-24-2007, 07:30 PM
Replies:
13
Limits on Quotes
Views:
1,560
Posted By
MeNeedHelp
Unless I'm reading this whole discussion wrong, I...
Unless I'm reading this whole discussion wrong, I thought you could solve the quote problem by not quoting at all in the reply. If someone wishes to reply with a quote, they will have to cut and...
Forum:
Modification Requests/Questions (Unpaid)
08-23-2007, 11:07 PM
Replies:
13
Limits on Quotes
Views:
1,560
Posted By
MeNeedHelp
Why not simply replace the quote button with a...
Why not simply replace the quote button with a reply button?
Forum:
Modification Requests/Questions (Unpaid)
08-23-2007, 03:53 AM
Replies:
5
random style each visit
Views:
1,007
Posted By
MeNeedHelp
You could insert this in the global.php file. ...
You could insert this in the global.php file.
($hook = vBulletinHook::fetch_hook('style_fetch')) ? eval($hook) : false;
$numstyles = 3; // however many styles you have
$randstyle = rand(0,...
Forum:
Modification Requests/Questions (Unpaid)
08-08-2007, 11:42 PM
Replies:
8
Individual Forum Colours
Views:
879
Posted By
MeNeedHelp
The style does not have to be active. if...
The style does not have to be active.
if ($forumid == 2 AND $vbulletin->userinfo['styleid'] == 1)
{
$vbulletin->userinfo['styleid'] = 2;
$styleid = 2;
}
That should work but if you...
Forum:
Modification Requests/Questions (Unpaid)
08-08-2007, 11:13 PM
Replies:
8
Individual Forum Colours
Views:
879
Posted By
MeNeedHelp
Then not sure whats the point of forcing a...
Then not sure whats the point of forcing a certain style on them if they can simply change it.
You will also need to override the $styleid variable in the same conditional.
I have not tested this...
Forum:
Modification Requests/Questions (Unpaid)
08-08-2007, 11:03 PM
Replies:
8
Individual Forum Colours
Views:
879
Posted By
MeNeedHelp
You could insert this in the global.php file. ...
You could insert this in the global.php file.
($hook = vBulletinHook::fetch_hook('style_fetch')) ? eval($hook) : false;
Are your users allowed to switch styles on their own?
Forum:
Modification Requests/Questions (Unpaid)
08-08-2007, 10:43 PM
Replies:
8
Individual Forum Colours
Views:
879
Posted By
MeNeedHelp
Unless I do not get what you are trying to do, me...
Unless I do not get what you are trying to do, me thinks this would work...
if ($forumid == x AND $vbulletin->userinfo['styleid'] == y)
$vbulletin->userinfo['styleid'] = z;
Forum:
Modification Requests/Questions (Unpaid)
08-08-2007, 04:20 AM
Replies:
20
Paid Subscriptions Discount Code
Views:
2,602
Posted By
MeNeedHelp
Something like this...
Something like this...
Forum:
vB3 Programming Discussions
03-23-2007, 06:38 AM
Replies:
0
Cannot fill in new thread/reply form using Firefox
Views:
654
Posted By
MeNeedHelp
Cannot fill in new thread/reply form using Firefox
When using Firefox, I cannot fill in the main message box in the new thread or reply forms.
Whenever the form loads up I cannot click on the main box in order to fill in some text. I can only insert...
Forum:
vB3 General Discussions
12-29-2004, 09:09 PM
Replies:
2
Bots following links
Views:
906
Posted By
MeNeedHelp
Thanks for the reply, however, I have almost 300...
Thanks for the reply, however, I have almost 300 links and will not be able to maunally disallow each link (well, do not want to, is a better word :rolleyes: ).
Forum:
vB3 General Discussions
12-27-2004, 10:06 PM
Replies:
3
Please, someone, anyone...
Views:
784
Posted By
MeNeedHelp
Hi, In your 'FORUMHOME' template, toward the...
Hi,
In your 'FORUMHOME' template, toward the bottom, remove the following:
<a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a>
<a...
Forum:
vB3 General Discussions
12-27-2004, 10:00 PM
Replies:
2
Bots following links
Views:
906
Posted By
MeNeedHelp
Bots following links
Hi,
How do I prevent Bots from following links on my site.
I currently count it when someone follows a link on my site but Bots seem to be able to follow all links and thus my count sky-rockets....
Forum:
vB3 General Discussions
12-05-2004, 01:32 PM
Replies:
0
Allow HTML in posts code question
Views:
824
Posted By
MeNeedHelp
Allow HTML in posts code question
How does a post know if it should display in HTML or only use BBCode.
In other words,
If I allow HTML in a forum, where in code is the check to see that HTML is allowed prior to display?
I want...
Showing results 1 to 15 of 15
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
05:18 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.01363 seconds
Memory Usage
1,959KB
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
(15)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(13)
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.0005
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(112, 0, 1,''); -> cached fperms for forum 112
(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(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi