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

Showing results 1 to 25 of 99
Search took 0.01 seconds.
Search: Posts Made By: Pitman
Forum: vB5 Programming Discussions 12-02-2020, 03:32 AM
Replies: 6
Views: 718
Posted By Pitman
I've been able to only pull the display of...

I've been able to only pull the display of categories using those templates. I've not yet figured out how to display the forums I want or the regular forum display of any forums.
Forum: vB5 Programming Discussions 12-02-2020, 03:27 AM
Replies: 2
Views: 341
Posted By Pitman
Thank you so much! That works just perfect! :)

Thank you so much! That works just perfect! :)
Forum: vB5 Programming Discussions 12-01-2020, 11:19 PM
Replies: 2
Views: 341
Posted By Pitman
Meta description length when viewing a topic...

Is there anyway that I can change the amount of characters that is passed to {vb:var page.metadescription} when viewing a forum topic?

I don't want want quite as many characters in the {vb:var...
Forum: vB5 Programming Discussions 11-30-2020, 07:10 AM
Replies: 6
Views: 718
Posted By Pitman
Nice, you give me something to work on... I might...

Nice, you give me something to work on... I might be able to figure that out with a bit of work. I've not used vBulletin in 5-6 years, so I'm rusty on things. I just wish there was a better way, but...
Forum: vB5 Programming Discussions 11-30-2020, 07:02 AM
Replies: 11
Views: 3,694
Posted By Pitman
Honestly, I'm not too up-to-date on template...

Honestly, I'm not too up-to-date on template hooks, but it looks like I could possibly use the hook "{vb:hook 'header_after_body_begin'}" for that. I'm still not sure what the best way to go about...
Forum: vB5 Programming Discussions 11-30-2020, 06:35 AM
Replies: 6
Views: 718
Posted By Pitman
Adding a vB5 Site-Builder Module to Display Certain Forums?

I love vBulletin 5, but it has a lot of downfalls...

I want to create a "New Page" in the Site Builder and use a module to display specific forums.

I know this can be done by simply linking to...
Forum: vB5 Programming Discussions 11-30-2020, 06:06 AM
Replies: 11
Views: 3,694
Posted By Pitman
Thanks delicjous, that actually sounds simple...

Thanks delicjous, that actually sounds simple enough... I've been able to accomplish everything I've needed to do so far with editing the header template (and even the display_Forums_list template...
Forum: vBulletin 5.x Products & Extensions 11-30-2020, 03:48 AM
Replies: 8
Views: 1,577
Posted By Pitman
I've managed to accomplish all of this (including...

I've managed to accomplish all of this (including the breadcrumbs) through template edits, which will work for now. It would be a lot easier to manage without editing the header template for ever...
Forum: vBulletin 5.x Products & Extensions 11-30-2020, 01:38 AM
Replies: 8
Views: 1,577
Posted By Pitman
Ahh, I just noticed you responded to my other...

Ahh, I just noticed you responded to my other thread and made this... I was about to ask about this again.

This is exactly what I'm trying to do...

158082

Green is the default forum\channel...
Forum: vBulletin 5.x Products & Extensions 11-24-2020, 03:36 AM
Replies: 43
Views: 13,613
Posted By Pitman
It would be awesome if there were an actual...

It would be awesome if there were an actual template to edit to change how the users are displayed...

I've not really tried to break down all of the template.php file yet, but I'm wanting to show...
Forum: vBulletin 5.x Products & Extensions 11-05-2020, 11:46 AM
Replies: 6
Views: 8,063
Posted By Pitman
I see this in template.php; ...

I see this in template.php;

$yilmazrandomimg_find = '<div class="toolbar">';
$yilmazrandomimg_replace = '<div style="display: table-caption;text-align: center;"><img...
Forum: vBulletin 5.x Products & Extensions 11-05-2020, 11:20 AM
Replies: 6
Views: 8,063
Posted By Pitman
I've uploaded the files, imported the product and...

I've uploaded the files, imported the product and even saved the default settings to be sure... But I don't get any changes to the templates\styles that I can see right off hand.

How would I go...
Forum: vB5 General Discussions 11-04-2020, 06:07 PM
Replies: 2
Views: 2,476
Posted By Pitman
Setting a variable for use within a template

​I'm learning a little bit about {vb:set ...} and {vb:raw ... } but I am not quite sure how to accomplish using that to set a custom variable to simple a random number.

I'm trying to do exactly...
Forum: vB5 Programming Discussions 11-03-2020, 11:54 AM
Replies: 11
Views: 3,694
Posted By Pitman
Thanks for the response... Basically, what...

Thanks for the response...

Basically, what I'm trying to do is display the forum title and a brief description (not the same exact description of the forum) within the header template of each...
Forum: vB5 Programming Discussions 11-03-2020, 04:10 AM
Replies: 11
Views: 3,694
Posted By Pitman
Dynamic Header per Forum/Page

I am wanting to dynamically change the header depending on what forum a user is viewing.

Can anyone help me get started with something like that? :)

