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

Showing results 1 to 20 of 20
Search took 0.00 seconds.
Search: Posts Made By: whitejeep
Forum: vB3 General Discussions 05-27-2006, 11:59 PM
Replies: 13
Views: 1,059
Posted By whitejeep
I hope that meets your requirements sorry I am...

I hope that meets your requirements sorry I am new to vbulletin and I will make some mastakes from time to time but I will get with the program.
Forum: vB3 General Discussions 05-27-2006, 06:15 PM
Replies: 13
Views: 1,059
Posted By whitejeep
// Oh ok Thanks for the information now i know

// Oh ok Thanks for the information now i know
Forum: vB3 General Discussions 05-27-2006, 02:19 PM
Replies: 13
Views: 1,059
Posted By whitejeep
What do you mean the first two line of the code...

What do you mean the first two line of the code that SirAdrian was the following:

$stylevar[htmldoctype]
Which was in this liitle editor window inside the posting also above that was the words...
Forum: vB3 General Discussions 05-27-2006, 05:46 AM
Replies: 13
Views: 1,059
Posted By whitejeep
Thanks I will work on it tomarow thanks again...

Thanks I will work on it tomarow thanks again for all your help.
Forum: vB3 General Discussions 05-27-2006, 01:12 AM
Replies: 13
Views: 1,059
Posted By whitejeep
How do i make my own templete in vbulletin

I have a file called testpage and do not know what the extension should be but i called it testpage.tpl and saved it to disk - the file contains html script and livewire sent it to me to help me with...
Forum: vB3 General Discussions 05-27-2006, 12:53 AM
Replies: 5
Views: 1,037
Posted By whitejeep
ok all my debug question have been resolveed...

ok all my debug question have been resolveed thanks to adrian and his help i was able to get the debug problems with the following:

$header = print_r($navbits, true) . $header;

DEVDEBUG("FRANK...
Forum: vB3 Programming Discussions 05-25-2006, 02:09 AM
Replies: 4
Views: 1,229
Posted By whitejeep
DEVDEBUG("DEBUG THIS FILE - EDITOR HERE"); ...

DEVDEBUG("DEBUG THIS FILE - EDITOR HERE");


eval('print_output("' . fetch_template('GENERIC_SHELL') . '");');


Ok this does print out the templete but my debugging statements do not display...
Forum: vB3 Programming Discussions 05-25-2006, 01:33 AM
Replies: 4
Views: 1,229
Posted By whitejeep
ok Cool I can use DEVDEBUG('This is a test...

ok Cool I can use DEVDEBUG('This is a test message'); is this correct and if so how do I do a vardump() or print_r();
Forum: vB3 Programming Discussions 05-24-2006, 11:20 PM
Replies: 4
Views: 1,229
Posted By whitejeep
Problems with echo and eval WHY is this a PHP issue or vbulletin only? Please explain

Can you help me explain but i have been useing echo and print_r and var_dump to debug my PHP in the past i have tried in the same in vbulletin. And have run to a problem and maybe you might have...
Forum: vB3 General Discussions 05-23-2006, 11:31 PM
Replies: 4
Views: 982
Posted By whitejeep
OK THE INFORMATION YOU POINTED ME TO WAS QUITE...

OK THE INFORMATION YOU POINTED ME TO WAS QUITE USEFUL FOR ME TO UNDERSTAND THE TEMPLETES AND HOW TO THE TEMPLETES INTERFACE TO VBULLETIN.

The following 4 articals are the most helpful i would...
Forum: vB3 General Discussions 05-23-2006, 01:32 PM
Replies: 4
Views: 982
Posted By whitejeep
Thanks for the tool and little sample that is...

Thanks for the tool and little sample that is real cool - What I need is a little explination of how to actual show the templete inside a vbulletin script using example one of vbulletin standard...
Forum: vB3 General Discussions 05-23-2006, 02:31 AM
Replies: 5
Views: 1,037
Posted By whitejeep
I have taken a hard look at the HTML and the PHP...

I have taken a hard look at the HTML and the PHP how do i take the HTML you gave me to study let say the html code you gave me I attached to the bottom of my php file which is the test.php you sent...
Forum: vB3 General Discussions 05-21-2006, 10:52 PM
Replies: 5
Views: 1,037
Posted By whitejeep
Does anyone know how to build a WYSIWYG EDITOR

Can some one point me to the documuntion to how to intergarte to WYSIWYG EDITOR in the to my vbulletin modifactions is it a function that i need to call if so what are the functions were can i find...
Forum: vB3 General Discussions 05-21-2006, 10:40 PM
Replies: 1
Views: 686
Posted By whitejeep
Can I test the element of a array in a if using the current() function after stuff a

I am trying to parse the strings returned from the construct_forum_chooser function and use the -- as a dlimater value to break out each substring I do cast the result to a array before stuffing it...
Forum: vB3 General Discussions 05-19-2006, 11:31 PM
Replies: 4
Views: 982
Posted By whitejeep
How can I parse the list of templetes before I use the fetch_templete() function

How can i parse the templete editors list of avaiable templetes what i need to do is walk down the list of templetes name and check to see if the actaul templete exist - I want to write good error...
Forum: vB3 General Discussions 05-19-2006, 11:21 PM
Replies: 0
Views: 680
Posted By whitejeep
Is there a equlivent to this mysql_list_tables("tablename") in vbulletin 3.5

I know that the mysql_list_tables("tablename") can be used with some parseing the results set to verfiy if a actual table exist - this is done in MYSQL but MYSQL does not have a does table exist...
Forum: vB3 General Discussions 05-19-2006, 06:16 PM
Replies: 1
Views: 711
Posted By whitejeep
The fetch_template how do I test to see if the templete exist in PHP

In the following PHP code

I want to test the what the templatecache or the database
or both how do it in PHP of the line below.

$dummy = fetch_template('groups_index_listbit'); // returns a...
Forum: vB3 General Discussions 05-19-2006, 05:40 PM
Replies: 2
Views: 823
Posted By whitejeep
What I need to do is create sub forum or child...

What I need to do is create sub forum or child forum in a script as described in my previouse posting on this thread and I want to use PHP script to do it as explained before and I am running into...
Forum: vB3 General Discussions 05-18-2006, 07:26 PM
Replies: 2
Views: 823
Posted By whitejeep
I need the details and steps need to create a sub forum or child forum a PHP script

I need the actaul steps to create a script in vbulletin not to use the admin control panel but have to develop a script in PHP that will run by its self and do what is required to create a sub forum...
Forum: vB3 General Discussions 05-18-2006, 07:54 AM
Replies: 0
Views: 582
Posted By whitejeep
child forum creation?

does anyone know how to create a child level forum in a script. There is nothing in the API that gives this info. If I just add it to the db, i dont know how to update/rebuild the child data in its...
Showing results 1 to 20 of 20

 
Forum Jump

All times are GMT. The time now is 05:07 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.01545 seconds
  • Memory Usage 2,013KB
  • 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
  • (20)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (10)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