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 106
Search took
0.01
seconds.
Search:
Posts Made By:
dvsDave
Forum:
vBulletin.org Site Feedback
06-11-2013, 12:39 AM
Replies:
275
Account locked?
Views:
34,062
Posted By
dvsDave
I just started getting these emails about 10...
I just started getting these emails about 10 minutes ago, I'm assuming that the lockout period is disabled since I was just able to login in the past minute?
Forum:
vB4 General Discussions
08-21-2011, 02:32 AM
Replies:
2
Whistleblower forum/support forum mod?
Views:
390
Posted By
dvsDave
Oh man, I forgot about that setting. Thank you...
Oh man, I forgot about that setting. Thank you very much!
Forum:
vBulletin 4.x Add-ons
08-21-2011, 01:59 AM
Replies:
109
New Posting Features -
LAM - Dispute Resolution
Views:
20,769
Posted By
dvsDave
Hey mawby, I love the mod, is there a way to...
Hey mawby,
I love the mod, is there a way to keep users from defining another user and for me to hardcode the usergroup, and remove the option to select a usergroup?
-dvsDave
Forum:
vB4 General Discussions
08-21-2011, 01:53 AM
Replies:
2
Whistleblower forum/support forum mod?
Views:
390
Posted By
dvsDave
Whistleblower forum/support forum mod?
I need some help. I run a forum for technical theatre, and we had a person come onto the site, ask some questions about some safety related issues at the user's place of employment, and we advised...
Forum:
vBulletin 4.x Add-ons
06-13-2011, 05:12 PM
Replies:
80
Show Thread Enhancements -
Thread Starter in Postbit for vB 4
Views:
21,155
Posted By
dvsDave
If I had remembered that I had a cache running, I...
If I had remembered that I had a cache running, I would have saved myself the grief! But I jumped to the wrong conclusion. I've done some serious customization of the postbit template, laid out...
Forum:
vBulletin 4.x Add-ons
06-13-2011, 05:01 PM
Replies:
80
Show Thread Enhancements -
Thread Starter in Postbit for vB 4
Views:
21,155
Posted By
dvsDave
Thanks much! Turns out I had forgotten to flush...
Thanks much! Turns out I had forgotten to flush my cache after loading the product so the template edits were actually not needed! :eek:
Forum:
vBulletin 4.x Add-ons
06-13-2011, 03:04 PM
Replies:
80
Show Thread Enhancements -
Thread Starter in Postbit for vB 4
Views:
21,155
Posted By
dvsDave
I see the code, but I'm having trouble figuring...
I see the code, but I'm having trouble figuring out where to insert it in the postbit.
Forum:
vBulletin 4.x Add-ons
06-13-2011, 02:46 PM
Replies:
80
Show Thread Enhancements -
Thread Starter in Postbit for vB 4
Views:
21,155
Posted By
dvsDave
You wouldn't still have the original instructions...
You wouldn't still have the original instructions would you? I have some seriously customized postbits and the xml file doesn't seem to work for me.
Forum:
vBulletin 4.x Add-ons
10-11-2010, 05:52 PM
Replies:
30
Miscellaneous Hacks -
Invitation / Promotional / cupon - registration -> defined usergroup
Views:
11,139
Posted By
dvsDave
agree on all of the above, but would MOST like to...
agree on all of the above, but would MOST like to be able to set the group as an additional usergroup, not set it as the primary group. The issue is that this code allows a user to bypass the normal...
Forum:
vBulletin 4.x Template Modifications
09-21-2010, 04:49 PM
Replies:
14
Integration with vBulletin -
Add Google Web Fonts
Views:
8,015
Posted By
dvsDave
You can simplify the call to Google by doing this:
You can simplify the call to Google by doing this:
Forum:
vB4 Programming Discussions
09-16-2010, 07:02 PM
Replies:
11
Calling other templates
Views:
888
Posted By
dvsDave
So, I'm looking for a hook location that is right...
So, I'm looking for a hook location that is right before the postbit is called?
Forum:
vB4 Programming Discussions
09-16-2010, 03:13 PM
Replies:
11
Calling other templates
Views:
888
Posted By
dvsDave
That's what I was hoping to find in the first...
That's what I was hoping to find in the first place. Unfortunately, I'm still learning the vBulletin template/coding system.
Where would I find this and how can I access the user's preferences to...
Forum:
vBulletin 4.x Template Modifications
09-15-2010, 07:53 PM
Replies:
12
Show Thread Enhancements -
Users choose to see either Postbit or Postbit Legacy
Views:
4,465
Posted By
dvsDave
Nope, you just copy the entire code from the...
Nope, you just copy the entire code from the postbit_legacy template and paste it where the instructions tell you to. So any custom code will transfer. I'm not so sure if mods that use the...
Forum:
vB4 Programming Discussions
09-15-2010, 02:09 PM
Replies:
11
Calling other templates
Views:
888
Posted By
dvsDave
My thought is to copy the postbit to a new...
My thought is to copy the postbit to a new template called postbit2, then put the above code in the postbit.
How can I render the two templates (postbit_legacy and postbit2), or choose which...
Forum:
vB4 Programming Discussions
09-15-2010, 12:55 PM
Replies:
11
Calling other templates
Views:
888
Posted By
dvsDave
In the GENERIC_SHELL template, they call certain...
In the GENERIC_SHELL template, they call certain templates
{vb:raw headinclude}
<title>{vb:raw pagetitle}</title>
<vb:if condition="$includecss">
<vb:if...
Forum:
vB4 Programming Discussions
09-15-2010, 12:21 PM
Replies:
11
Calling other templates
Views:
888
Posted By
dvsDave
Calling other templates
Is there a way to call other templates?
Basically, is there a way to do this:
<vb:if condition="$bbuserinfo[fieldx] != 'Vertical'">
vb:template postbit;
<vb:else />
Forum:
vBulletin 4.x Template Modifications
09-15-2010, 12:16 PM
Replies:
12
Show Thread Enhancements -
Users choose to see either Postbit or Postbit Legacy
Views:
4,465
Posted By
dvsDave
This hack relies on the power of vb4 Template...
This hack relies on the power of vb4 Template Conditionals (https://vborg.vbsupport.ru/showthread.php?t=231525).
In your case, if you want certain forums to have postbit or postbit legacy, your...
Forum:
vBulletin 4.x Template Modifications
09-14-2010, 06:35 PM
Replies:
12
Show Thread Enhancements -
Users choose to see either Postbit or Postbit Legacy
Views:
4,465
Posted By
dvsDave
Updated with Screenshots
Updated with Screenshots
Forum:
vBulletin 4.x Template Modifications
09-13-2010, 04:00 PM
Replies:
12
Show Thread Enhancements -
Users choose to see either Postbit or Postbit Legacy
Views:
4,465
Posted By
dvsDave
Reserved for Future Use.
Reserved for Future Use.
Forum:
vBulletin 4.x Template Modifications
09-12-2010, 10:00 PM
Replies:
12
Show Thread Enhancements -
Users choose to see either Postbit or Postbit Legacy
Views:
4,465
Posted By
dvsDave
Users choose to see either Postbit or Postbit Legacy
1. Create profile field that had the option of "Horizontal" or "Vertical" with one of them being being the first option, it's a required field, first option is default with no blank.
NOTE: set as...
Forum:
vBulletin 4.x Add-ons
09-06-2010, 07:29 AM
Replies:
1,920
Add-On Releases -
Everywhere Sidebar 4 VB4
Views:
2,613,300
Posted By
dvsDave
I just upgraded from 1.14 to 1.34 and it now...
I just upgraded from 1.14 to 1.34 and it now works for me. I hadn't realized I wasn't running the latest code.
I still get a "Flash of Unstyled Content" when the page loads. the sidebar shows...
Forum:
vBulletin 4.x Add-ons
09-06-2010, 06:47 AM
Replies:
1,920
Add-On Releases -
Everywhere Sidebar 4 VB4
Views:
2,613,300
Posted By
dvsDave
My users are asking for persistence of sidebar...
My users are asking for persistence of sidebar preferences. If they close it, they are expecting it to stay closed for the duration of the time they are logged in. How can I do this?
Forum:
vBulletin 4.x Add-ons
09-06-2010, 06:13 AM
Replies:
648
Show Thread Enhancements -
[v.4.5] MARCO1 Advanced Quick Reply - Advanced Quick Edit - With Smiles!!
Views:
131,997
Posted By
dvsDave
Could you point me to the thread on VBSEO that...
Could you point me to the thread on VBSEO that talks about the bug?
Forum:
vB4 General Discussions
09-03-2010, 01:32 PM
Replies:
0
Insert Image - 2 interfaces - what logic determines which is used?
Views:
347
Posted By
dvsDave
Insert Image - 2 interfaces - what logic determines which is used?
I'm running vb 4.0.6
So, when I'm in a thread and click quick reply. I make the text window active by clicking on it, and then I click the Insert Image icon.
It will bring up the old...
Forum:
vB4 Programming Discussions
08-26-2010, 07:20 PM
Replies:
0
Allow users to switch between postbit and postbit_legacy in vB4
Views:
456
Posted By
dvsDave
Allow users to switch between postbit and postbit_legacy in vB4
I want to allow my users to switch between the postbit and postbit_legacy.
I know it's normally a setting that is global, not even per style.
If I could either create a child style with the...
Showing results 1 to 25 of 106
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
12:54 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.05317 seconds
Memory Usage
2,046KB
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
(52)
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.0021
(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(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(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(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(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(246, 0, 1,''); -> cached fperms for forum 246
(unspecified) fetch_permissions(246, 0, 1,''); -> cached fperms for forum 246
(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(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(246, 0, 1,''); -> cached fperms for forum 246
(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(246, 0, 1,''); -> cached fperms for forum 246
(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi