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 11
1
2
3
>
Last
»
Showing results 1 to 25 of 272
Search took
0.01
seconds.
Search:
Posts Made By:
Mystics
Forum:
vBulletin 4.x Add-ons
04-17-2011, 03:37 PM
Replies:
115
New Posting Features -
[DBTech] vB Post Templates 1.5.0 [AJAX]
Views:
32,696
Posted By
Mystics
You have to use one condition: if...
You have to use one condition:
if (THIS_SCRIPT != 'vbcms' AND THIS_SCRIPT != 'pp_pro')
{
require(DIR . '/dbtech/posttemplates/hooks/editor_toolbar_end.php');
}
Forum:
Modification Graveyard
01-28-2011, 08:25 AM
Replies:
176
Administrative and Maintenance Tools -
Move inactive users to new usergroup
Views:
33,142
Posted By
Mystics
https://vborg.vbsupport.ru/showthread.php?t=231874
https://vborg.vbsupport.ru/showthread.php?t=231874
Forum:
vBulletin 4.x Add-ons
01-12-2011, 08:42 AM
Replies:
115
New Posting Features -
[DBTech] vB Post Templates 1.5.0 [AJAX]
Views:
32,696
Posted By
Mystics
=>...
=> https://vborg.vbsupport.ru/showpost.php?p=2136752&postcount=63
Forum:
vBulletin 4.x Add-ons
01-06-2011, 07:56 PM
Replies:
115
New Posting Features -
[DBTech] vB Post Templates 1.5.0 [AJAX]
Views:
32,696
Posted By
Mystics
I would just use Thread Prefixes for this.
I would just use Thread Prefixes for this.
Forum:
vBulletin 4.x Add-ons
12-20-2010, 08:39 AM
Replies:
115
New Posting Features -
[DBTech] vB Post Templates 1.5.0 [AJAX]
Views:
32,696
Posted By
Mystics
Try this "fix" for the CMS problem - this just...
Try this "fix" for the CMS problem - this just disables the plugin inside the CMS.
Edit Plugin "vB Post Templates: Integrate Into vB Editor" and change it to:
if (THIS_SCRIPT != 'vbcms')
{...
Forum:
vBulletin 3.6 Add-ons
02-24-2010, 10:38 AM
Replies:
516
Miscellaneous Hacks -
Thread Prefixes
Views:
173,118
Posted By
Mystics
vB 4 has a built-in prefix system.
vB 4 has a built-in prefix system.
Forum:
vBulletin 3.8 Add-ons
03-13-2009, 07:09 AM
Replies:
216
New Posting Features -
[AJAX] vB Post Templates 1.5.0
Views:
58,824
Posted By
Mystics
I think you have to edit and save an usergroup to...
I think you have to edit and save an usergroup to update the cache.
Forum:
vBulletin 3.8 Add-ons
03-12-2009, 06:24 AM
Replies:
216
New Posting Features -
[AJAX] vB Post Templates 1.5.0
Views:
58,824
Posted By
Mystics
I have written a small plugin to show the post...
I have written a small plugin to show the post templates within Quick Reply:
96312
Just import the plugin xml file (it's just a plugin, not a product/addon!).
You also have to add this code to...
Forum:
vBulletin 3.5 Add-ons
12-16-2008, 02:30 PM
Replies:
368
Thread Prefixes
Views:
82,217
Posted By
Mystics
You have an error in a plugin with the hook...
You have an error in a plugin with the hook newreply_form_reviewbit. The prefix add-on doesn't use this hook.
Forum:
vBulletin 3.7 Add-ons
12-21-2007, 11:26 AM
Replies:
39
Administrative and Maintenance Tools -
Thread Prefixes upgrade from Mystics to 3.7
Views:
12,113
Posted By
Mystics
You can't just add "." to the table prefix as the...
You can't just add "." to the table prefix as the user itself has to choose if and which delimiter he uses. Most users uses "_", not "." :)
Just compare it with the vBulletin Code, they don't add...
Forum:
vBulletin 3.7 Add-ons
12-21-2007, 11:08 AM
Replies:
39
Administrative and Maintenance Tools -
Thread Prefixes upgrade from Mystics to 3.7
Views:
12,113
Posted By
Mystics
Remove this line in tpup.php:if ($table_prefix !=...
Remove this line in tpup.php:if ($table_prefix != "") {$table_prefix .= ".";}And change:FROM forum");to:FROM " . $table_prefix . "forum");
Forum:
vBulletin 3.0 Full Releases
10-10-2007, 08:01 PM
Replies:
266
Thread Category / Prefix Hack
Views:
64,756
Posted By
Mystics
You really should use the version for 3.6.x, not...
You really should use the version for 3.6.x, not this version which is designed for 3.0.x. :)
https://vborg.vbsupport.ru/showthread.php?t=123033
Forum:
vBulletin 3.6 Add-ons
11-26-2006, 05:45 PM
Replies:
516
Miscellaneous Hacks -
Thread Prefixes
Views:
173,118
Posted By
Mystics
The prefixes will be ordered and stored in the...
The prefixes will be ordered and stored in the database. So it's normal that this form always shows the default options.
Forum:
vBulletin 3.6 Add-ons
11-26-2006, 05:28 PM
Replies:
516
Miscellaneous Hacks -
Thread Prefixes
Views:
173,118
Posted By
Mystics
Already possible when changing prefixes via...
Already possible when changing prefixes via forumdispplay.php.Then just define those 2-3 prefixes for those forums.
Forum:
vBulletin 3.6 Add-ons
09-04-2006, 05:54 PM
Replies:
516
Miscellaneous Hacks -
Thread Prefixes
Views:
173,118
Posted By
Mystics
Check your template modifications again.
Check your template modifications again.
Forum:
vBulletin 3.6 Add-ons
09-01-2006, 12:27 PM
Replies:
516
Miscellaneous Hacks -
Thread Prefixes
Views:
173,118
Posted By
Mystics
I tried everything but I'm unable to reproduce...
I tried everything but I'm unable to reproduce this...the information in the last post column is always correct in my tests. Please post all details about this forum (prefixes in forum defined,...
Forum:
vBulletin 3.6 Add-ons
09-01-2006, 12:12 AM
Replies:
516
Miscellaneous Hacks -
Thread Prefixes
Views:
173,118
Posted By
Mystics
Yeah? What about just another row!? <if...
Yeah? What about just another row!? <if condition="$show['threadprefix']">
<td>$threadprefixes </td>
</if>This is the code you have to insert..you don't see the <if> in the...
Forum:
vBulletin 3.6 Add-ons
08-31-2006, 10:06 PM
Replies:
516
Miscellaneous Hacks -
Thread Prefixes
Views:
173,118
Posted By
Mystics
Hm, you can change the alignment of thread...
Hm, you can change the alignment of thread prefixes in your vBulletin settings.
Re-do the modifications properly.
:confused: ??? Exactly above the line you have to find.
Forum:
vBulletin 3.6 Add-ons
08-31-2006, 09:57 PM
Replies:
516
Miscellaneous Hacks -
Thread Prefixes
Views:
173,118
Posted By
Mystics
Still can't reproduce it...have you already...
Still can't reproduce it...have you already defined prefixes in these forums? How is it possible the latest thread has no prefix when prefixed are required for this forum?
Forum:
vBulletin 3.6 Add-ons
08-30-2006, 04:01 PM
Replies:
516
Miscellaneous Hacks -
Thread Prefixes
Views:
173,118
Posted By
Mystics
I'm not able to reproduce this....are you sure...
I'm not able to reproduce this....are you sure you have made all modifications?
Forum:
vBulletin 3.6 Add-ons
08-30-2006, 09:04 AM
Replies:
516
Miscellaneous Hacks -
Thread Prefixes
Views:
173,118
Posted By
Mystics
Look in my profile for a version for vB 3.5.X.
Look in my profile for a version for vB 3.5.X.
Forum:
vBulletin 3.6 Add-ons
08-29-2006, 11:02 PM
Replies:
516
Miscellaneous Hacks -
Thread Prefixes
Views:
173,118
Posted By
Mystics
Just edit the threadbit template and...
Just edit the threadbit template and replace:$prefixmarkup[0]$thread[threadprefix]$prefixmarkup[1]with:<a...
Forum:
vBulletin 3.6 Add-ons
08-29-2006, 08:44 PM
Replies:
516
Miscellaneous Hacks -
Thread Prefixes
Views:
173,118
Posted By
Mystics
Just look at the version history ;)
Just look at the version history ;)
Forum:
vBulletin 3.6 Add-ons
08-21-2006, 02:08 PM
Replies:
516
Miscellaneous Hacks -
Thread Prefixes
Views:
173,118
Posted By
Mystics
Take a look at your file: ...
Take a look at your file:
http://virginiareia.com/forum/clientscript/vbulletin_textedit.js
You never ever should edit php or *.js files with programs like Word - and if you have to, save it as...
Forum:
vBulletin 3.6 Add-ons
08-21-2006, 02:02 PM
Replies:
516
Miscellaneous Hacks -
Thread Prefixes
Views:
173,118
Posted By
Mystics
You should pay attention to newthread, editpost...
You should pay attention to newthread, editpost and SUBSCRIBE.
Check your FORUMDISPLAY template.
Showing results 1 to 25 of 272
Page 1 of 11
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
08:45 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.02001 seconds
Memory Usage
2,059KB
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
(75)
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.0037
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(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(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(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(194, 0, 1,''); -> cached fperms for forum 194
(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(194, 0, 1,''); -> cached fperms for forum 194
(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(194, 0, 1,''); -> cached fperms for forum 194
(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(194, 0, 1,''); -> cached fperms for forum 194
(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(194, 0, 1,''); -> cached fperms for forum 194
(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(194, 0, 1,''); -> cached fperms for forum 194
(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(194, 0, 1,''); -> cached fperms for forum 194
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
FULLTEXT Search
php_sapi_name(): fpm-fcgi