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

Showing results 1 to 25 of 26
Search took 0.00 seconds.
Search: Posts Made By: suttercain
Forum: vB3 Programming Discussions 11-24-2007, 03:28 AM
Replies: 16
Views: 2,375
Posted By suttercain
Nope. You can see the bulletin board here ...

Nope. You can see the bulletin board here
supermandatabase.com/forums

I even triple checked to make sure that the plugin were turned on. I tried renaming the variabl and placing it into the...
Forum: vB3 Programming Discussions 11-24-2007, 03:09 AM
Replies: 16
Views: 2,375
Posted By suttercain
Nada.. nothing showed up in the header. I wonder...

Nada.. nothing showed up in the header. I wonder if it's a pathing issue (I ran a php script and verified the correct path though) or something else?
Forum: vB3 Programming Discussions 11-23-2007, 11:26 PM
Replies: 16
Views: 2,375
Posted By suttercain
Thanks for the reply. I changed ...

Thanks for the reply.

I changed

ob_start();
include('http://www.supermandatabase.com/header.php');
$includedphp = ob_get_contents();
ob_end_clean();
Forum: vB3 Programming Discussions 11-23-2007, 07:17 PM
Replies: 16
Views: 2,375
Posted By suttercain
Hi guys, I foollowed the direction to this...

Hi guys,

I foollowed the direction to this post as well as the official documentation and I can't seem to get it to work.

I went to "Plugins & Products" and created a new plugin. The product...
Forum: vB3 Programming Discussions 10-18-2007, 05:11 PM
Replies: 3
Views: 982
Posted By suttercain
Where is the user's 'Location' column stored?

Hi guys,

I have been looking through most of the tables and cannot find where the user's location is stored. I need it to display on external VB pages. I checked the 'user' table, but no luck...
...
Forum: ibProArcade Archive 06-02-2007, 02:49 AM
Replies: 0
Views: 696
Posted By suttercain
I click a game and it take me to the forum homepage...

Hi Guys,

I just installed IBP and when I click Arcade>Any Game Title it takes me to my forum home page but with broken img tags...

Let's say I click pacman I go to:...
Forum: vB3 General Discussions 05-20-2007, 03:42 AM
Replies: 9
Views: 867
Posted By suttercain
Hi Mike, thanks for the help. I don't know...

Hi Mike, thanks for the help.

I don't know if I am explaining myself properly.

I need to modify the actual profile for all users and not the section where the user edit their own profile.
...
Forum: vB3 General Discussions 05-20-2007, 03:17 AM
Replies: 9
Views: 867
Posted By suttercain
Okay I went into modifyprofile and anything I...

Okay I went into modifyprofile and anything I change doesn't show up when I view user's profile... I even deleted eveything from the edit box and it still just showed the user's profile like...
Forum: vB3 General Discussions 05-20-2007, 02:53 AM
Replies: 9
Views: 867
Posted By suttercain
found it.

found it.
Forum: vB3 General Discussions 05-20-2007, 02:45 AM
Replies: 9
Views: 867
Posted By suttercain
Where is the USERCP_SHELL located? I can't find a...

Where is the USERCP_SHELL located? I can't find a templates folder...

Thanks
Forum: vB3 General Discussions 05-19-2007, 07:57 PM
Replies: 9
Views: 867
Posted By suttercain
Need to modify the User Control Panel & View Profile

Hi Guys,

I need to add two links. One to the 'User Control Panel' on the left hand side navigation bar. I would like to add a the link below the 'Settings & Options' settings. I believe this is...
Forum: vBulletin 3.6 Add-ons 04-14-2007, 10:07 PM
Replies: 188
Views: 73,271
Posted By suttercain
The problem you may be having is when you go into...

The problem you may be having is when you go into vBulletin options-> Cookies and Setting your site may be (blank) you should have a drop down that allows you to select yourdomain.com. Once I changed...
Forum: vBulletin 3.6 Add-ons 04-14-2007, 09:59 PM
Replies: 188
Views: 73,271
Posted By suttercain
Post Removed Because I jumped the gun. Seems to...

