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

Showing results 1 to 21 of 21
Search took 0.00 seconds.
Search: Posts Made By: gdguide
Forum: vB3 General Discussions 06-07-2009, 11:42 PM
Replies: 0
Views: 419
Posted By gdguide
Test if thread is sticky with <if> statement

I'd like to wrap a bit of code in an <if> statement so that it does not display in sticky threads. The code is in the postbit_legacy template, so I'm not sure if I'd use $post or $thread. Something...
Forum: vB3 General Discussions 05-23-2009, 01:39 AM
Replies: 4
Views: 730
Posted By gdguide
Like I said, I don't want to force it upon anyone...

Like I said, I don't want to force it upon anyone - I'd rather give them the option.

Unofficial mods and addons manage to add options to the User CP. Is it not possible to do this manually?
Forum: vB3 General Discussions 05-23-2009, 12:22 AM
Replies: 4
Views: 730
Posted By gdguide
Because in some instances it performs fine on IE...

Because in some instances it performs fine on IE 7, while in others it performs horribly. It is isolated to IE, but I don't want to force IE users to use a simple, static header if they feel no need...
Forum: vB3 General Discussions 05-23-2009, 12:16 AM
Replies: 4
Views: 730
Posted By gdguide
Adding options to the User CP

On our forum we have a set of rotating header images, but the PHP that is used to rotate them doesn't perform well on old versions of IE. I'd like to add a single checkbox in the UserCP that enables...
Forum: vB3 General Discussions 05-17-2009, 04:40 PM
Replies: 1
Views: 469
Posted By gdguide
How to pull user id in postbit

I'm trying to add a link to the postbit that will do a search for threads posted in Forum X by the posting user, but using this code doesn't pull the userid like I expected it to:
...
Forum: vB3 General Discussions 05-17-2009, 04:11 PM
Replies: 0
Views: 397
Posted By gdguide
How to generate content pages based on threads posted

Alright, this is kind of a weird request, but is there a way to generate a page displaying threads posted by a member in a specific forum? Specifically, we have "Level Showcase" in which members post...
Forum: vB3 General Discussions 05-17-2009, 04:08 PM
Replies: 2
Views: 432
Posted By gdguide
Surround ad code like so: <if...

Surround ad code like so:

<if condition="!is_member_of($bbuserinfo, 5, 6, 7)">
AD CODE
</if>
Forum: vB3 General Discussions 04-30-2009, 03:45 PM
Replies: 1
Views: 490
Posted By gdguide
Queue threads to view later?

We have a "Level Showcase" on our forums where users post levels that they have made in a video game called LittleBigPlanet. However, there are many times when users cannot play the level, but would...
Forum: vB3 General Discussions 04-29-2009, 03:32 AM
Replies: 2
Views: 607
Posted By gdguide
Thank you! :)

Thank you! :)
Forum: vB3 General Discussions 04-29-2009, 03:09 AM
Replies: 2
Views: 607
Posted By gdguide
Test if a user does not belong to a usergroup

We've got a "Donator" usergroup on our forums, and I'm trying to set it up so that ads do not display for donators. At the moment I've just removed all donators from the standard 1-7 usergroups and...
Forum: vB3 General Discussions 04-25-2009, 01:08 AM
Replies: 2
Views: 749
Posted By gdguide
Thanks for the help. Also, take a look at the...

Thanks for the help. Also, take a look at the Last Post column - it's not really sized correctly, and it squishes the information.

EDIT: Thanks again for the help finding the template - I believe...
Forum: vB3 General Discussions 04-24-2009, 10:22 PM
Replies: 2
Views: 749
Posted By gdguide
Subforumbit editing is not reflecting changes made

I'm trying to change the display of our Subforumbit so it doesn't squish information (image (http://screencast.com/t/A7xXqL3Rb2q)), but I can't seem to find the right template that controls it. Which...
Forum: vBulletin 3.8 Add-ons 04-22-2009, 04:10 PM
Replies: 2,262
Add-On Releases - vBExperience 3.8
Views: 1,593,577
Posted By gdguide
We have been using this addon for almost a year...

We have been using this addon for almost a year now, and we love it. However, there's two things that are missing that would make this perfect:

- The ability for members to send some of their own...
Forum: vB3 General Discussions 04-22-2009, 02:40 PM
Replies: 2
Views: 670
Posted By gdguide
Thanks for the help - I've been looking for this...

Thanks for the help - I've been looking for this for at least a week.
Forum: vB3 General Discussions 04-22-2009, 12:36 PM
Replies: 2
Views: 670
Posted By gdguide
Move thread(s) automatically through cron job

We're looking for a way to move all threads in Forum A with X replies to Forum B, and this chunk of code should work as a cron job for 3.6.x. However, I'd like to bring this back, as we really need...
Forum: vB3 General Discussions 04-22-2009, 04:10 AM
Replies: 20
Views: 2,780
Posted By gdguide
We've tried this code, but it doesn't seem to do...

We've tried this code, but it doesn't seem to do anything. Is there anyone that knows how to rewrite it for 3.7.x?
Forum: vBulletin 3.7 Template Modifications 12-13-2008, 08:46 PM
Replies: 48
Private Messages Enhancements - Mass Private Messages on Memberlist
Views: 15,571
Posted By gdguide
Can you guys clarify where you are putting this: ...

Can you guys clarify where you are putting this:

<if condition="in_array($bbuserinfo[usergroupid], array(5,6,7))">
here you do put template edits
</if>

Are you putting that around every edit...
Forum: Modification Graveyard 09-15-2008, 03:24 PM
Replies: 1,318
Views: 522,160
Posted By gdguide
Hmmm... The posting is going to the forums, but...

Hmmm... The posting is going to the forums, but it's showing the html in post at the forums. How do I have the forums display the wordpress post properly without having it show the html?

Here's...
Forum: vBulletin 3.7 Add-ons 09-08-2008, 01:00 AM
Replies: 1,989
Major Additions - PhotoPlog: The Lite Gallery
Views: 647,405
Posted By gdguide
Weird. I can upload, the images show, can be...

Weird. I can upload, the images show, can be clicked on, can be viewed when you click on the category that it's in....

But it doesn't show that files have been uploaded in the main categories...
Forum: vBulletin 3.7 Add-ons 08-17-2008, 02:25 PM
Replies: 2,644
Add-On Releases - vBExperience
Views: 811,138
Posted By gdguide
Hey, is there any way to customize more where and...

Hey, is there any way to customize more where and how the icons look in postbit? I'd like to have the icons look like what they did here on the left:
...
Forum: vBulletin 3.7 Add-ons 08-15-2008, 04:41 PM
Replies: 2,644
Add-On Releases - vBExperience
Views: 811,138
Posted By gdguide
Mods delete. Never mind. I reinstalled it and now...

Mods delete. Never mind. I reinstalled it and now it's showing up in the control panel
Showing results 1 to 21 of 21

 
Forum Jump

All times are GMT. The time now is 09:17 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.03052 seconds
  • Memory Usage 2,002KB
  • 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
  • (21)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (21)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