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 43
Search took
0.00
seconds.
Search:
Posts Made By:
Scandal
Forum:
vB3 Programming Discussions
12-03-2017, 09:15 PM
Replies:
0
Reset Instant Notification by e-mail subscriptions
Views:
909
Posted By
Scandal
Reset Instant Notification by e-mail subscriptions
Hello all! :)
I need a technical advice from some vbulletin experts about a function of vBulletin (Thread Subscriptions). I'm a vbulletin developer too, but since we're talking a production site...
Forum:
vB3 General Discussions
11-23-2017, 10:43 AM
Replies:
1
vB3.8.4 - vB3.8.7 differences / Does the upgrade to vB3.8.11 worth? What pros?
Views:
581
Posted By
Scandal
vB3.8.4 - vB3.8.7 differences / Does the upgrade to vB3.8.11 worth? What pros?
Hello all!
Well, I have the title's questions:
1. What's the differences between vB3.8.4 and vB3.8.7? I would like to know generally but also especially in connection with Social Groups...
Forum:
vB3 Programming Discussions
11-19-2017, 06:26 PM
Replies:
6
XML Parsing Error: xml processing instruction not at start of external entity
Views:
1,183
Posted By
Scandal
Thanks Dave!! Your post inspired me to take a...
Thanks Dave!! Your post inspired me to take a better look @ config.php.
The issue was that we were talking about a vB3.8.4 with a config.php of version vB3.6.8!
It seems the admins were upgrade...
Forum:
News and Announcements
11-16-2016, 02:38 AM
Replies:
61
A Big Welcome to MarkFL
Views:
27,715
Posted By
Scandal
Congrats Mark!! :D
Congrats Mark!! :D
Forum:
vB4 General Discussions
08-20-2016, 09:49 PM
Replies:
5
Number of Queued E-Mails
Views:
472
Posted By
Scandal
Dave gives the answer. In case you're the only...
Dave gives the answer.
In case you're the only visitor, if you do lots of page refreshes/visit lots of times some pages on your board (maybe not admincp pages, but live site pages), the cron jobs...
Forum:
vB4 Programming Discussions
05-01-2016, 03:11 PM
Replies:
3
Checking a profile field's value and executing javascript
Views:
1,654
Posted By
Scandal
You should use $bbuserinfo for the user who load...
You should use $bbuserinfo for the user who load the page.
If you need to apply code for the user of an item (for example on the postbit/postbit_legacy), you could use $post['fieldX'] (= it will...
Forum:
vB4 Programming Discussions
04-28-2016, 07:26 PM
Replies:
5
Show how many days registered for a user
Views:
741
Posted By
Scandal
A "fast" way to do it is the following (no...
A "fast" way to do it is the following (no plugins or addons etc):
Open template "postbit_legacy" and place the following code:
<dt>Registration Days</dt> <dd><vb:if condition="$post[sc_joindays] =...
Forum:
vBulletin.org Site Feedback
03-13-2016, 01:56 PM
Replies:
3
Bug (Fixed) - Private Messages (select all not working)
Views:
1,502
Posted By
Scandal
Bug (Fixed) - Private Messages (select all not working)
Hello all :)
Since vbulletin.org upgraded to v3.8, the select all checkbox not working in private messages.
Just notice it to be fixed (it is a very useful function to mass delete pms).
PS:...
Forum:
vB3 Programming Discussions
10-31-2015, 04:47 PM
Replies:
5
Help needed with some conditionals (forum/first post)
Views:
863
Posted By
Scandal
Try $forum[title] :)
Try
$forum[title]
:)
Forum:
vB4 Programming Discussions
09-22-2015, 03:29 PM
Replies:
6
rawphrase in custom php file
Views:
874
Posted By
Scandal
hmmm, did you use the templater of vbulletin to...
hmmm, did you use the templater of vbulletin to display the content?
An example of use it is in this article (https://vborg.vbsupport.ru/showthread.php?t=228112).
In the above article, there is the...
Forum:
vBulletin 4.x Add-ons
08-24-2015, 12:55 PM
Replies:
21
BB Code Enhancements -
[Scandal's] Countdown Timer BBCode
Views:
8,526
Posted By
Scandal
hmm yes, let's say you make a post at: 1:00PM...
hmm yes,
let's say you make a post at: 1:00PM with bbcode:
When the post saved, the countdown timer will start from:
00:02:00:00
and will countdown...
00:01:59:59...
00:01:59:58... etc...
Forum:
vBulletin 4.x Add-ons
08-22-2015, 09:00 PM
Replies:
21
BB Code Enhancements -
[Scandal's] Countdown Timer BBCode
Views:
8,526
Posted By
Scandal
[Scandal's] Countdown Timer BBCode
Description
This product add two new BBCodes as follows:
... and
The string inside the BBCode is:
DAYS:HOURS:MINUTES:SECONDS, that you specify when make a post.
The results is a live...
Forum:
vB5 General Discussions
03-21-2015, 02:45 PM
Replies:
8
upgrading to VB 5 but there is no content !!
Views:
1,415
Posted By
Scandal
hmm not a good idea to use Beta software..
hmm not a good idea to use Beta software..
Forum:
vBulletin 4.x Template Modifications
10-25-2014, 10:00 PM
Replies:
8
Mini Mods -
Session Auto-Refresh (if user has not close the browser: show as online!)
Views:
5,200
Posted By
Scandal
Session Auto-Refresh (if user has not close the browser: show as online!)
A template modification for session auto-refresh! :up:
What does this mod do?
By default, vbulletin refreshes the session only on a page refresh - move to new page by the user. With this, when a...
Forum:
vBulletin 4.x Add-ons
06-07-2014, 10:00 PM
Replies:
8
Moderators Functions -
[Scandal's] AdminCP and ModCP Staff Notices for Users
Views:
6,260
Posted By
Scandal
[Scandal's] AdminCP and ModCP Staff Notices for Users
Description
This addon allow administrators and moderators to add text notices for each user (accessible on usermanager). :)
See screenshots!
Instructions included.
Notice: This hack was a...
Forum:
vBulletin 4.x Add-ons
08-08-2013, 10:00 PM
Replies:
1
Statistics Modifications -
Profile Statistics
Views:
7,367
Posted By
Scandal
Profile Statistics
Notice: This is a ported version to vB4 of this hack (https://vborg.vbsupport.ru/showthread.php?t=155603). Lea Verou gives me the rights to publish it. Enjoy! :up:
What does this do?
This unique...
Forum:
vBulletin 4.x Add-ons
06-12-2013, 10:00 PM
Replies:
13
Miscellaneous Hacks -
[Scandal's] vBContact Us
Views:
5,542
Posted By
Scandal
[Scandal's] vBContact Us
Description:
This modification allows you to add a new fully modulated "Contact Us" form to your vBulletin site. You can add/edit/remove sections and fields. It provides six (6) field types:
...
Forum:
vBulletin.org Site Feedback
02-27-2013, 08:13 AM
Replies:
2
iTrader feedback system on vbulletin.org
Views:
1,112
Posted By
Scandal
iTrader feedback system on vbulletin.org
vBulletin.org is an official vbulletin site with - pretty much - all vbulletin site administrators and developers. It provides modifications and also it has a section about Requests for paid services...
Forum:
vBulletin 4.x Add-ons
02-09-2013, 04:25 PM
Replies:
409
Miscellaneous Hacks -
[AJAX] Thumbs Up?
Views:
115,571
Posted By
Scandal
Yes, it is a stand alone thumbs mod with feature...
Yes, it is a stand alone thumbs mod with feature to import your "thanks" from abe's post thanks and post groans! :)
Data of the page "Statistics" for whole site, refresh every 24 hours. So if you...
Forum:
vB3 General Discussions
02-06-2013, 08:35 PM
Replies:
8
Display notification for custom Social Groups ???
Views:
1,984
Posted By
Scandal
Although I haven't understand what exactly you...
Although I haven't understand what exactly you want to do, you can use the following conditional inside a template:
<if condition="$group[groupid] == 106 OR $group[groupid] == 28">
MESSAGE
</if>
Forum:
vBulletin 4.x Add-ons
11-07-2012, 06:42 PM
Replies:
409
Miscellaneous Hacks -
[AJAX] Thumbs Up?
Views:
115,571
Posted By
Scandal
wow it is a bug! To fix the viewing of thumbs...
wow it is a bug! To fix the viewing of thumbs votes to guests, open the file functions_sc_thumbs.php (located in /includes folder), find the lines:
... and remove them!
Forum:
vBulletin 4.x Add-ons
08-08-2012, 06:13 AM
Replies:
409
Miscellaneous Hacks -
[AJAX] Thumbs Up?
Views:
115,571
Posted By
Scandal
v1.9.0 available! - new feature: support for...
v1.9.0 available!
- new feature: support for vBBlog entries & comments
- small fix to box template (thanks to Valter :up:)
Thank you all for your functions ideas, are really very interesting...
Forum:
vBulletin 4.x Add-ons
07-29-2012, 07:45 AM
Replies:
409
Miscellaneous Hacks -
[AJAX] Thumbs Up?
Views:
115,571
Posted By
Scandal
Are you sure you have installed the *xml product...
Are you sure you have installed the *xml product during the upgrade to v1.8?
Look at your admincp page with your products. What version of Thumbs Up? it says that you have installed?
How to...
Forum:
vBulletin 4.x Add-ons
07-23-2012, 06:52 PM
Replies:
409
Miscellaneous Hacks -
[AJAX] Thumbs Up?
Views:
115,571
Posted By
Scandal
Open template sc_thumbs_box and find: {vb:raw...
Open template sc_thumbs_box and find:
{vb:raw amount}
add before:
<vb:if condition="$amount > 0">+</vb:if>
also find (in the same or the next line):
{vb:raw list.users_plus_num}</vb:if>
add...
Forum:
vBulletin 4.x Add-ons
07-23-2012, 06:26 PM
Replies:
409
Miscellaneous Hacks -
[AJAX] Thumbs Up?
Views:
115,571
Posted By
Scandal
Tomorrow the importer vBSEO Likes to Thumbs Up?...
Tomorrow the importer vBSEO Likes to Thumbs Up? system... :up: (I had to do some tests)
You're right, I'll check it on my localhost.
I'll reply you in a few hours. :)
I have no touch...
Showing results 1 to 25 of 43
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
10:04 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.01805 seconds
Memory Usage
2,054KB
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
(29)
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.0009
(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(2, 0, 1,''); -> cached fperms for forum 2
(unspecified) fetch_permissions(2, 0, 1,''); -> cached fperms for forum 2
(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(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(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(262, 0, 1,''); -> cached fperms for forum 262
(unspecified) fetch_permissions(262, 0, 1,''); -> cached fperms for forum 262
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(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