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...
Showing results 1 to 24 of 24
Search took
0.00
seconds.
Search:
Posts Made By:
bpat1434
Forum:
vB4 Programming Discussions
02-21-2010, 11:11 AM
Replies:
3
Calling custom templates in vB default templates
Views:
565
Posted By
bpat1434
I created a template hook in my plugin, then...
I created a template hook in my plugin, then called the appropriate hook in whatever template I wanted.
For example:
$templater = vB_template::create('my_template_name');...
Forum:
vB4 Programming Discussions
01-22-2010, 09:13 PM
Replies:
3
Calling custom templates in vB default templates
Views:
565
Posted By
bpat1434
I think I solved this on my own. I just added...
I think I solved this on my own. I just added template hooks which need to be added to the theme(s).
Forum:
vB4 Programming Discussions
01-17-2010, 04:19 AM
Replies:
3
Calling custom templates in vB default templates
Views:
565
Posted By
bpat1434
Calling custom templates in vB default templates
I'm creating a product and have two template elements that I want to include. One is for thread creation, the other when displaying a thread. So I rightly named the templates:
...
Forum:
vB3 General Discussions
06-17-2008, 04:25 PM
Replies:
0
Lost menu drop-down in Thread display
Views:
588
Posted By
bpat1434
Lost menu drop-down in Thread display
Not really sure what's going on. I'm running vb 3.7.1 PL 1 with the attached skin. Now, it's a derivative of the default skin with just a couple modifications. Now, just recently there were some...
Forum:
vBulletin 3.8 Add-ons
06-10-2008, 07:55 PM
Replies:
4,362
Major Additions -
DownloadsII
Views:
1,444,823
Posted By
bpat1434
I'm still wondering about implementing a real...
I'm still wondering about implementing a real notification system for this. I'd like to select groups of users (admins, moderators, super mods, etc.) that are to be notified (via email, not PM) that...
Forum:
vBulletin 3.7 Add-ons
05-27-2008, 04:03 PM
Replies:
266
Mini Mods -
Icons for UserCP Navigation 1.2
Views:
72,071
Posted By
bpat1434
You can sign up at http://www.roundcubeforum.net...
You can sign up at http://www.roundcubeforum.net and look there. I'm sure there are others running this mod.
Forum:
vBulletin 3.8 Add-ons
05-27-2008, 04:00 PM
Replies:
4,362
Major Additions -
DownloadsII
Views:
1,444,823
Posted By
bpat1434
Is there a way we can add notifications of...
Is there a way we can add notifications of moderated and new/edited attachments? I've tried, but failed. I created a thread to help me out, but can't get a reply. Would love to know how to do...
Forum:
vB3 General Discussions
05-27-2008, 03:54 PM
Replies:
1
Sending out Notifications
Views:
729
Posted By
bpat1434
Anyone? Little help here....
Anyone? Little help here....
Forum:
vB3 General Discussions
05-23-2008, 03:15 PM
Replies:
1
Sending out Notifications
Views:
729
Posted By
bpat1434
Sending out Notifications
Okay, so I've got the downloadsII mod installed and running and I really want to add email notifications when users add/update files.
So I open up the downloads.php file, and require the...
Forum:
vBulletin 3.8 Add-ons
05-19-2008, 02:37 PM
Replies:
4,362
Major Additions -
DownloadsII
Views:
1,444,823
Posted By
bpat1434
Works fine in 3.7, just without the profile...
Works fine in 3.7, just without the profile stuff....
Forum:
vBulletin 3.8 Add-ons
05-18-2008, 02:40 AM
Replies:
4,362
Major Additions -
DownloadsII
Views:
1,444,823
Posted By
bpat1434
Okay, so I have a semi-request for the next...
Okay, so I have a semi-request for the next release. Would it be possible (if not already) that when a file is "moderated" that the moderation staff and admins be sent notification of it? Many...
Forum:
vBulletin 3.7 Add-ons
05-08-2008, 01:24 PM
Replies:
108
Miscellaneous Hacks -
Simple Ad Management
Views:
26,774
Posted By
bpat1434
If you're using vB 3.7, I think it'd be better...
If you're using vB 3.7, I think it'd be better like this:
<if condition="is_member_of($bbuserinfo, 1)">
<!-- Advertisement -->
</if>
Forum:
vBulletin 3.8 Add-ons
05-03-2008, 02:50 AM
Replies:
4,362
Major Additions -
DownloadsII
Views:
1,444,823
Posted By
bpat1434
You can upload as much as you want. PHP ships...
You can upload as much as you want. PHP ships with a very restrictive 2M upload limit though. Unless you edit this setting and raise to to be something like 32M, there will be a PHP error. If...
Forum:
vB3 General Discussions
05-02-2008, 02:46 AM
Replies:
2
Upgrading from 3.5 to 3.7
Views:
759
Posted By
bpat1434
My suggestion (and I'm new to vB, but not...
My suggestion (and I'm new to vB, but not upgrading/moving forums):
Set up two test-beds. One you will do a clean install of vB 3.7 and import the database, the other you'll just upgrade and fix...
Forum:
vB3 General Discussions
05-02-2008, 02:33 AM
Replies:
2
user generated avatars
Views:
754
Posted By
bpat1434
Admin CP --> UserGroup Manager --> (your User...
Admin CP --> UserGroup Manager --> (your User Group) --> Edit Usergroup --> "Picture Uploading Permissions"
Just change what you need.
Forum:
vB3 General Discussions
05-02-2008, 02:28 AM
Replies:
0
Limitation of Notices?
Views:
634
Posted By
bpat1434
Limitation of Notices?
I created a notice and I'd like to limit it to strictly those members who are not in a select few groups (or who are in a select few groups). Now, after creating the notice and limiting it to say...
Forum:
vB3 Design and Graphics Discussions
05-02-2008, 02:07 AM
Replies:
8
Conditionals
Views:
1,061
Posted By
bpat1434
Well that was easy!
Well that was easy!
Forum:
vB3 Design and Graphics Discussions
05-02-2008, 02:03 AM
Replies:
8
Conditionals
Views:
1,061
Posted By
bpat1434
What about multiple conditions? I.e. can I use...
What about multiple conditions? I.e. can I use the typical php operator "||" and "&&" to make:
<if condition="!is_member_of($bbuserinfo, 26) || !is_member_of($bbuserinfo, 6)">
<!-- Ad Code -->...
Forum:
vB3 Design and Graphics Discussions
05-01-2008, 07:52 PM
Replies:
8
Conditionals
Views:
1,061
Posted By
bpat1434
Thanks for your help. I figured it would be...
Thanks for your help. I figured it would be something as easy as that.
Is the "X" the usergroup ID?
Forum:
vB3 Design and Graphics Discussions
05-01-2008, 07:04 PM
Replies:
8
Conditionals
Views:
1,061
Posted By
bpat1434
Conditionals
Hi all. I'm new to this vB skinning thing and I have a question. Is it possible to limit if something (like ad sections) are shown based on a usergroup?
I.e.: If a user pays for a subscription...
Forum:
vBulletin 3.7 Add-ons
05-01-2008, 03:16 AM
Replies:
266
Mini Mods -
Icons for UserCP Navigation 1.2
Views:
72,071
Posted By
bpat1434
Thanks for this. Gives the userCP a more "OS"...
Thanks for this. Gives the userCP a more "OS" feel to it.
Forum:
vBulletin 3.8 Add-ons
05-01-2008, 03:15 AM
Replies:
4,362
Major Additions -
DownloadsII
Views:
1,444,823
Posted By
bpat1434
I don't know if an entire new tab is needed. I'd...
I don't know if an entire new tab is needed. I'd be happy with just something in the statistics box. Since the downloads & uploads are statistics ;)
Forum:
vBulletin 3.7 Add-ons
05-01-2008, 03:08 AM
Replies:
108
Miscellaneous Hacks -
Simple Ad Management
Views:
26,774
Posted By
bpat1434
So does that mean you may drop this addon all...
So does that mean you may drop this addon all together? I'd much rather be able to manage my ads through one interface (if I can ever get it working) rather than editing all of my styles (and I only...
Forum:
vBulletin 3.7 Add-ons
04-28-2008, 07:07 PM
Replies:
108
Miscellaneous Hacks -
Simple Ad Management
Views:
26,774
Posted By
bpat1434
Installed on 3.7 RC3 and when I go to the simple...
Installed on 3.7 RC3 and when I go to the simple ad management mod through the vB Options, I get the following in firebug:
After that, ALL vB admin options fail to work. It says it installs...
Showing results 1 to 24 of 24
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
08:44 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.01729 seconds
Memory Usage
2,022KB
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)
post_thanks_navbar_search
(1)
search_results
(24)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(33)
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
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0007
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
FULLTEXT Search
php_sapi_name(): fpm-fcgi