Post Removed Because I jumped the gun. Seems to be working perfectly. Will be donating to Bill on Friday for his great work
Forum: vBulletin 3.6 Add-ons 04-14-2007, 09:45 PM
Replies: 188
Views: 73,271
Posted By suttercain
Thanks for replying. I fixed the login part for...

Thanks for replying. I fixed the login part for IE I think it's on page 7 of this forum. But what is the point of this hack if it doesn't work in IE? That is what I don't get. For better or worse,...
Forum: vBulletin 3.6 Add-ons 04-14-2007, 07:00 PM
Replies: 188
Views: 73,271
Posted By suttercain
Can some please tell me if if...

Can some please tell me if

if ($vbulletin->userinfo['usergroupid'] == '6' )
{
echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'>

} else {
echo "You...
Forum: vBulletin 3.6 Add-ons 04-14-2007, 12:10 AM
Replies: 188
Views: 73,271
Posted By suttercain
IPuck, Glad to hear it. Have you tried...

IPuck,

Glad to hear it.

Have you tried this code yet?

if ($vbulletin->userinfo['usergroupid'] == '6' )
{
echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'>
Forum: vBulletin 3.6 Add-ons 04-13-2007, 11:14 PM
Replies: 188
Views: 73,271
Posted By suttercain
Hate to say it, I found another error via Firefox...

Hate to say it, I found another error via Firefox VS. IE.

When I login and I have code so only a certain group can see it... works fine in Firefox and displays the code, yet in IE it logs me in,...
Forum: vBulletin 3.6 Add-ons 04-13-2007, 10:52 PM
Replies: 188
Views: 73,271
Posted By suttercain
I posted this fix for this on this page. It's...

I posted this fix for this on this page. It's always a good idea to read the forum posts.
Forum: vBulletin 3.6 Add-ons 04-11-2007, 08:10 PM
Replies: 188
Views: 73,271
Posted By suttercain
I figured out the javaScript error... only took...

I figured out the javaScript error... only took 14 hours. Sorry I'm a php guy not a JavaScript guy.

Anyway...

replace:
echo "<input name=vb_login_username type=text id=navbar_username...
Forum: vBulletin 3.6 Add-ons 04-11-2007, 05:55 PM
Replies: 188
Views: 73,271
Posted By suttercain
Since there were never any answers to the...

Since there were never any answers to the previous two gentleman having this same issue, it's safe to say that I should forget about using this hack?

70% of internet users use IE. If it doesn't...
Forum: vBulletin 3.6 Add-ons 04-11-2007, 06:36 AM
Replies: 188
Views: 73,271
Posted By suttercain
Same problem on this guy's page: ...

Same problem on this guy's page:
http://socaltrailriders.org/

I open it up in Explorer and the same error. I don't think his post was ever answered. Is it possible to get this to validate?

...
Forum: vBulletin 3.6 Add-ons 04-11-2007, 06:05 AM
Replies: 188
Views: 73,271
Posted By suttercain
Exactly my same issue. I figured out it's a...

Exactly my same issue.

I figured out it's a JavaScript/IE error but I don't know JavaScript. I tried looking to see a place to close with a "(" but couldn't find one. Anyone else having this issue...
Forum: vBulletin 3.6 Add-ons 04-11-2007, 05:43 AM
Replies: 188
Views: 73,271
Posted By suttercain
Hi Bill, I have been literally working on...

Hi Bill,

I have been literally working on this for 5 hours. I moved the forum from the subdomain of forums.supermandatabase.com to supermandatabase.com/forums to run this script.

I am running...
Forum: vBulletin 3.6 Add-ons 04-11-2007, 01:46 AM
Replies: 188
Views: 73,271
Posted By suttercain
see post below

see post below
Forum: vBulletin 3.6 Add-ons 04-11-2007, 01:15 AM
Replies: 188
Views: 73,271
Posted By suttercain
See Post Below

See Post Below
Showing results 1 to 25 of 26

 
Forum Jump

All times are GMT. The time now is 08:41 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.11293 seconds
  • Memory Usage 2,044KB
  • 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
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (50)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