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

Showing results 1 to 25 of 83
Search took 0.00 seconds.
Search: Posts Made By: lukemax
Forum: vB3 General Discussions 04-03-2008, 04:25 PM
Replies: 22
Views: 2,459
Posted By lukemax
ok, thanks...got it.

ok, thanks...got it.
Forum: vBulletin 3 Articles 04-03-2008, 04:22 PM
Replies: 1,399
Views: 980,417
Posted By lukemax
GOT it, thanks

GOT it, thanks
Forum: vBulletin 3 Articles 04-03-2008, 06:28 AM
Replies: 1,399
Views: 980,417
Posted By lukemax
ok (thanks soo much for your help thus far) Here...

ok (thanks soo much for your help thus far) Here is my PROVIDERS template

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>...
Forum: vBulletin 3 Articles 04-03-2008, 04:31 AM
Replies: 1,399
Views: 980,417
Posted By lukemax
I'm trying to import this table (like your...

I'm trying to import this table (like your countries one)
http://www.lvasp.com/providers_hook.php
into
http://www.lvasp.com/forum/providers.php

--------------- Added 1207200883 at 1207200883...
Forum: vBulletin 3 Articles 04-03-2008, 04:22 AM
Replies: 1,399
Views: 980,417
Posted By lukemax
is this what you used...

is this what you used http://www.vbulletin.com/docs/html/main/templates_externalfiles ?

What hook location did you use?
Thanks...

--------------- Added 1207200276 at 1207200276 ---------------...
Forum: vBulletin 3 Articles 04-03-2008, 03:57 AM
Replies: 1,399
Views: 980,417
Posted By lukemax
ea, same here. I'm trying to figure out a way to...

ea, same here. I'm trying to figure out a way to do this without using the hook thing, if I find it, ill let you know, k?
Forum: vBulletin 3 Articles 04-03-2008, 03:23 AM
Replies: 1,399
Views: 980,417
Posted By lukemax
I know the global_start hook location works, but...

I know the global_start hook location works, but I think there is a way around the hook/plugin system.
Forum: vBulletin 3 Articles 04-02-2008, 09:04 PM
Replies: 1,399
Views: 980,417
Posted By lukemax
I have like 30 lines of php code which I want...

I have like 30 lines of php code which I want inside the box instead of Text. How do I make it so that I can have the template read my php code? (Take a look at the template I created), how do I get...
Forum: vB3 General Discussions 04-02-2008, 04:22 PM
Replies: 22
Views: 2,459
Posted By lukemax
Dismounted, I tried pasting the code into the...

