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

Showing results 1 to 23 of 23
Search took 0.00 seconds.
Search: Posts Made By: PanelCrafters
Forum: vB3 General Discussions 08-02-2005, 10:51 PM
Replies: 7
Views: 1,909
Posted By PanelCrafters
Maybe there is more than 1 config.php, but in...

Maybe there is more than 1 config.php, but in mine, all there is, is a few variables being set. Now, in my global.php, this statement:

is indeed 'setting' the item 'admincplink' in the $show...
Forum: vB3 General Discussions 08-02-2005, 10:00 PM
Replies: 7
Views: 1,909
Posted By PanelCrafters
Thanks Zachery, I just figured that out! That's...

Thanks Zachery, I just figured that out! That's what you get when you are looking at things from an admin perspective! Anyway, for anyone else that ends up looking for these guys, they are set in...
Forum: vB3 General Discussions 08-02-2005, 09:28 PM
Replies: 7
Views: 1,909
Posted By PanelCrafters
Kirby, Thanks for the tip, but unfortunately...

Kirby,
Thanks for the tip, but unfortunately I don't see anything in it that will do the trick. There is an option for changing the directories for these guys, but nothing else.
Are these...
Forum: vB3 General Discussions 08-02-2005, 09:13 PM
Replies: 7
Views: 1,909
Posted By PanelCrafters
admincplink & modcplink where are they set?

I've been looking all over, and I can't find where Admincplink & Modcplink are set. I'd rather unset them, than modify the code. But, if I must, so be it. Any ideas?

TIA,
....jc
Forum: vB3 General Discussions 07-25-2005, 07:01 PM
Replies: 0
Views: 727
Posted By PanelCrafters
Creating list(custom code)

I've got several non-vB modules which are custom code, and I'm creating templates for them. What I would like to know, is how to display a dynamic list(may be 1 item, may be 100 items). I see...
Forum: vB3 General Discussions 05-30-2005, 10:48 PM
Replies: 9
Views: 1,126
Posted By PanelCrafters
Yes, it s/b your new php module's name. ...

Yes, it s/b your new php module's name.


There is probably more than 1 way to add to vB, but I created a new template, and it's named: info_request. My PHP file is also named: info_request....
Forum: vB3 General Discussions 05-30-2005, 09:25 PM
Replies: 9
Views: 1,126
Posted By PanelCrafters
Under 'require_once' here's what I did, and it...

Under 'require_once' here's what I did, and it works like a champ. Note the addition of the module name, so it shows up in the Navbar...

And inside the 'info_request' template, $navbar is used.
...
Forum: vB3 General Discussions 05-30-2005, 08:52 PM
Replies: 2
Views: 866
Posted By PanelCrafters
Excellent DW! The 1st time I tried, no...

Excellent DW!

The 1st time I tried, no success. Then I changed the capitalization of this:



and it works! I wanted it to display with leading caps, and it now does, but changing the Caps...
Forum: vB3 General Discussions 05-28-2005, 11:30 PM
Replies: 2
Views: 866
Posted By PanelCrafters
Adding non-vB pages to vB - Unknown Location...

I'm adding several new non-vB modules to a new vB system, and when you look at "Who's Online", the location of anyone in one of the non-vB modules is 'Unknown Location'. What do I have to do to get...
Forum: vB3 General Discussions 05-22-2005, 12:42 AM
Replies: 0
Views: 821
Posted By PanelCrafters
Message Back to User....

I haven't found the code that I need yet, so I'll ask here: I've got several non-vB pages where the user will enter info into a form. No big deal. After the user presses 'Submit', the PHP code will...
Forum: vB3 General Discussions 05-16-2005, 04:02 PM
Replies: 0
Views: 800
Posted By PanelCrafters
Message Display?

I've got some custom non-vB pages that will basically add info to a new table in the DB. What I need, and haven't found yet, is a way to send them a message that the operation completed successfully....
Forum: vB3 Programming Discussions 05-16-2005, 03:38 PM
Replies: 2
Views: 834
Posted By PanelCrafters
Yea, thanks for the advice. After looking at...

