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

Showing results 1 to 19 of 19
Search took 0.00 seconds.
Search: Posts Made By: Rocket2009
Forum: vBulletin 4 Articles 09-21-2013, 10:28 PM
Replies: 1,120
Views: 258,810
Posted By Rocket2009
Here is the code I use to make sure someone is a...

Here is the code I use to make sure someone is a member, but you could change 'userid' to 'usergroup' with the appropriate test. I am including the banner so you can see where it fits. But it...
Forum: vBulletin 4 Articles 03-20-2012, 02:46 PM
Replies: 1,120
Views: 258,810
Posted By Rocket2009
I don't know about methods (1) and (2). As...

I don't know about methods (1) and (2). As suggested elsewhere in this thread I effectively use a little code in the php page (not the vBulletin template). Mine looks like:

//...
Forum: vBulletin 4 Articles 02-11-2012, 03:38 PM
Replies: 1,120
Views: 258,810
Posted By Rocket2009
First of all, it works! So it's tough to help...

First of all, it works! So it's tough to help without seeing your code. I will show you my approach. I put all of the content into the .php page so I can have the smallest number of templates (2)...
Forum: vBulletin 4 Articles 02-10-2012, 07:47 PM
Replies: 1,120
Views: 258,810
Posted By Rocket2009
Are you saying the code you developed doesn't...

Are you saying the code you developed doesn't work in the custom template you built (TEST according to the tutorial) or in the page (test.php according to this tutorial).
Forum: vBulletin 4 Articles 02-10-2012, 01:27 PM
Replies: 1,120
Views: 258,810
Posted By Rocket2009
If you are saying that the formatting does not...

If you are saying that the formatting does not look right in your editor while putting in code into terms.php, it shouldn't since the code is contained within a string variable that is passed to the...
Forum: vBulletin 4 Articles 01-25-2012, 01:00 AM
Replies: 1,120
Views: 258,810
Posted By Rocket2009
Yes, I am sure I could pass userid to that page. ...

Yes, I am sure I could pass userid to that page. My problem is that the Header and NavBar templates test to see if I am a member and since apparently I am not (security token is at guest), at this...
Forum: vBulletin 4 Articles 01-24-2012, 02:15 AM
Replies: 1,120
Views: 258,810
Posted By Rocket2009
I am still hoping for help. I have implemented...

I am still hoping for help. I have implemented dozens and dozens of pages using this process with lots of customization. Thanks Lyne. I have embedded newsfeeds, slideshows, spreadsheets, and etc. ...
Forum: vBulletin 4 Articles 12-08-2011, 05:11 PM
Replies: 1,120
Views: 258,810
Posted By Rocket2009
Yes, I agree that I am having trouble getting...

Yes, I agree that I am having trouble getting global.php called correctly through this rendering system.

I have tried adding


chdir ('/home/touring7/public_html/');...
Forum: vBulletin 4 Articles 12-08-2011, 03:46 PM
Replies: 1,120
Views: 258,810
Posted By Rocket2009
Thanks for the try: As Lynne suggested, I...

Thanks for the try:

As Lynne suggested, I tried adding:


<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />

near the top of my template. When the page...
Forum: vBulletin 4 Articles 12-08-2011, 03:00 AM
Replies: 1,120
Views: 258,810
Posted By Rocket2009
Yes, at admincp -> options ->...

Yes, at

admincp -> options -> cookies and HTTP Header Options

Path to Save Cookies is set to a ; /

I also experimented with Cookie domain selected...
Forum: vBulletin 4 Articles 12-08-2011, 12:49 AM
Replies: 1,120
Views: 258,810
Posted By Rocket2009
Over the past day I have used this tutorial and...

Over the past day I have used this tutorial and thread and others to create pages that link to menu options and it is working exactly as expected.

Now I want to embed a knowledge base tool...
Forum: vBulletin 4.x Add-ons 01-24-2010, 07:24 AM
Replies: 1,342
Views: 374,025
Posted By Rocket2009
This got me 90% to where I need to be. I look...

This got me 90% to where I need to be. I look forward to future upgrades. I was actually thinking about to tossing out VB4 for my application or investing considerable effort to study the...
Forum: vBulletin 4.x Add-ons 01-24-2010, 07:09 AM
Replies: 1,342
Views: 374,025
Posted By Rocket2009
vbcms is THIS_SCRIPT for content.php

vbcms is THIS_SCRIPT for content.php
Forum: vBulletin 4.x Add-ons 01-24-2010, 07:03 AM
Replies: 1,342
Views: 374,025
Posted By Rocket2009
As reported, I was able to get a new tab to...

As reported, I was able to get a new tab to highlight when selected:

I made a new tab and went to url: ../forum/content.php
I looked into the content.php and saw that THIS_SCRIPT was specified...
Forum: vBulletin 4.x Add-ons 01-24-2010, 06:52 AM
Replies: 1,342
Views: 374,025
Posted By Rocket2009
Excellent! I was trying to find this and it...

Excellent! I was trying to find this and it worked for me. Note the minor typo ... above is THIS_SCRIPT is what it shows for me.

For example, I wanted to replace Home with the word "Commentary"...
Forum: vBulletin 3.8 Add-ons 04-22-2009, 11:39 PM
Replies: 608
Views: 129,893
Posted By Rocket2009
It looks I did mark it as installed, rated you...

It looks I did mark it as installed, rated you the higest, and nominated you. If it shows different for you, please advise.
Forum: vBulletin 3.8 Add-ons 04-21-2009, 06:40 PM
Replies: 608
Views: 129,893
Posted By Rocket2009
You provided awesome support for a novice...

You provided awesome support for a novice vBulletin guy. Thanks ... you deserve kudos.

What happened here. I had photopost install the tool for me, but I had created a database for him to use. ...
Forum: vBulletin 3.8 Add-ons 04-21-2009, 05:22 PM
Replies: 608
Views: 129,893
Posted By Rocket2009
Thanks ... you were right, I had copied it to...

Thanks ... you were right, I had copied it to wrong spot. Bad on me!

OK. Now for the fun of it I turned on PhotoPost and it shows as a menu option, but I get the following message even though I...
Forum: vBulletin 3.8 Add-ons 04-21-2009, 05:05 AM
Replies: 608
Views: 129,893
Posted By Rocket2009
Hi. Link shows up in smilies and TMS says...

Hi.

Link shows up in smilies and TMS says everything tests ...

But I get this message when the window pops ...

404 - Not Found
The page you are trying to access does not exist.
If this...
Showing results 1 to 19 of 19

 
Forum Jump

All times are GMT. The time now is 01:47 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.01471 seconds
  • Memory Usage 2,010KB
  • 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
  • (19)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (57)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