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 25 of 25
Search took
0.00
seconds.
Search:
Posts Made By:
scarex80
Forum:
vB4 Programming Discussions
12-28-2009, 06:37 PM
Replies:
2
Accessing board settings in plugin
Views:
420
Posted By
scarex80
Accessing board settings in plugin
Hi guys,
I'm trying to understand the new vbulletin release and, writing a plugin, I'm facing a strange problem.
I'm trying to write a plugin with this code...
Forum:
vB3 General Discussions
12-17-2008, 04:11 PM
Replies:
3
Number formatting
Views:
677
Posted By
scarex80
I'm still not abilitated to post there. I'm...
I'm still not abilitated to post there. I'm waiting for my admin to solve the problem.
For the momento I solved with a plugin which rewrite the variable not using the formatting function.
Forum:
vB3 Programming Discussions
12-16-2008, 09:46 AM
Replies:
5
Popup Problem
Views:
748
Posted By
scarex80
I solved. The problem was probably the order in...
I solved. The problem was probably the order in headinclude template.
I removed some javascript and reordered the others, and now it works!
Thanks Lynne for support :)
Forum:
vB3 General Discussions
12-16-2008, 09:45 AM
Replies:
3
Number formatting
Views:
677
Posted By
scarex80
Number formatting
I've upgraded forum from 3.6.8 to 3.7.4 but I noted that a bug still survives.
vb_number_format of a number > 999 results in in truncation, so vb_number_format(1024) result is 1. As the forum is...
Forum:
vB3 Programming Discussions
12-15-2008, 07:59 AM
Replies:
5
Popup Problem
Views:
748
Posted By
scarex80
Sorry, I mean drop down menu.
Sorry, I mean drop down menu.
Forum:
vB3 Programming Discussions
12-14-2008, 09:27 PM
Replies:
5
Popup Problem
Views:
748
Posted By
scarex80
Popup Problem
Hi to all,
I've updated our forum code from 3.6.8 to 3.7.4 PL1.
Now popup doesn't work.
In particular a code like this
<td id="usercpoptions" class="vbmenu_control"><a href="usercp.php">User...
Forum:
vBulletin 3.6 Add-ons
03-02-2008, 08:35 PM
Replies:
123
Moderators Functions -
Ban Users From a Thread
Views:
27,586
Posted By
scarex80
It could be a very interesting option. Expecially...
It could be a very interesting option. Expecially in very large board, mods of every section can use this tool without referring to supermods.
Forum:
Modification Requests/Questions (Unpaid)
12-26-2007, 12:40 PM
Replies:
2
Multiple option BBcode
Views:
875
Posted By
scarex80
After some months I've came back.... is there...
After some months I've came back.... is there anybody who can benefit of a mod implementing my need?
Forum:
News and Announcements
11-28-2007, 07:49 AM
Replies:
173
vBulletin 3.7 First Look!
Views:
31,235
Posted By
scarex80
Only a question, and I apologize if I wrong...
Only a question, and I apologize if I wrong section.
Does 3.7 release of vBulletin support multiple options vbCode?
Forum:
vB3 General Discussions
11-22-2007, 06:18 AM
Replies:
0
Javascript problems
Views:
592
Posted By
scarex80
Javascript problems
I apologize if this isn't the correct area where posting my problem.
I was debugging my forum in order to find out and fix bug in my code. Using javascript debugger for IE, I found in my forumhome...
Forum:
vB3 General Discussions
09-29-2007, 07:13 AM
Replies:
0
Message Area problem
Views:
572
Posted By
scarex80
Message Area problem
Hi to all,
I've a problem with message area editor in newpm template.
I set message area width in stylevars to 650px, and now it's correct in newreply page, for example:...
Forum:
vB3 General Discussions
09-27-2007, 08:07 PM
Replies:
2
RSS Question
Views:
742
Posted By
scarex80
The bot is already inside the vbulletin. You can...
The bot is already inside the vbulletin. You can find it in admincp panel and you can customize the template used by the Feed Manager in posting the feed element.
For example, I use this schema:
...
Forum:
vB3 General Discussions
09-26-2007, 07:22 PM
Replies:
4
I've modified a mod...
Views:
976
Posted By
scarex80
Thank you very much! So in this case I will...
Thank you very much! So in this case I will contact the author :)
Forum:
vB3 General Discussions
09-26-2007, 06:52 PM
Replies:
4
I've modified a mod...
Views:
976
Posted By
scarex80
I've modified a mod...
I wan't able to find any rules about mod and their submission. Probably I've searched in the wrong places...
Can someone link me something about? Rules or "howto" are good things to read...
In...
Forum:
vBulletin 3.6 Add-ons
09-25-2007, 05:50 AM
Replies:
105
Miscellaneous Hacks -
HS - External Signature Image Size Limiter
Views:
32,624
Posted By
scarex80
$maxsigweight=40000; ; function...
$maxsigweight=40000;
;
function check_sig_size($sig)
{
global $maxsigwidth, $maxsigheight, $maxsigweight, $errors, $vbulletin;
$sig = str_replace(array(' ', '\\"'), array('', '"'),...
Forum:
vBulletin 3.5 Add-ons
09-19-2007, 09:22 PM
Replies:
57
Multiple Option BBCode
Views:
21,812
Posted By
scarex80
Nothing, I've tried also on a 3.6.7 I import the...
Nothing, I've tried also on a 3.6.7 I import the xml plugin file contained in the zip, I applied the fix for php5 but my custom bbcode
prova
with this function of test
...
Forum:
Modification Requests/Questions (Unpaid)
09-15-2007, 10:24 AM
Replies:
2
Multiple option BBcode
Views:
875
Posted By
scarex80
Up?
Up?
Forum:
Modification Requests/Questions (Unpaid)
09-12-2007, 08:17 AM
Replies:
2
Multiple option BBcode
Views:
875
Posted By
scarex80
Multiple option BBcode
I'm running a 3.6.8 vbulletin.
I've found e mod for 3.5 which allows admin to write custom multiple option bbcode. Unfortunately this mod doesn't work on my vbulletin.
What do you think about a...
Forum:
vB3 General Discussions
09-12-2007, 05:38 AM
Replies:
2
Multiple Option bbode
Views:
781
Posted By
scarex80
Noone can help me?
Noone can help me?
Forum:
vB3 General Discussions
09-10-2007, 11:54 AM
Replies:
2
Multiple Option bbode
Views:
781
Posted By
scarex80
Up?
Up?
Forum:
vBulletin 3.5 Add-ons
09-10-2007, 11:53 AM
Replies:
57
Multiple Option BBCode
Views:
21,812
Posted By
scarex80
Up?
Up?
Forum:
vBulletin 3.5 Add-ons
09-08-2007, 06:19 AM
Replies:
57
Multiple Option BBCode
Views:
21,812
Posted By
scarex80
I tried to install the plugin on my 3.6.8 test...
I tried to install the plugin on my 3.6.8 test forum; as I'm running on 5.X php I've applied the fix sub_ubi reported, but doesn't work. {option1} {option2} are not resolved :(
Forum:
vB3 General Discussions
09-07-2007, 07:41 AM
Replies:
2
Multiple Option bbode
Views:
781
Posted By
scarex80
Multiple Option bbode
Hi to all,
I'm looking for a mod or plugin which allows me to use multiple option in a custom bbcode.
I've tried to use this one (https://vborg.vbsupport.ru/showthread.php?t=90869) but unfortunaly...
Forum:
vB3 General Discussions
08-20-2007, 12:16 PM
Replies:
2
Signature control
Views:
685
Posted By
scarex80
Thank you sgrynd, vb checks cover almost my...
Thank you sgrynd, vb checks cover almost my needs. Unfortunately, as the forum implements the spoiler bbcode, I suspect that user can avoid these checks, so it more simple to implement a visual check...
Forum:
vB3 General Discussions
08-20-2007, 11:46 AM
Replies:
2
Signature control
Views:
685
Posted By
scarex80
Signature control
Hi to all,
I'm managing a vBulletin 3.6.7 (in a few days I'll upgrade to 3.6.8) and I'm looking around for something which can help our mods to control users' signature.
I've searched all around...
Showing results 1 to 25 of 25
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:10 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.01917 seconds
Memory Usage
2,017KB
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
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(18)
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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(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(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(15, 0, 1,''); -> cached fperms for forum 15
(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(15, 0, 1,''); -> cached fperms for forum 15
(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(2, 0, 1,''); -> cached fperms for forum 2
(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
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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(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(113, 0, 1,''); -> cached fperms for forum 113
(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(113, 0, 1,''); -> cached fperms for forum 113
(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