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 4
1
2
3
>
Last
»
Showing results 1 to 25 of 94
Search took
0.02
seconds.
Search:
Posts Made By:
elsa23
Forum:
vB4 General Discussions
09-27-2017, 07:13 PM
Replies:
10
Database error in vBulletin 4.2.3
Views:
1,847
Posted By
TheLastSuperman
in phpmyadmin run the query: TRUNCATE TABLE...
in phpmyadmin run the query:
TRUNCATE TABLE elo4_session;
That will clear your session table, please note those logged-in at said time will be automatically logged out when you truncate the...
Forum:
vB4 General Discussions
09-27-2017, 05:58 PM
Replies:
10
Database error in vBulletin 4.2.3
Views:
1,847
Posted By
Stingray27
You need to empty your sessions table. How...
You need to empty your sessions table.
How you do that is dependant on of you run your own server, or how you connect to your mysql server to make edits.
Forum:
vBulletin 4.x Add-ons
06-11-2017, 09:24 AM
Replies:
232
Moderators Functions -
Moderation Auto-PM v4.0.6
Views:
66,397
Posted By
kastak
Hello everyone. I'm going to completely...
Hello everyone.
I'm going to completely rewrite that add-on. If someone has proposal regarding the new features, feel free to let me know about this through PM.
Thank you!
Forum:
vBulletin 4.x Add-ons
05-06-2017, 07:47 AM
Replies:
76
Integration with vBulletin -
More Open Graph Images (Free) by BOP5
Views:
29,319
Posted By
BirdOPrey5
if you put an asterisk after the 2 it should tell...
if you put an asterisk after the 2 it should tell the regex the 2 is optional and work either way:
$picfindregex = "\[img2*](.+)\[/img2*]";
But not tested. Worse case just go back to the...
Forum:
Modification Graveyard
04-29-2017, 08:01 AM
Replies:
489
Major Additions -
Video Club (YouTUBE, Vimeo, DailyMotion etc)
Views:
30,388
Posted By
paradoxG(r)eek
Maybe you're right. 48 hours appear to be a long...
Maybe you're right. 48 hours appear to be a long time for someone who wants something simple. But stay in my shoes and think:
I don't use to release simple things. I want to release something...
Forum:
vB4 Design and Graphics Discussions
04-23-2017, 03:45 PM
Replies:
9
How to increase distance between lines in the post text
Views:
773
Posted By
MarkFL
Try Using units of "em" instead of "px" for the...
Try Using units of "em" instead of "px" for the "margin-top" attribute. For example:
margin-top: 0.5em;
Forum:
vB4 Design and Graphics Discussions
04-23-2017, 12:30 PM
Replies:
9
How to increase distance between lines in the post text
Views:
773
Posted By
Dave
Add the following to the additional.css template:...
Add the following to the additional.css template:
.postcontent{
line-height: 20px;
}
You can adjust 20px to your needs.
Forum:
vBulletin 4.x Add-ons
04-13-2017, 09:00 PM
Replies:
26
Administrative and Maintenance Tools -
(vB4) What's Slowing Down My Forum? (Slow Plugins Finder)
Views:
6,757
Posted By
vBNinja
(vB4) What's Slowing Down My Forum? (Slow Plugins Finder)
One of the major causes of unhappy members/visitors is a slow forum!
Click here (https://vborg.vbsupport.ru/showthread.php?t=324920) for the vB3 version
Since vB doesn't have all the necessary...
Forum:
vBulletin 4.x Add-ons
04-04-2017, 09:00 PM
Replies:
12
Show Thread Enhancements -
Post Body CSS For Specified Users
Views:
4,366
Posted By
MarkFL
Post Body CSS For Specified Users
Overview:
This product will allow you to specify users by usergroup and/or username to be given CSS to their postbit post body content. You may also select active forums in which the product is...
Forum:
Modification Graveyard
04-04-2017, 09:00 PM
Replies:
489
Major Additions -
Video Club (YouTUBE, Vimeo, DailyMotion etc)
Views:
30,388
Posted By
paradoxG(r)eek
Video Club (YouTUBE, Vimeo, DailyMotion etc)
Since 2006 I was serving community members with my Free Mods
But as this site will starts operating by the company,
I'm no willing to support them
** File Removed **
Video Club
Fetch...
Forum:
vB4 Programming Discussions
03-29-2017, 10:16 PM
Replies:
4
Facebook Open Graph API 2.3+
Views:
1,454
Posted By
Andreas
Facebook Open Graph API 2.3+
For those who might need it:
https://github.com/facebookarchive/facebook-php-sdk/compare/master...KirbyDE:master?diff=unified&name=master
This little patch should restore Facebook Connect...
Forum:
vBulletin 4.x Add-ons
03-20-2017, 10:00 PM
Replies:
13
Show Thread Enhancements -
Postbits Match Username Markup Color
Views:
4,109
Posted By
MarkFL
Postbits Match Username Markup Color
Overview:
This product allows you to select elements of the user postbits which will match the color of the username HTML markup. You may select in which styles the product is active, and which...
Forum:
vBulletin 4.x Add-ons
03-16-2017, 10:00 PM
Replies:
9
Mini Mods -
Username Markup In Threadbits
Views:
2,884
Posted By
MarkFL
Username Markup In Threadbits
Overview:
This simple product adds username HTML markup associated with usergroups to threadbits on forum home,forum display and search results threadbits. That's it!
Compatibility:
Tested...
Forum:
vBulletin 4.x Add-ons
03-13-2017, 06:27 AM
Replies:
29
Miscellaneous Hacks -
Mark Thread Unread On Edit
Views:
7,757
Posted By
MarkFL
Thanks for letting me know...it's been one of...
Thanks for letting me know...it's been one of those days. :)
Update - Version 2.2.2:
Fixed plugin typo.
Forum:
Modification Graveyard
03-11-2017, 02:27 AM
Replies:
1,063
Administrative and Maintenance Tools -
vBulletin Cron Based Database Backup
Views:
182,444
Posted By
Paul M
'mysql' will attempt to use mysqldump, which in...
'mysql' will attempt to use mysqldump, which in your case looks like it wont work, so just stick to using 'php'.
Forum:
vBulletin 4.x Add-ons
02-28-2017, 02:08 PM
Replies:
38
New Posting Features -
Thread Descriptions
Views:
5,326
Posted By
Gn_Snake
I'm not trying to be a little but I think it is...
I'm not trying to be a little but I think it is very useful for SEO, but it is important to limit access to expert users
Forum:
vBulletin 4.x Add-ons
02-20-2017, 02:08 PM
Replies:
38
New Posting Features -
Thread Descriptions
Views:
5,326
Posted By
MarkFL
Good catch! :up: Update - Version 1.1.2: ...
Good catch! :up:
Update - Version 1.1.2:
Resolved reported issue of description being removed on quick edit.
Forum:
vBulletin 4.x Add-ons
02-20-2017, 12:12 PM
Replies:
38
New Posting Features -
Thread Descriptions
Views:
5,326
Posted By
MarkFL
Update - Version 1.1.1: Resolved...
Update - Version 1.1.1:
Resolved reported issue with editing thread descriptions.
Forum:
vBulletin 4.x Add-ons
02-19-2017, 07:02 PM
Replies:
38
New Posting Features -
Thread Descriptions
Views:
5,326
Posted By
MarkFL
You can increase the space there by editing the...
You can increase the space there by editing the PageTitle StyleVar and give it the amount of bottom padding you want. :)
edit: On second thought...that would put space beneath the fb buttons...I...
Forum:
vBulletin 4.x Add-ons
02-19-2017, 12:58 PM
Replies:
38
New Posting Features -
Thread Descriptions
Views:
5,326
Posted By
MarkFL
Update - Version 1.0.1: Attempt to...
Update - Version 1.0.1:
Attempt to resolve reported db error on index page.
Edit: I have no issue with deleting threads...will wait to see if others report any issue deleting threads with...
Forum:
vB5 General Discussions
02-19-2017, 05:15 AM
Replies:
50
Why not vBulletin 7 ?
Views:
5,770
Posted By
meissenation
I've been running my site on vBulletin since...
I've been running my site on vBulletin since 2005, I'd consider myself an average forum user for a small website (~2500 registered users). Forum activity has been way down so I thought I'd upgrade to...
Forum:
vB4 General Discussions
02-19-2017, 02:11 AM
Replies:
11
How to add a "description" in "Thread Listing" ?
Views:
770
Posted By
MarkFL
I have published my product here: Thread...
I have published my product here:
Thread Descriptions (https://vborg.vbsupport.ru/showthread.php?t=324478)
I have cited you as a co-author/supporter as this was your requested idea. :)
Forum:
vBulletin 4.x Add-ons
02-18-2017, 10:00 PM
Replies:
38
New Posting Features -
Thread Descriptions
Views:
5,326
Posted By
MarkFL
Thread Descriptions
Overview:
This product allows your users to add descriptions to threads which display below the title on various pages. You may define CSS to be applied to the description, the maximum length...
Forum:
vB4 General Discussions
02-17-2017, 07:26 PM
Replies:
11
How to add a "description" in "Thread Listing" ?
Views:
770
Posted By
MarkFL
No, a quarantined product cannot be...
No, a quarantined product cannot be downloaded...it is quarantined because it was determined or suspected that a potential security issue exists with the product.
Forum:
vB4 General Discussions
02-17-2017, 06:23 PM
Replies:
11
How to add a "description" in "Thread Listing" ?
Views:
770
Posted By
Stratis
This is the mod EWT - Thread Description...
This is the mod
EWT - Thread Description (https://vborg.vbsupport.ru/showthread.php?t=254539)
It is in graveyard. This what it does:
155844
155845
Mark knows what is better to do :)
Showing results 1 to 25 of 94
Page 1 of 4
1
2
3
>
Last
»
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
01:36 PM
.
-- 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.02602 seconds
Memory Usage
2,063KB
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
(56)
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.0018
(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(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(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(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(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(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(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(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(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(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(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(251, 0, 1,''); -> cached fperms for forum 251
(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(251, 0, 1,''); -> cached fperms for forum 251
FULLTEXT Search
php_sapi_name(): fpm-fcgi