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 18 of 18
Search took
0.00
seconds.
Search:
Posts Made By:
Meltdown
Forum:
vB3 Programming Discussions
01-31-2018, 07:03 PM
Replies:
0
Code location for Instant Email Notification
Views:
454
Posted By
Meltdown
Code location for Instant Email Notification
Hi all,
Can someone tell me where the code is for Instant Email Notification for Thread subscriptions, please.
My users are not getting thread subscription notifications when a new post is...
Forum:
vB3 General Discussions
08-04-2010, 02:18 PM
Replies:
5
All members getting "Account Locked out" errors?
Views:
763
Posted By
Meltdown
No, there was no phpBB import. Thanks Melt
No, there was no phpBB import.
Thanks
Melt
Forum:
vB3 General Discussions
08-04-2010, 11:16 AM
Replies:
5
All members getting "Account Locked out" errors?
Views:
763
Posted By
Meltdown
HI DataHero, I'm really not sure what was...
HI DataHero,
I'm really not sure what was involved in moving the site and database to the new server.
What is ImpEx and why would members need to reset their passwords?
Thanks for the...
Forum:
vB3 General Discussions
08-04-2010, 10:26 AM
Replies:
5
All members getting "Account Locked out" errors?
Views:
763
Posted By
Meltdown
All members getting "Account Locked out" errors?
Hi all,
Using 3.5.2 VB
All out members who try to log in today are getting the following error:
"Wrong username or password. You have used up your failed login quota! Please wait 15 minutes...
Forum:
Modification Requests/Questions (Unpaid)
12-20-2005, 11:12 AM
Replies:
1
How in the world do you update $searchbits ??
Views:
1,206
Posted By
Meltdown
When you edit the 'threadsbits' template you're...
When you edit the 'threadsbits' template you're editing $searchbits
Forum:
vB3 General Discussions
06-11-2005, 10:00 PM
Replies:
2
Showthread: User cannot view other users replies.
Views:
1,117
Posted By
Meltdown
Showthread: User cannot view other users replies.
Hi, can anyone tell me how to do this...when the user views a thread they can only see the first post and any replies they made to the thread, I don't want a user to see other peoples reply to the...
Forum:
Modification Requests/Questions (Unpaid)
05-14-2005, 02:56 PM
Replies:
1
Forums and Sub-Forums
Views:
755
Posted By
Meltdown
Try here......
Try here... https://vborg.vbsupport.ru/showthread.php?t=63498
Forum:
Modification Requests/Questions (Unpaid)
04-26-2004, 07:13 PM
Replies:
8
Hiding Who's online from guests
Views:
1,202
Posted By
Meltdown
Hide Whats Going On box from guests 1 Open...
Hide Whats Going On box from guests
1 Open template: FORUMHOME
2 Find comment line:
<!-- what's going on box -->
3 Before that add:
<if condition="!$show['guest']">
Forum:
Modification Requests/Questions (Unpaid)
04-23-2004, 08:26 PM
Replies:
5
Announcements in Threadview?
Views:
1,819
Posted By
Meltdown
CP Panel > VBulletin Options > Forum Display...
CP Panel > VBulletin Options > Forum Display Options (forumdisplay) > Group Announcements...set this to No and all announcements will show seperately, otherwise they are all grouped under one...
Forum:
Modification Requests/Questions (Unpaid)
04-23-2004, 01:46 PM
Replies:
5
Announcements in Threadview?
Views:
1,819
Posted By
Meltdown
1 Open Template: ShowThread 2 Find: <!-- /...
1 Open Template: ShowThread
2 Find:
<!-- / toolbar -->
3 Afer that Add:
<br><center>$announcebits</center><br>
...I think it looks much better if you place the $announcebits after $navbar...
Forum:
Modification Requests/Questions (Unpaid)
04-23-2004, 11:18 AM
Replies:
5
[req] Forum status display
Views:
1,325
Posted By
Meltdown
I'm not sure if you're going to take a...
I'm not sure if you're going to take a performance hit with everyone setting the forums to MarkRead by clicking on the forum link, or if it will solve the caching problem,but if you want to try...
Forum:
Modification Requests/Questions (Unpaid)
04-23-2004, 08:18 AM
Replies:
4
[Req] Time Online
Views:
810
Posted By
Meltdown
Here >>>...
Here >>> https://vborg.vbsupport.ru/showthread.php?t=60488&highlight=Time+Online
Meltdown
Forum:
Modification Requests/Questions (Unpaid)
04-22-2004, 09:33 PM
Replies:
5
[req] Forum status display
Views:
1,325
Posted By
Meltdown
I don't see how changing the color of the forum...
I don't see how changing the color of the forum should be any different than the old/new posts image, but anyway here's one solution
1 Open template: forumhome_forumbit_level1_post
2 Find:...
Forum:
Modification Requests/Questions (Unpaid)
04-20-2004, 01:50 PM
Replies:
14
$thread[title]
Views:
1,258
Posted By
Meltdown
Why dont you just open the 'newthread' template...
Why dont you just open the 'newthread' template and change the 'maxlength="85" value of the title input to maxlength="45".
Forum:
vB3 General Discussions
08-19-2003, 08:42 AM
Replies:
7
Add text to new post
Views:
1,328
Posted By
Meltdown
Hi Sukij, I sent you a PM.
Hi Sukij, I sent you a PM.
Forum:
vB3 General Discussions
08-16-2003, 10:15 PM
Replies:
7
Add text to new post
Views:
1,328
Posted By
Meltdown
Open newthread.php. Add the following to the...
Open newthread.php.
Add the following to the top:
<?
if ($HTTP_GET_VARS['forumid']== '2') {
$defaultmessage = 'message 1';
} elseif ($HTTP_GET_VARS['forumid']== '3') {
...
Forum:
vB3 General Discussions
08-14-2003, 09:25 PM
Replies:
3
Modify input boxes in "new thread"
Views:
831
Posted By
Meltdown
Bet you couldn't tell I'm a newbie! Thank for the...
Bet you couldn't tell I'm a newbie! Thank for the directions Mist
Forum:
vB3 General Discussions
08-14-2003, 07:58 PM
Replies:
3
Modify input boxes in "new thread"
Views:
831
Posted By
Meltdown
Modify input boxes in "new thread"
Hi, I want to modify the input boxes a member uses when adding a 'new thread'. I've looked through newthread.php but can't find any form code there, can anyone tell what file it is in?,
Thanks...
Showing results 1 to 18 of 18
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
06:28 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.01938 seconds
Memory Usage
1,977KB
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
(18)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(2)
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.0008
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(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(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(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