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 5
1
2
3
>
Last
»
Showing results 1 to 25 of 104
Search took
0.01
seconds.
Search:
Posts Made By:
Dragonsys
Forum:
vB4 General Discussions
12-13-2016, 04:08 PM
Replies:
11
Missing Product Settings
Views:
572
Posted By
Dragonsys
Have you checked the server error logs?
Have you checked the server error logs?
Forum:
vB4 General Discussions
12-05-2016, 05:51 PM
Replies:
4
Help (Adding Snow Effect)
Views:
737
Posted By
Dragonsys
Here is a plugin:...
Here is a plugin: https://vborg.vbsupport.ru/showthread.php?t=291367
Forum:
Forum and Server Management
12-02-2016, 07:48 PM
Replies:
12
Windows Server Question
Views:
1,497
Posted By
Dragonsys
No, as IfModule and VirtualHost are apache...
No, as IfModule and VirtualHost are apache configs.
You probably need to use web.config
...
Forum:
News and Announcements
11-29-2016, 06:30 PM
Replies:
28
Please welcome Dave as our new Advisor!
Views:
14,478
Posted By
Dragonsys
Congrats Dave
Congrats Dave
Forum:
vBulletin 4.x Add-ons
11-09-2016, 06:46 PM
Replies:
818
Major Additions -
[DBTech] Dragonbyte Gallery v1 (vB4)
Views:
178,096
Posted By
Dragonsys
That did it. Thank you
That did it. Thank you
Forum:
vB4 General Discussions
11-03-2016, 01:51 PM
Replies:
17
Plz Help me to save my Valuable DATA
Views:
985
Posted By
Dragonsys
did you upload the DB file (.sql) or did you...
did you upload the DB file (.sql) or did you import it to your new DB?
Forum:
Modification Requests/Questions (Unpaid)
10-06-2016, 12:15 PM
Replies:
1
vBulletin 3 Request - 3.8.6 your region in postbit obligatory
Views:
465
Posted By
Dragonsys
Create a Userfield and make sure that "Field...
Create a Userfield and make sure that "Field Required" is marked as Yes
Then in your postbit template add $postuserinfo['fieldx'] where x is the userfield number
Forum:
Modification Requests/Questions (Unpaid)
10-04-2016, 04:46 PM
Replies:
6
vBulletin 4 Request - Changing Easy Forms v4.x to make it reply in the thread you are in.
Views:
1,195
Posted By
Dragonsys
I don't think it is possible, but if it is, it...
I don't think it is possible, but if it is, it would require some pretty major edits. The plugin is not marked as re-usable code, so another coder (other than the author bananalive) cannot take it...
Forum:
vB4 General Discussions
09-28-2016, 03:32 PM
Replies:
10
Member Number Under Avatar
Views:
713
Posted By
Dragonsys
You should be able to add the below to your...
You should be able to add the below to your postbit template
Member Number: {vb:raw postinfo.userid}
Forum:
vB4 General Discussions
09-24-2016, 02:40 PM
Replies:
1
A bit stumped
Views:
254
Posted By
Dragonsys
You should reply to your original post about...
You should reply to your original post about this, not create a new one.
But, now that I can see your link, I would suggest this:
1. Create a TOS page in CMPS (use PHP page and link it to your...
Forum:
Forum and Server Management
09-21-2016, 11:02 AM
Replies:
5
Abondoned Forum Admin
Views:
1,287
Posted By
Dragonsys
makes sense, thanks for the info.
makes sense, thanks for the info.
Forum:
vB4 General Discussions
09-19-2016, 11:44 AM
Replies:
3
Module or page ?
Views:
275
Posted By
Dragonsys
VB4 doesn't use page modules, unless you are...
VB4 doesn't use page modules, unless you are talking about VBA CMPS Modules. The easiest way to do this would be to use CMPS, or step through Lynne's guide here -...
Forum:
vB4 Programming Discussions
09-06-2016, 03:08 PM
Replies:
2
Permissions for Usergroups
Views:
647
Posted By
Dragonsys
I think they are looking for external VB user...
I think they are looking for external VB user authentication, but I'm not 100% sure.
Forum:
vB4 General Discussions
09-01-2016, 05:43 PM
Replies:
1
Paid signature
Views:
217
Posted By
Dragonsys
Yes, via subscriptions. You setup a Paid...
Yes, via subscriptions. You setup a Paid usergroup which is allowed to use a signature, and then create a subscription which promotes the user to that usergroup.
Forum:
vB3 General Discussions
09-01-2016, 12:06 PM
Replies:
7
I want to buy license
Views:
1,548
Posted By
Dragonsys
I believe you have to buy a v5 license, but it...
I believe you have to buy a v5 license, but it should give you access to the older versions. If you ask this on the vbulletin.com forums, you might get a more definitive answer.
not if their...
Forum:
vB3 General Discussions
08-24-2016, 12:49 PM
Replies:
8
Stretch / resizable message area?
Views:
891
Posted By
Dragonsys
That area is already resizable. Check the bottom...
That area is already resizable. Check the bottom right corner, you can click and drag to resize it.
Forum:
vB4 General Discussions
08-18-2016, 11:54 AM
Replies:
6
Too many redirects problem
Views:
1,845
Posted By
Dragonsys
Open config.php and add the following to the top...
Open config.php and add the following to the top of the file (right under <?php)
define('DISABLE_HOOKS', true);
This will disable all plugins. Set your .htaccess back to normal. Then you will be...
Forum:
vB4 General Discussions
07-08-2016, 07:23 PM
Replies:
1
Problem Deleting User
Views:
281
Posted By
Dragonsys
gonna have to use a DB call. UPDATE...
gonna have to use a DB call.
UPDATE {prefix}post SET username = 'Guest' WHERE username = 'Joe Schmoe'
Forum:
vB4 General Discussions
07-05-2016, 04:40 PM
Replies:
5
Images under attached images do not resize
Views:
372
Posted By
Dragonsys
You need an Image Resizer plugin. This is the one...
You need an Image Resizer plugin. This is the one I use: https://vborg.vbsupport.ru/showthread.php?t=237650
Forum:
vB4 General Discussions
06-28-2016, 01:57 PM
Replies:
2
Warning error at top of forum
Views:
295
Posted By
Dragonsys
You should use this one fro VB4:...
You should use this one fro VB4: https://vborg.vbsupport.ru/showthread.php?t=268208
Forum:
vB4 Programming Discussions
06-20-2016, 12:24 AM
Replies:
3
{vb:raw bbuserinfo.userid} in postbit return first id for all
Views:
1,051
Posted By
Dragonsys
Just FYI, but bbuserinfo.userid will show the ID...
Just FYI, but bbuserinfo.userid will show the ID of the user viewing the page. So you would always see your own ID
Forum:
vB4 General Discussions
01-28-2016, 11:48 PM
Replies:
8
How to show BBCode rather than tags?
Views:
440
Posted By
Dragonsys
It should, for you. You set it to Standard &...
It should, for you.
You set it to Standard & WYSISYG in ACP, then in your UCP choose the WYSIWYG editor, this will enable if for your account, for all options you choose to make it available in...
Forum:
vB3 General Discussions
01-28-2016, 01:29 AM
Replies:
8
Regaining access to forum, please help..
Views:
570
Posted By
Dragonsys
can you access the DB? if so, blank out your...
can you access the DB? if so, blank out your password
Forum:
Modification Requests/Questions (Unpaid)
01-27-2016, 06:43 PM
Replies:
6
File attachments are not deleted from host
Views:
670
Posted By
Dragonsys
they should be deleted from the file system when...
they should be deleted from the file system when removed from the post. Check if your webhost is changing the permissions on the files. I have one site on Dreamhost, and they change the permissions...
Forum:
Community Lounge
01-27-2016, 06:08 PM
Replies:
33
vbadvanced.com
Views:
5,888
Posted By
Dragonsys
He shows to have been online here at vb.org this...
He shows to have been online here at vb.org this month (Developer Last Online: Jan 2016). I would hope he would see this thread and respond to it. I don't want to post his username to try and help...
Showing results 1 to 25 of 104
Page 1 of 5
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:01 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.01676 seconds
Memory Usage
2,033KB
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
(17)
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.0019
(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(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(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(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(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(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(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(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
FULLTEXT Search
php_sapi_name(): fpm-fcgi