Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

All times are GMT. The time now is 08:44 AM.


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