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

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: tipoboy
Forum: vB4 General Discussions 05-13-2014, 03:06 PM
Replies: 3
Views: 513
Posted By tipoboy
you would add our plugin and use the hook...

you would add our plugin and use the hook location

load_show_variables

then your plugin would be
if (is_member_of(vB::$vbulletin->userinfo, 6, 7, 2, 5))
{
$show['xxxxx'] = true;
}
Forum: vB4 General Discussions 05-13-2014, 11:12 AM
Replies: 1
Views: 618
Posted By tipoboy
looking for some help creating navigation in the footer

Hi, i've just recently upgraded from 3.8 to 4.2.2 and its a big change, i've been out the forum game for a few years and could do with a little help coming up with a footer navigation.

i'm looking...
Forum: vB3 Programming Discussions 02-07-2011, 12:23 PM
Replies: 2
Views: 1,113
Posted By tipoboy
doh, something so basic, changed the input to...

doh, something so basic, changed the input to <img src=""> and it works finally

thanks for the quick reply :D
Forum: vB3 Programming Discussions 02-07-2011, 11:43 AM
Replies: 2
Views: 1,113
Posted By tipoboy
help with spoiler bbcode i'm trying to make

ok i had on my forum a spoiler bbcode, but i thought it would look better if it had an image instead of a text button to reveal the hidden text/image.

the bbcode for the original spoiler was:
...
Forum: vBulletin 3.5 Add-ons 06-21-2010, 08:13 AM
Replies: 2,436
Views: 548,136
Posted By tipoboy
bump for help :)

bump for help :)
Forum: vBulletin 3.5 Add-ons 06-19-2010, 05:12 PM
Replies: 2,436
Views: 548,136
Posted By tipoboy
is there a log for vbookie to see who settled a...

is there a log for vbookie to see who settled a bet. We had a moderator settle a bet wrongly but no one will own up to it.

I've already disabled anyone but admin settling bets but would like to...
Forum: vBulletin 3.8 Add-ons 04-19-2010, 09:11 AM
Replies: 1,702
Views: 415,317
Posted By tipoboy
same problem youtube links dont automatically...

same problem youtube links dont automatically convert, but if you wrap the link in * tages then the video converts just fine...
Forum: vBulletin 3.8 Template Modifications 12-15-2009, 11:11 AM
Replies: 389
Views: 108,830
Posted By tipoboy
thanks for the reply, i did try that DJ yet its...

thanks for the reply, i did try that DJ yet its still not centering in FF for some strange reason, here's screeny's to see:

IE8:

https://vborg.vbsupport.ru/

FF screeny:
...
Forum: Forum and Server Management 12-11-2009, 09:51 PM
Replies: 1
Views: 760
Posted By tipoboy
depends how big your site is etc, but try...

depends how big your site is etc, but try www.hostgator.com (http://www.hostgator.com), they've got a good rep with vbulletin and in 5 years of being with them my sites been down only 3 times
Forum: vBulletin 3.8 Template Modifications 12-11-2009, 08:24 PM
Replies: 389
Views: 108,830
Posted By tipoboy
DJ everything in my postbit_legacy is centered...

DJ everything in my postbit_legacy is centered apart from the dots. I've tried several methods of trying to get it to align correctly including all the example's here.

The code i posted centers...
Forum: vBulletin 3.8 Template Modifications 12-11-2009, 12:40 PM
Replies: 389
Views: 108,830
Posted By tipoboy
custom style but anyways i got it centered,...

custom style but anyways i got it centered, here's how:

firstly as has been said before you cant just change all the alignments to center in the .CSS file because float: center; isnt a valid CSS...
Forum: vBulletin 3.8 Template Modifications 12-08-2009, 09:15 PM
Replies: 389
Views: 108,830
Posted By tipoboy
i've already tried that and its still left...

i've already tried that and its still left aligned...
Forum: vBulletin 3.8 Template Modifications 12-08-2009, 02:03 PM
Replies: 389
Views: 108,830
Posted By tipoboy
just installed again, trying to get the center...

just installed again, trying to get the center align to work will post back on results...
Forum: vB3 General Discussions 12-07-2009, 10:34 PM
Replies: 1
Views: 583
Posted By tipoboy
go to your navbar template and find: </div>...

go to your navbar template and find:

</div>
<!-- / community link menu -->

above add the code for the link you want :D
Forum: vB3 Programming Discussions 12-07-2009, 10:04 PM
Replies: 4
Views: 1,136
Posted By tipoboy
what code are you using to add the sidebar? ...

what code are you using to add the sidebar?

is it a modification here?
Forum: vB3 Programming Discussions 12-07-2009, 08:55 PM
Replies: 4
Views: 1,136
Posted By tipoboy
are you wanting this sidebar added to every page,...

are you wanting this sidebar added to every page, most pages or just a select few?

there are a few ways to do it but it would entirely depend on the application of the sidebar

- dave :D
Forum: vBulletin Rank Sets 12-04-2009, 10:05 AM
Replies: 12
Views: 4,816
Posted By tipoboy
any chance you could make a set for a black back...

any chance you could make a set for a black back ground, i've played about with the psd for a while but cant quite get the white edge to go away, screeny attatched:
...
Forum: vBulletin 3.8 Styles 12-04-2009, 08:58 AM
Replies: 64
Views: 46,905
Posted By tipoboy
great skin, works well on my nokia n96, thanks...

great skin, works well on my nokia n96, thanks muchly:D
Forum: vBulletin 3.8 Template Modifications 11-08-2009, 10:10 PM
Replies: 92
Forum Display Enhancements - add a background image to your navbits
Views: 20,536
Posted By tipoboy
sorry aint been on folks, got a 13 week old boy...

sorry aint been on folks, got a 13 week old boy thats taking a lot of time at the moment, but have now got some spare time,



you cant have the image as a link if its a background image but it...
Forum: vB3 General Discussions 11-04-2009, 11:57 AM
Replies: 2
Views: 506
Posted By tipoboy
<if condition="$post['usergroupid'] == 6"><td...

<if condition="$post['usergroupid'] == 6"><td class="vbmenu_control"><a href="http://usajeepowners.com/usajeepownersfiles/">File section</a></td> </if>


change the number 6 to the usergroup id...
Forum: vB3 General Discussions 10-29-2009, 11:32 AM
Replies: 1
Views: 468
Posted By tipoboy
It's a server issue, see this: Common MySQL Error...

It's a server issue, see this: Common MySQL Error Messages (http://www.vbulletin.com/forum/../docs/html/troubleshoot_mysql_errors)
Forum: vB3 General Discussions 09-25-2009, 06:58 AM
Replies: 2
Views: 664
Posted By tipoboy
anyone?

anyone?
Forum: vB3 General Discussions 09-23-2009, 10:53 PM
Replies: 2
Views: 664
Posted By tipoboy
links to profiles, not showing/working...

One of my members tried to post a direct link to another members profile at out forum, he posted a link that looked like this:

http://www.mysite.net/member.php?u=34

now the problem is, the...
Forum: vB3 General Discussions 09-19-2009, 10:26 PM
Replies: 2
Views: 550
Posted By tipoboy
i think your dreaming there, unfortunately :D

i think your dreaming there, unfortunately :D
Forum: vB3 General Discussions 09-19-2009, 10:24 PM
Replies: 3
Views: 514
Posted By tipoboy
have you got one of the log in to a users account...

have you got one of the log in to a users account modifications installed?
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT. The time now is 09:20 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.03695 seconds
  • Memory Usage 2,082KB
  • 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)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (32)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