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 2
1
2
>
Showing results 1 to 25 of 33
Search took
0.01
seconds.
Search:
Posts Made By:
Scandal
Forum:
vB3 General Discussions
06-27-2018, 09:00 AM
Replies:
4
Varnish and vBulletin 3.8.11
Views:
726
Posted By
Brandon Sheley
Here is a copy of the xml and php file ...
Here is a copy of the xml and php file
https://www.vbulletin.com/forum/forum/customizing-vbulletin/vbulletin-templates-graphics-styles/121-welcome-to-the-templates-forum?p=428305#post428305
Forum:
vB3 Programming Discussions
04-27-2018, 02:28 PM
Replies:
8
Advanced Editor (WYSIWYG) in Chrome and Opera
Views:
1,672
Posted By
Nas.er
try this and work for me 100% In template:...
try this and work for me 100%
In template: editor_toolbar_on
Find: </if>
<td>
<div class="imagebutton" id="{$editorid}_cmd_resize_0_100"><img...
Forum:
Modification Requests/Questions (Unpaid)
05-18-2017, 02:12 AM
Replies:
3
vBulletin 4 Request - Ability to switch postbit style
Views:
1,118
Posted By
MarkFL
Okay, I have attached a preliminary product for...
Okay, I have attached a preliminary product for you to test out. When you install the product, a new profile field is created, which allows users to select the postbit style they want to use. This...
Forum:
vB4 General Discussions
08-20-2016, 09:15 PM
Replies:
5
Number of Queued E-Mails
Views:
427
Posted By
Dave
It will run once someone visits the site and a...
It will run once someone visits the site and a vBulletin scheduled task is scheduled to be run. It doesn't run automatically nor does it matter how many people visit your forum.
Forum:
vBulletin.org Site Feedback
03-13-2016, 04:05 PM
Replies:
3
Bug (Fixed) - Private Messages (select all not working)
Views:
1,455
Posted By
Paul M
Sure, changed it to 800.
Sure, changed it to 800.
Forum:
News and Announcements
12-11-2015, 06:31 PM
Replies:
61
A Big Welcome to MarkFL
Views:
27,066
Posted By
MarkFL
I am quite honored to have been invited by the...
I am quite honored to have been invited by the senior staff to join the team here at vBorg! :)
I have found participating here to be most beneficial in my quest to learn vBulletin coding in an...
Forum:
vBulletin 4.x Add-ons
09-20-2015, 12:51 PM
Replies:
12
Miscellaneous Hacks -
[Scandal's] Google Map Locations System
Views:
3,831
Posted By
mattltm
We had this developed for use on our community...
We had this developed for use on our community site at http://www.arpoc.org/locations.php.
It's been working fine for us for months. Hope you guys like it.
Matt
Forum:
vB3 Programming Discussions
06-22-2015, 10:37 AM
Replies:
2
How to automate database query?
Views:
750
Posted By
kh99
You could make a plugin using hook...
You could make a plugin using hook cron_script_cleanup_daily and code like this:
if (date("N") == '1') // 1 = Monday, 7=Sunday
{
$vbulletin->db->query_write("UPDATE rbs_banners SET...
Forum:
Modification Requests/Questions (Unpaid)
06-14-2015, 04:37 PM
Replies:
8
Image BB Code Request
Views:
991
Posted By
PinkMilk
Replacement: <img src="{param}"...
Replacement:
<img src="{param}" style="width:{option}px;height:auto;" />
JSFiddle height:auto demo (https://jsfiddle.net/4u59zzra/); height:auto will allow you keep aspect ratio needing only width...
Forum:
vBulletin 4.x Add-ons
06-12-2015, 03:52 PM
Replies:
58
Moderators Functions -
Report Thread Prefix Management
Views:
10,376
Posted By
MarkFL
Oh...I use my local dev site (in debug mode) for...
Oh...I use my local dev site (in debug mode) for screen shots, so unless you have your site in debug mode, you won't see those links. :D
Forum:
vBulletin 4 Articles
05-28-2015, 09:50 AM
Replies:
8
[vB4] A Beginner's Guide To Creating vBulletin Products
Views:
10,135
Posted By
Princeton
you took a lot of time writing this - thank you...
you took a lot of time writing this - thank you for sharing :up: :up:
Forum:
News and Announcements
12-30-2014, 08:03 PM
Replies:
0
vBulletin Impex
Views:
13,362
Posted By
Paul M
vBulletin Impex
ImpEx is the importer system written and maintained for vBulletin 3 and vBulletin 4.
Internet Brands has decided to release it to the general public as an open source project under the Modified...
Forum:
vBulletin 4.x Add-ons
06-13-2013, 10:43 PM
Replies:
13
Miscellaneous Hacks -
[Scandal's] vBContact Us
Views:
5,452
Posted By
voglermc
Awesome, ill give this a try!
Awesome, ill give this a try!
Forum:
Modification Graveyard
06-12-2013, 10:00 PM
Replies:
17
Forum Home Enhancements -
[Chris] Rate My Site & Testimonials in Forum Sidebar
Views:
15,439
Posted By
Christos Teriakis
[Chris] Rate My Site & Testimonials in Forum Sidebar
Rate My Site & Testimonials in Forum Sidebar
by Christos Teriakis
Demo: http://www.christeris.net/dev42/forum.php
Please note that from
11 Aug 2013
you can get support only in my site...
Forum:
vBulletin 4.x Add-ons
02-12-2013, 02:57 PM
Replies:
409
Miscellaneous Hacks -
[AJAX] Thumbs Up?
Views:
113,788
Posted By
Speedy131
I love this add-on :) It would suit my forum...
I love this add-on :)
It would suit my forum even better if I restrict the ability to give thumbs up/down only to posts that have an attachment in them.
Does anybody know if something like this...
Forum:
vBulletin 4.x Add-ons
11-16-2012, 10:30 AM
Replies:
409
Miscellaneous Hacks -
[AJAX] Thumbs Up?
Views:
113,788
Posted By
cjwinternet
Found the solution. You need to edit postbit.css...
Found the solution. You need to edit postbit.css and add this...
/* enable overflow */
.postbit .postrow {
overflow: visible;
}
Forum:
vBulletin 4.x Add-ons
08-02-2012, 03:16 PM
Replies:
409
Miscellaneous Hacks -
[AJAX] Thumbs Up?
Views:
113,788
Posted By
Valter
Advanced Forum Statistics...
Advanced Forum Statistics (https://vborg.vbsupport.ru/showthread.php?threadid=235841) now works with "Thumbs Up?" system too.
Forum:
vBulletin 4.x Add-ons
07-22-2012, 03:39 PM
Replies:
409
Miscellaneous Hacks -
[AJAX] Thumbs Up?
Views:
113,788
Posted By
AURFSCAN
Very good mod Scandal.. customised css to suit my...
Very good mod Scandal.. customised css to suit my style :up:
Forum:
vBulletin.org Site Feedback
07-22-2012, 01:00 PM
Replies:
9
Resolution of image attachments (suggestion)
Views:
1,392
Posted By
BirdOPrey5
Personally my limitation isn't the width, it's...
Personally my limitation isn't the width, it's the length (I am aware of how this sounds :erm:) but especially when posting screen shots of settings longer would be better. I'd like to see a max...
Forum:
vBulletin 4.x Add-ons
07-20-2012, 04:45 PM
Replies:
176
Social Group and Album Enhancements -
[Scandal's] vBGallery
Views:
52,007
Posted By
Leica.Robbiani
Hi there, Search in the album.css...
Hi there,
Search in the album.css template for .albumlist_entry, add the height and set the values of width and height to values, what are good for you. That's the way I did.
Best regards
...
Forum:
vBulletin 4.x Add-ons
07-13-2012, 04:33 PM
Replies:
176
Social Group and Album Enhancements -
[Scandal's] vBGallery
Views:
52,007
Posted By
Kolektor
Voted for MOTM. Keep up the good work :)
Voted for MOTM. Keep up the good work :)
Forum:
vBulletin 4.x Add-ons
07-03-2012, 03:00 PM
Replies:
176
Social Group and Album Enhancements -
[Scandal's] vBGallery
Views:
52,007
Posted By
trackpads
the one thing you should consider is that this...
the one thing you should consider is that this isn't a 'pure gallery' solution because it uses VBs built in gallery functions as its basis. I doubt VB will ever create an importer, I don't think...
Forum:
Mod of the Month
07-01-2012, 07:34 PM
Replies:
1
MOTM for July 2012
Views:
53,229
Posted By
Alfa1
This months poll is a very tough choice with so...
This months poll is a very tough choice with so many good addons. I went for the gallery, as that turns vb's basic album functionality in a real gallery with categories.
But Im certainly a fan of...
Forum:
vBulletin 4.x Add-ons
06-20-2012, 08:15 PM
Replies:
176
Social Group and Album Enhancements -
[Scandal's] vBGallery
Views:
52,007
Posted By
Leica.Robbiani
Hi Scandal, Thanks a lot for this updated...
Hi Scandal,
Thanks a lot for this updated version, I'll try it and update the translation. In the current translation there are also some forgotten phrases, sorry.
Best regards
L.R.
Forum:
vBulletin 4.x Add-ons
06-11-2012, 04:24 AM
Replies:
176
Social Group and Album Enhancements -
[Scandal's] vBGallery
Views:
52,007
Posted By
victorvu
Hi: I like this mod better than the...
Hi:
I like this mod better than the previous, but still lack a few, such as automatically slide photo, arrows for next photo and previous photo, plus thumbnails and have it hide or unhide. Able to...
Showing results 1 to 25 of 33
Page 1 of 2
1
2
>
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
02:14 PM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X
vBulletin 3.8.12 by vBS Debug Information
Page Generation
0.02192 seconds
Memory Usage
2,048KB
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
(1)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(39)
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.0007
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(2, 0, 1,''); -> cached fperms for forum 2
(unspecified) fetch_permissions(2, 0, 1,''); -> cached fperms for forum 2
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(2, 0, 1,''); -> cached fperms for forum 2
(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(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(203, 0, 1,''); -> cached fperms for forum 203
(unspecified) fetch_permissions(203, 0, 1,''); -> cached fperms for forum 203
(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi