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

Showing results 1 to 19 of 19
Search took 0.00 seconds.
Search: Posts Made By: Zamurick X
Forum: vBulletin 3.7 Add-ons 09-03-2008, 11:01 PM
Replies: 23
BB Code Enhancements - Multiple Options in Custom BBCode
Views: 10,146
Posted By Zamurick X
I'll work on something to fix that...

I'll work on something to fix that...
Forum: vBulletin 3.7 Add-ons 09-01-2008, 01:10 PM
Replies: 23
BB Code Enhancements - Multiple Options in Custom BBCode
Views: 10,146
Posted By Zamurick X
Andreas' mod didn't work for me at all, and other...

Andreas' mod didn't work for me at all, and other people posted on Andreas' thread asking to get it working on X version.
Forum: vBulletin 3.7 Add-ons 08-31-2008, 08:02 PM
Replies: 23
BB Code Enhancements - Multiple Options in Custom BBCode
Views: 10,146
Posted By Zamurick X
If you'd like I'll take it down. I've never done...

If you'd like I'll take it down. I've never done this kind of thing so I don't really know what I'm doing.
Forum: vBulletin 3.7 Add-ons 08-30-2008, 05:43 AM
Replies: 23
BB Code Enhancements - Multiple Options in Custom BBCode
Views: 10,146
Posted By Zamurick X
Well you definitely shouldn't be getting a...

Well you definitely shouldn't be getting a content encoding error.

Try this thread (http://www.vbulletin.com/forum/showthread.php?t=279702). If that doesn't work, check your .htaccess for anything...
Forum: vBulletin 3.7 Add-ons 08-30-2008, 05:18 AM
Replies: 23
BB Code Enhancements - Multiple Options in Custom BBCode
Views: 10,146
Posted By Zamurick X
Updated. When I was making this I didn't do...

Updated.

When I was making this I didn't do enough testing. I assumed it worked properly, but I had only tested it with one custom BBCode installed, and the mod broke when used with more than one....
Forum: vBulletin 3.7 Add-ons 08-30-2008, 02:31 AM
Replies: 23
BB Code Enhancements - Multiple Options in Custom BBCode
Views: 10,146
Posted By Zamurick X
Working on a fix, shouldn't be long.

Working on a fix, shouldn't be long.
Forum: vBulletin 3.7 Add-ons 08-30-2008, 02:09 AM
Replies: 23
BB Code Enhancements - Multiple Options in Custom BBCode
Views: 10,146
Posted By Zamurick X
Try setting the replacement to this: <object...

Try setting the replacement to this:
<object width="{option1}" height="{option2}"><param name="movie" value="{param}"></param><embed src="{param}" width="{option1}"...
Forum: vBulletin 3.7 Add-ons 08-29-2008, 11:12 PM
Replies: 23
BB Code Enhancements - Multiple Options in Custom BBCode
Views: 10,146
Posted By Zamurick X
No problem. Let me know if you have problems. =]

No problem. Let me know if you have problems. =]
Forum: vBulletin 3.7 Add-ons 08-29-2008, 10:00 PM
Replies: 23
BB Code Enhancements - Multiple Options in Custom BBCode
Views: 10,146
Posted By Zamurick X
Multiple Options in Custom BBCode

The first thing you should know is that I didn't write this from scratch, I updated a lot of Andreas' Multiple Option BBCode (https://vborg.vbsupport.ru/showthread.php?t=90869) mod, which is...
Forum: vB3 Programming Discussions 08-27-2008, 09:37 PM
Replies: 0
Views: 628
Posted By Zamurick X
vsprintf Output is Blank

Well, I solved most of my problems with updating Andreas' Multiple Option BBCode mod (for 3.5), but I have one more problem.

Once again, I'll start with my code.

bbcode_parse_start (appears to...
Forum: Management Articles 08-27-2008, 12:04 AM
Replies: 14
Views: 9,113
Posted By Zamurick X
Thanks Cheat, I'll be sure to fix the issues you...

Thanks Cheat, I'll be sure to fix the issues you mentioned which apply to TG.
Forum: vB3 Programming Discussions 08-26-2008, 11:57 PM
Replies: 19
Views: 2,130
Posted By Zamurick X
I've done some looking around, and I believe all...

I've done some looking around, and I believe all you need to do is find the file which adds administrators to the administrator SQL table, and change the code for it to include super moderators.
...
Forum: vB3 Programming Discussions 08-26-2008, 10:53 PM
Replies: 19
Views: 2,130
Posted By Zamurick X
Well there is some interesting code in...

Well there is some interesting code in admincp/adminpermissions.php...


$user = $db->query_first("
SELECT administrator.*, IF(administrator.userid IS NULL, 0, 1) AS isadministrator,...
Forum: vB3 Programming Discussions 08-26-2008, 10:33 PM
Replies: 19
Views: 2,130
Posted By Zamurick X
You can edit the super moderator usergroup, and...

You can edit the super moderator usergroup, and set Can Access Control Panel (is Administrator) to Yes.
Forum: Community Reviews 08-24-2008, 04:59 AM
Replies: 18
Views: 2,297
Posted By Zamurick X
I'm not great with reviews, but I'll say what I...

I'm not great with reviews, but I'll say what I can.

In my honest opinion, there are too many smilies. I'm not sure if I know many people that could or would spend the time required to find a...
Forum: vBulletin 3.7 Template Modifications 01-05-2008, 12:05 AM
Replies: 18
Forum Home Enhancements - User Referrer
Views: 9,549
Posted By Zamurick X
Why are there closing tags for a hyper link and...

Why are there closing tags for a hyper link and div if there are no opening tags?
Forum: vBulletin 3 Articles 12-27-2007, 10:07 PM
Replies: 1,139
Views: 384,036
Posted By Zamurick X
Listen to him Deadly. XD

Listen to him Deadly. XD
Forum: vBulletin 3 Articles 12-26-2007, 09:15 PM
Replies: 35
Views: 20,362
Posted By Zamurick X
Also does this regex support numbers? It appears...

Also does this regex support numbers? It appears it only supports a-z as the first character of the user name.

Try changing it to:

RewriteEngine on
RewriteRule ^/?([a-zA-Z0-9]+)$...
Forum: vBulletin 3 Articles 12-23-2007, 08:56 PM
Replies: 35
Views: 20,362
Posted By Zamurick X
This is great. I would like to add that you may...

This is great. I would like to add that you may want to remove the "/" from the .htaccess mod_rewrite. That will allow users who have their forums in another directory to use this. Because if I...
Showing results 1 to 19 of 19

 
Forum Jump

All times are GMT. The time now is 01:40 PM.


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.02559 seconds
  • Memory Usage 1,985KB
  • 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
  • (19)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (48)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