Dismounted, I tried pasting the code into the php page (screenshot) the same place (beneath the START MAIN SCRIPT comment as I believe boofo did (when I looked at his info.php file), is that what u...
Forum: vB3 General Discussions 04-02-2008, 06:13 AM
Replies: 22
Views: 2,459
Posted By lukemax
ok, got it (1 more thing still..sorry) But do I...

ok, got it (1 more thing still..sorry) But do I need to have my php page call a template. How do add the vbulletin header, footer, and navbar (so the user can login from there) to be in the page...
Forum: vB3 General Discussions 04-01-2008, 03:41 PM
Replies: 22
Views: 2,459
Posted By lukemax
yea, that makes soo much sense. But I followed...

yea, that makes soo much sense. But I followed that tutorial (https://vborg.vbsupport.ru/showthread.php?t=62164&highlight=vbulletin+powered+page) and made a PROVIDERS template and used the hook in...
Forum: vB3 General Discussions 04-01-2008, 03:13 AM
Replies: 22
Views: 2,459
Posted By lukemax
oh, I thought I was supposed to output that php...

oh, I thought I was supposed to output that php page to a variable (see the hook I made) Then use that variable in the custom template I made (other screenshot) Lastly include this new template in...
Forum: vB3 General Discussions 04-01-2008, 01:53 AM
Replies: 22
Views: 2,459
Posted By lukemax
no, that didn't work either, right now since I...

no, that didn't work either, right now since I have the plugin disabled http://www.lvasp.com/forum/providers.php
but when I enable it, it doesn't work.
Thanks for the help.
Forum: vB3 General Discussions 04-01-2008, 12:50 AM
Replies: 22
Views: 2,459
Posted By lukemax
ok, I created this hook, (1st screenshot) and in...

ok, I created this hook, (1st screenshot) and in it created the $providers variable like in your tutorial, but when I include the variable ($providers in the second screenshot) in a template, the...
Forum: vB3 General Discussions 03-31-2008, 08:36 PM
Replies: 22
Views: 2,459
Posted By lukemax
But, placing the code there (inside providers.php...

But, placing the code there (inside providers.php on line 37 should work?) Why does it work without it?
Thanks
Forum: vB3 General Discussions 03-31-2008, 06:46 PM
Replies: 22
Views: 2,459
Posted By lukemax
Man (I think I'm missing something here) I took...

Man (I think I'm missing something here)
I took the code from providers_page.php and copied it into line 37 and I got "Sorry, page unavailable" (is that right?
Thanks...
Forum: vB3 General Discussions 03-31-2008, 02:12 PM
Replies: 22
Views: 2,459
Posted By lukemax
How do I do that. I used this ...

How do I do that. I used this (https://vborg.vbsupport.ru/showthread.php?t=62164&highlight=vbulletin+powered+page) tutorial so heres the code for my php page.
Forum: vB3 General Discussions 03-30-2008, 07:29 PM
Replies: 22
Views: 2,459
Posted By lukemax
plugin not working?

Im trying to create a hook out of this page
http://lvasp.com/providers_hook.php
So I add the PHP include like the manual says,
I'm trying to import it into
http://lvasp.com/forum/providers.php...
Forum: vB3 Programming Discussions 02-21-2008, 05:30 PM
Replies: 6
Views: 918
Posted By lukemax
wow, loads of responses, thanks...

wow, loads of responses, thanks...
Forum: vB3 Programming Discussions 02-20-2008, 07:10 PM
Replies: 6
Views: 918
Posted By lukemax
accessible only to logged in users

I have a page and I'm trying to do 2 things to it.
I used the hook feature and created a page
http://lvasp.com/forum/requestform.php
which used the vbulletin template system. How do I make it so...
Forum: vB3 General Discussions 09-21-2007, 08:37 PM
Replies: 6
Views: 792
Posted By lukemax
Oh I didn't see that, but would that show the...

Oh I didn't see that, but would that show the vbulletin error if the user isn't logged in?
Thanks
Forum: vB3 General Discussions 09-21-2007, 07:06 PM
Replies: 6
Views: 792
Posted By lukemax
but its not a forum its just a form integrated...

but its not a forum its just a form integrated w/vbulletin?
Forum: vB3 General Discussions 09-21-2007, 06:33 PM
Replies: 6
Views: 792
Posted By lukemax
unresolved isssue?

I am, lost on how to do this?
http://www.vbulletin.com/forum/showthread.php?t=242926
Also, how do I make it so that the user must have logged in in order to even see the form?And if they try to...
Forum: vB3 General Discussions 09-17-2007, 04:24 PM
Replies: 2
Views: 832
Posted By lukemax
gotta trim the fat?

I have a lot of members who have only registered and have not actually contributed by posting anything, how do I delete these members w/out banning them so they aren't members and no longer show up...
Forum: vBulletin 3.6 Add-ons 07-18-2007, 01:31 AM
Replies: 625
Major Additions - vS-Interactive Profiles
Views: 153,792
Posted By lukemax
I looked in my member.php file and couldn't find ...

I looked in my member.php file and couldn't find

---------------------------------------
ON VBULLETIN 3.6.6 AND ABOVE:
---------------------------------------

SELECT pf.profilefieldid
...
Showing results 1 to 25 of 83

 
Forum Jump

All times are GMT. The time now is 01:53 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.01812 seconds
  • Memory Usage 2,049KB
  • 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
  • (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
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete