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: ButtKrust
Forum: vB3 General Discussions 05-31-2009, 02:00 AM
Replies: 6
Views: 834
Posted By ButtKrust
thanks i'll look into that

thanks i'll look into that
Forum: vB3 General Discussions 05-31-2009, 01:46 AM
Replies: 6
Views: 834
Posted By ButtKrust
in other words if a forum name matches the query,...

in other words if a forum name matches the query, it displays the forum? right now it checks the query in the threads, but i'd like to be able to check query across forum names and display matching...
Forum: vB3 General Discussions 05-31-2009, 01:35 AM
Replies: 6
Views: 834
Posted By ButtKrust
It was in fact the image verification, didn't...

It was in fact the image verification, didn't even rthink about it at first. Is there a way to search and display forum name results as well as thread results? in other words if a forum name matches...
Forum: vB3 General Discussions 05-30-2009, 11:27 PM
Replies: 6
Views: 834
Posted By ButtKrust
Vbulletin Search with URL not working

when i use the following url, it just brings me to the search page and doesn't display any results.

http://www.yoursite.com/forum/search.php?do=process&query=searchword

Is there something i am...
Forum: vB3 General Discussions 04-12-2009, 04:03 PM
Replies: 3
Views: 761
Posted By ButtKrust
It's set to pull from the defaults of the...

It's set to pull from the defaults of the usergroup, which is "can view forum." I also tried checking the "custom permissions" box and allowing it that way. Still no good.
Forum: vB3 General Discussions 04-12-2009, 06:51 AM
Replies: 3
Views: 761
Posted By ButtKrust
New Usergroup access denied...

I am using facebook connect and have created a new usergroup which is identical to the registered users group, however people in the facebook group can't view any of my forums even though they...
Forum: vBulletin 3.8 Styles 04-08-2009, 04:15 AM
Replies: 43
Views: 28,196
Posted By ButtKrust
I have a site about to go live, i have used some...

I have a site about to go live, i have used some of the gradients from this package, rather than the entire thing. I like them very much. I have put "Skins Designed by Military Ltd" with Military Ltd...
Forum: vBulletin 3.8 Admin CP Styles 04-08-2009, 04:07 AM
Replies: 8
Views: 12,029
Posted By ButtKrust
I have a site about to go live, i have used some...

I have a site about to go live, i have used some of the gradients from this package, rather than the entire thing. I like them very much. I have put "Skins Designed by Military Ltd" with Military Ltd...
Forum: vBulletin 3.8 Add-ons 03-03-2009, 01:11 AM
Replies: 252
Views: 88,891
Posted By ButtKrust
Ignore what i said earlier, and let me put it...

Ignore what i said earlier, and let me put it this way.

When i create a new PHP MODULE with vbadvanced, and in the settings section i set the "Initialize Forum Permissions" to YES, it allows me...
Forum: vBulletin 3.8 Add-ons 03-02-2009, 04:15 PM
Replies: 252
Views: 88,891
Posted By ButtKrust
Well for some reason when i try to program in php...

Well for some reason when i try to program in php in the files that are being viewed through the tabs (tabsample1, tabsample2, tabsample3), I've make new files and put my own code in and I can't use...
Forum: vBulletin 3.8 Add-ons 03-02-2009, 05:25 AM
Replies: 252
Views: 88,891
Posted By ButtKrust
Is there a way to pass the Forum ID through so...

Is there a way to pass the Forum ID through so that the forum ID can be used for various things within the PHP files (tabsampel1.php, tabsample2.php, tabsample3.php, ect)? Or is there another way to...
Forum: vB3 Programming Discussions 03-02-2009, 05:11 AM
Replies: 19
Views: 1,626
Posted By ButtKrust
The only two things i've managed to have output...

The only two things i've managed to have output anything while having global.php included are "Echo $foruminfo" which outputs the word "Array" and what you just posted, print_r($foruminfo) which...
Forum: vB3 Programming Discussions 03-01-2009, 08:26 PM
Replies: 19
Views: 1,626
Posted By ButtKrust
in a separate php file all by itself. I guess...

in a separate php file all by itself. I guess that's my problem, i'll try including the global.

--------------- Added 1235946568 at 1235946568 ---------------

Including global.php didn't work.....
Forum: vB3 Programming Discussions 03-01-2009, 08:23 PM
Replies: 19
Views: 1,626
Posted By ButtKrust
Is there a specific outside php file i need to...

Is there a specific outside php file i need to "Include" at the top of my current php file in order for $forumid to actually work properly?
Forum: vB3 Programming Discussions 03-01-2009, 08:03 PM
Replies: 19
Views: 1,626
Posted By ButtKrust
I'm just back at stage one it seems, i need to be...

I'm just back at stage one it seems, i need to be able to recognize the current forum id with some sort of function. To keep it very simple, how would i output the current forum id with ECHO? In such...
Forum: vB3 Programming Discussions 03-01-2009, 06:46 PM
Replies: 19
Views: 1,626
Posted By ButtKrust
It was your code that made me realize that...

It was your code that made me realize that $forumid was in fact working in that php file ;-)

--------------- Added 1235944263 at 1235944263 ---------------

I've actually got another problem...
Forum: vB3 Programming Discussions 03-01-2009, 06:41 PM
Replies: 19
Views: 1,626
Posted By ButtKrust
$forumid decided to start working, i guess i...

$forumid decided to start working, i guess i missed it earlier. This is exactly what i needed, thank you both very much and i'm very sorry for misunderstanding so much.
Forum: vB3 Programming Discussions 03-01-2009, 06:21 PM
Replies: 19
Views: 1,626
Posted By ButtKrust
Alright I am using vbadvanced. I have a module of...

Alright I am using vbadvanced. I have a module of my forum which outputs a .php file. In this php file, i would like to find out the forum id in order that i might display something specific to each...
Forum: vB3 Programming Discussions 03-01-2009, 05:55 PM
Replies: 19
Views: 1,626
Posted By ButtKrust
$forumid didn't work. I'm trying to get the forum...

$forumid didn't work. I'm trying to get the forum ID of the forum that contains the module with this php file. I tried having it connect to the database and use "SELECT forumid FROM forum" but this...
Forum: vB3 Programming Discussions 03-01-2009, 05:32 PM
Replies: 19
Views: 1,626
Posted By ButtKrust
I'm actually using it in a .php file which is...

I'm actually using it in a .php file which is displayed by a vbadvanced module. Would i need to connect to my database and pull the forum id from there instead? $foruminfo[forumid] isn't working.
...
Forum: vB3 Programming Discussions 03-01-2009, 05:23 PM
Replies: 19
Views: 1,626
Posted By ButtKrust
Getting forum ID through php?

I was wondering how you go about getting the forum ID put into a variable or even just echo'd through PHP. Does it have anything to do with using the $_REQUEST['forumid']? Could someone give me a...
Forum: vBulletin 3.8 Add-ons 02-24-2009, 08:53 PM
Replies: 1,671
Views: 374,109
Posted By ButtKrust
When i choose for it to store the information in...

When i choose for it to store the information in the database, where do i go to find the stored information? Does it go into MySQL? I would like to be able to pull this information out through php if...
Forum: vBulletin 3.7 Add-ons 02-24-2009, 03:23 PM
Replies: 954
Views: 333,192
Posted By ButtKrust
Is it possible for this mod to also turn links...

Is it possible for this mod to also turn links within your modules into embed, if you so desire?
Showing results 1 to 23 of 23

 
Forum Jump

All times are GMT. The time now is 08:37 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.01707 seconds
  • Memory Usage 2,012KB
  • 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
  • (38)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