Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

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
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
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
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
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
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
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&nbsp;</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

 
Forum Jump

All times are GMT. The time now is 08:45 AM.


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