Yea, thanks for the advice. After looking at everything that needed to be done, I decided to just use the main DB. I'll only be adding a few tables, so it shouldn't cause any problems.

....jc
Forum: vB3 Programming Discussions 05-15-2005, 09:10 PM
Replies: 2
Views: 781
Posted By PanelCrafters
Thanks Marco! ....jc

Thanks Marco!
....jc
Forum: vB3 Programming Discussions 05-15-2005, 07:49 PM
Replies: 2
Views: 781
Posted By PanelCrafters
DB Open/Connect code?...

Can someone please tell me(or point me) to where the code is for the database open/connect? I've created a new DB that I need to stuff data into(I didn't want to use the main DB). I think that I'd...
Forum: vB3 General Discussions 05-14-2005, 11:50 PM
Replies: 3
Views: 818
Posted By PanelCrafters
Thank You Mr. Death, I appreciate it. I have what...

Thank You Mr. Death, I appreciate it. I have what I need currently working. However, I need to figure out how to get the form data into the DB in a gracious manner. I may take you up on the custom...
Forum: vB3 General Discussions 05-13-2005, 11:14 PM
Replies: 3
Views: 818
Posted By PanelCrafters
Adding non-vB pages to vB...

Does anyone have a pointer to, or know the best way to add non-vB pages to a vB site? I need to retrieve info from a form, and stuff it into a db.

Any info would be helpful!

Thanks,
....jc
Forum: vB3 General Discussions 05-12-2005, 02:31 PM
Replies: 0
Views: 730
Posted By PanelCrafters
Forum Icons?

Does anyone know if there is a source(free or purchase) for replacement icons for vB3? With the changes that I'm making, the standard vB3 icons just don't fit the design.

Thanks,
....jc
Forum: vB3 General Discussions 05-11-2005, 08:03 PM
Replies: 6
Views: 1,065
Posted By PanelCrafters
Zachery, Thanks again! I figured it out. I...

Zachery,
Thanks again! I figured it out. I just removed the 'Parent Forum' from it.

....jc
Forum: vB3 General Discussions 05-11-2005, 07:49 PM
Replies: 2
Views: 864
Posted By PanelCrafters
$pagetitle - Where is it defined?

After spending hours looking for where $Pagetitle is defined, I've decided to just ask! Does anybody know where this is defined?

Thanks,
....jc
Forum: vB3 General Discussions 05-11-2005, 07:46 PM
Replies: 6
Views: 1,065
Posted By PanelCrafters
Thanks Zachery! Now that makes sense. However, I...

Thanks Zachery! Now that makes sense. However, I don't like the way it looks. How do I prevent this from happening?

Thanks,
....jc
Forum: vB3 General Discussions 05-11-2005, 06:58 PM
Replies: 6
Views: 1,065
Posted By PanelCrafters
Thanks for the pointers Eric, but I've been using...

Thanks for the pointers Eric, but I've been using them. I guess I don't understand why the 1st column doesn't always have the same background color. I do understand why different icons are placed...
Forum: vB3 General Discussions 05-11-2005, 05:38 PM
Replies: 6
Views: 1,065
Posted By PanelCrafters
Forum Background Colors?

I am starting the modifications of a new vB3 forum. Can someone please tell me why the 2nd thru ? rows have a different background color in the 1st column? The 1st row looks ok.

I have made a few...
Forum: vB3 Programming Discussions 05-10-2005, 03:41 PM
Replies: 2
Views: 834
Posted By PanelCrafters
Adding new Database - Anyone see any problems?

I have started to customize a new vB3 site. I have quite a few things that are non-vB related, and I'd like to just add a new database, for them, to the site. I figure that if all of the additions...
Showing results 1 to 23 of 23

 
Forum Jump

All times are GMT. The time now is 06:13 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.01488 seconds
  • Memory Usage 2,007KB
  • 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
  • (23)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open 

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