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 8
1
2
3
>
Last
»
Showing results 1 to 25 of 180
Search took
0.02
seconds.
Search:
Posts Made By:
Dragonsys
Forum:
vB4 Design and Graphics Discussions
01-19-2017, 06:32 PM
Replies:
6
Help with formatting of privacy.php in Master Style
Views:
882
Posted By
MarkFL
Try changing: <ul> to: <ul...
Try changing:
<ul>
to:
<ul class="restore">
Forum:
vB4 General Discussions
01-10-2017, 07:39 PM
Replies:
4
Help with vbcover.com plugins
Views:
459
Posted By
Paul M
If they are encoded then I doubt anything can be...
If they are encoded then I doubt anything can be done.
Thats why you should stay clear of encoded products, you have no control over them (and no idea whats potentially buired in them).
Forum:
vB4 Programming Discussions
01-02-2017, 04:24 PM
Replies:
5
MYSQL Query to count words written
Views:
1,310
Posted By
Dave
Yes this is not something you would want to do as...
Yes this is not something you would want to do as a cronjob, as your database gets bigger, the cronjob will take more time and more load to complete.
It would be better if you run this one time...
Forum:
vB4 General Discussions
12-29-2016, 09:10 AM
Replies:
20
Hyperlink feature of editor being used to spam
Views:
1,515
Posted By
Snowhog
Thank you so very much. Installed the MOD...
Thank you so very much.
Installed the MOD after making the prior plugin inactive. I'll check it out with my test user. I selected Link, Unlink, Html, and Php to be removed from the editor for...
Forum:
vB4 General Discussions
12-28-2016, 07:09 PM
Replies:
20
Hyperlink feature of editor being used to spam
Views:
1,515
Posted By
MarkFL
If you wish to remove the link button from the...
If you wish to remove the link button from the toolbar, create a plugin hooked at "editor_construct" and use the Plugin PHP Code:
if (is_member_of($vbulletin->userinfo, array(X, Y, Z)))
{
$k1 =...
Forum:
Forum and Server Management
12-20-2016, 01:34 AM
Replies:
122
Who is moving to https?
Views:
24,790
Posted By
Paul M
I would be interested to know of any specific...
I would be interested to know of any specific code changes (for 4.2.5 / 3.8.11).
Some have already been applied in Beta 1, and I have updated a few more hard coded http links in Beta 2 to be...
Forum:
Forum and Server Management
12-19-2016, 11:26 PM
Replies:
122
Who is moving to https?
Views:
24,790
Posted By
RichieBoy67
Mark posted a good How to right here: ...
Mark posted a good How to right here:
https://vborg.vbsupport.ru/showpost.php?p=2579653&postcount=45
Forum:
Forum and Server Management
12-19-2016, 09:28 PM
Replies:
122
Who is moving to https?
Views:
24,790
Posted By
Mark.B
This covers most scenarios: ...
This covers most scenarios:
https://www.vbulletin.com/forum/articles/4361080-converting-your-forum-to-https
--------------- Added 1482190258 at 1482190258 ---------------
If you're not...
Forum:
vB4 General Discussions
12-14-2016, 01:39 AM
Replies:
11
Missing Product Settings
Views:
572
Posted By
MarkFL
Okay, I got the issue sorted. It had to do with a...
Okay, I got the issue sorted. It had to do with a custom ad rotation product.
It has a function defined in a plugin hooked at "admin_options_print" that should be within the if-then construct,...
Forum:
vB4 General Discussions
12-13-2016, 04:38 PM
Replies:
11
Missing Product Settings
Views:
572
Posted By
Paul M
6G :eek: Sounds like you need some log file...
6G :eek:
Sounds like you need some log file rotation.
Also sounds like you have some real issues, generating error logs that size.
Forum:
vB4 General Discussions
12-13-2016, 07:30 AM
Replies:
1
Remove phone numbers
Views:
244
Posted By
Kane@airrifle
Way too many number variables for either a style...
Way too many number variables for either a style RVM or a SQL text replace in the post table.
Your options are;
Accept that the horse has bolted and leave it as it is.
Make your classifieds...
Forum:
Forum and Server Management
12-05-2016, 07:08 PM
Replies:
12
Windows Server Question
Views:
1,497
Posted By
RichieBoy67
Thanks, that probably would have worked for me....
Thanks, that probably would have worked for me. The host finally changed the ini file though. I could have done that myself had I had access. In the past when working with Windows it was simple to...
Forum:
vB4 General Discussions
12-02-2016, 03:59 PM
Replies:
7
How to change Unregistered usergroup ID
Views:
683
Posted By
Inna
Really? Fortunately I was testing it on my...
Really? Fortunately I was testing it on my test-site, so there's nothing to be worry about.
Yeah, I figured out changing usergroup table didn't work, then I reverted changed back!
And now my test...
Forum:
vB4 General Discussions
12-02-2016, 11:51 AM
Replies:
7
How to change Unregistered usergroup ID
Views:
683
Posted By
Brandon Sheley
Why would you want to change the usergroup ID? ...
Why would you want to change the usergroup ID?
I have a feeling it's going to be a large task, the ID are only internally. The admin is the only one who would know it's been changed.
...
Forum:
vB4 General Discussions
12-01-2016, 01:41 PM
Replies:
6
error when post Submitted
Views:
899
Posted By
MarkFL
I would consider that "fix" to be a band-aid...
I would consider that "fix" to be a band-aid until you can upgrade your vB to a version compatible with your PHP as Paul suggested. :)
Forum:
vB4 General Discussions
12-01-2016, 01:30 PM
Replies:
6
error when post Submitted
Views:
899
Posted By
Paul M
Upgrade to at least 4.2.3, better still, 4.2.4. ...
Upgrade to at least 4.2.3, better still, 4.2.4.
You are running a newer version of php (5.5 +) which isnt compatible with older vB versions.
Forum:
vB4 Programming Discussions
11-29-2016, 01:32 PM
Replies:
2
Brain freeze on vB_Template::preRegister
Views:
678
Posted By
ctrenks
Thank you for the reply, it was after all working...
Thank you for the reply, it was after all working but somehow my variable was being over written, something new to track down!
Forum:
News and Announcements
11-27-2016, 09:53 PM
Replies:
28
Please welcome Dave as our new Advisor!
Views:
14,478
Posted By
Lynne
Please welcome Dave as our new Advisor!
Dave (https://vborg.vbsupport.ru/member.php?u=386389) has been such a big help in the forums that we asked if he would like to be an Advisor here and he said Yes! So, please give a big vbulletin.org...
Forum:
vBulletin 4.x Add-ons
11-18-2016, 10:00 PM
Replies:
18
New Posting Features -
Prevent Post Formatting Abuse
Views:
8,946
Posted By
MarkFL
Prevent Post Formatting Abuse
Overview:
This product allows you to prevent your users from using some commonly seen post formatting practices, which I've come to think of as abusive. For example, some users will begin and end...
Forum:
vB4 General Discussions
11-14-2016, 08:01 PM
Replies:
6
VB4 Coupon/promo code
Views:
956
Posted By
KevinL
Would you be willing to release what you wrote? ...
Would you be willing to release what you wrote? The mod you linked to is marked as re-usable code. I am sure many would like the use of this mod. :)
Forum:
vB4 General Discussions
11-14-2016, 05:58 PM
Replies:
6
VB4 Coupon/promo code
Views:
956
Posted By
ACNET
Yeah sorry, i didn't know anything about...
Yeah sorry, i didn't know anything about vBulletin, i ended up by updating this mod https://vborg.vbsupport.ru/showthread.php?t=173778 took me alot of hours to understand how vbulletin cache & token...
Forum:
vB4 Programming Discussions
11-11-2016, 01:42 PM
Replies:
2
Select count from table...
Views:
354
Posted By
Dave
It's not outputting anything because you don't...
It's not outputting anything because you don't fetch the results.
What you want to do is COUNT all DISTINCT records, example (untested):
$resCNT = $vbulletin->db->query_first_slave("SELECT...
Forum:
vBulletin 4.x Add-ons
11-10-2016, 05:43 PM
Replies:
818
Major Additions -
[DBTech] Dragonbyte Gallery v1 (vB4)
Views:
178,096
Posted By
MikeGF
Found it :) Cheers guys!
Found it :)
Cheers guys!
Forum:
vBulletin 4.x Add-ons
11-09-2016, 04:25 PM
Replies:
818
Major Additions -
[DBTech] Dragonbyte Gallery v1 (vB4)
Views:
178,096
Posted By
KevinL
Try editing the gallery instance and set the max...
Try editing the gallery instance and set the max width/height of the thumbs/images
Forum:
vB4 General Discussions
11-08-2016, 05:56 PM
Replies:
5
How to highlight threads?
Views:
605
Posted By
MarkFL
All of my products are free and supported. The...
All of my products are free and supported. The product to which I linked doesn't support blinking backgrounds by default, however you could likely add a flashing background via the additional CSS you...
Showing results 1 to 25 of 180
Page 1 of 8
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
11:26 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.01981 seconds
Memory Usage
2,059KB
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
(32)
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.0028
(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(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(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(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(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(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(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(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(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(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(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(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