--------------- Added 1604391166 at...
Forum: vB4 Programming Discussions 06-01-2011, 02:11 AM
Replies: 4
Views: 496
Posted By Pitman
Hmm... well, I'm glad you said that, however...

Hmm... well, I'm glad you said that, however there isn't anything else changing the value of it. It seems to have been the execution order for some reason. Anything 5+ doesn't work, less than 5, it...
Forum: vB4 Programming Discussions 05-31-2011, 08:49 PM
Replies: 4
Views: 496
Posted By Pitman
adv_links is an addon vBadvanced Links Directory....

adv_links is an addon vBadvanced Links Directory.

I'm trying to do the same thing with everything else... you could also try with this:

$modthreads = $db->query_first("SELECT COUNT(*) AS count...
Forum: vB4 Programming Discussions 05-30-2011, 10:04 PM
Replies: 4
Views: 496
Posted By Pitman
Adding quick moderation to header template

I'm trying to add everything back to a few of my sites since I've upgraded everything to vBulletin 4+...

I had all of my moderation links display in the header template if I had anything that...
Forum: vB4 Programming Discussions 12-28-2010, 04:26 PM
Replies: 5
Views: 1,239
Posted By Pitman
Bump... I've still had no luck figuring out...

Bump...

I've still had no luck figuring out how to make the $foruminfo variable available in the header template no matter what I do.

I've tried preregistering the variable in several different...
Forum: vB4 Programming Discussions 02-03-2010, 10:41 PM
Replies: 5
Views: 1,239
Posted By Pitman
Hi Lynne, Thanks for the suggestion. I...

Hi Lynne,

Thanks for the suggestion. I looked over all of the threads I could find relating to foruminfo, and even threadinfo, but I wasn't able to figure out how to store the proper value in the...
Forum: vB4 Programming Discussions 02-03-2010, 08:44 PM
Replies: 5
Views: 1,239
Posted By Pitman
Foruminfo variables and conditionals in header template?

Is it still possible to use variables such as $foruminfo[title_clean] and $foruminfo[description] in conditional statements from the header template in 4.x? I've tried several different ways to try...
Forum: vB4 General Discussions 11-16-2009, 09:43 AM
Replies: 34
Views: 4,277
Posted By Pitman
Well, I understand that much of it, but I'm not...

Well, I understand that much of it, but I'm not sure about how to go about formatting the plugin and registering the variable in the way that I need to. Any way that I've tried to register the...
Forum: vB4 General Discussions 11-16-2009, 05:58 AM
Replies: 34
Views: 4,277
Posted By Pitman
I'm not a coder or anything, but I do require...

I'm not a coder or anything, but I do require certain small plugins that would most likely be only useful for me. I have played with these examples, as well as ones previously provided on...
Forum: ibProArcade Archive 02-22-2009, 07:24 PM
Replies: 105
Views: 82,053
Posted By Pitman
My problem is due to my .htaccess file. I have...

My problem is due to my .htaccess file. I have /index.php redirected to / and when it tries to save the score, it redirects to /?act=Arcade&do=newscore rather than /index.php?act=Arcade&do=newscore...
Forum: ibProArcade Archive 01-30-2009, 04:05 AM
Replies: 105
Views: 82,053
Posted By Pitman
I am running 2.6.8 and vBulletin 3.8.0... I just...

I am running 2.6.8 and vBulletin 3.8.0... I just installed it for the first time and it doesn't not save scores no matter what I do.
Showing results 1 to 25 of 99

 
Forum Jump

All times are GMT. The time now is 11:33 PM.


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.05134 seconds
  • Memory Usage 2,054KB
  • 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
  • (23)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