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

Showing results 1 to 25 of 30
Search took 0.00 seconds.
Search: Posts Made By: gr8whtd0pe
Forum: vBulletin 4.x Add-ons 06-14-2011, 10:24 PM
Replies: 2,076
Views: 422,679
Posted By gr8whtd0pe
I had to change mine to a multi-line text box. :(

I had to change mine to a multi-line text box. :(
Forum: vBulletin 4.x Add-ons 02-28-2011, 11:28 PM
Replies: 117
Private Messages Enhancements - Popup Private Messaging for vBulletin 4.x!
Views: 29,187
Posted By gr8whtd0pe
You need to upload overlay.png to your images...

You need to upload overlay.png to your images folder and re_popuppm.js to your clientscript folder as well as import the xml. Thats all.

Install instructions are poor.
Forum: vBulletin 3.5 Add-ons 12-12-2010, 09:00 PM
Replies: 38
Views: 18,581
Posted By gr8whtd0pe
Yes! Finally one that works with 3.8.5

Yes! Finally one that works with 3.8.5
Forum: vBulletin 3.8 Add-ons 12-11-2010, 06:44 PM
Replies: 187
Administrative and Maintenance Tools - Change Threads/Posts Owner/Date for vB3.8
Views: 66,382
Posted By gr8whtd0pe
Everytime I try to use this I get: "The message...

Everytime I try to use this I get:
"The message you have entered is too short. Please lengthen your message to at least 2 characters."

Any ideas why?
Forum: vBulletin 3.8 Add-ons 12-08-2010, 06:21 PM
Replies: 723
Chat Modifications - Cyb - ChatBox
Views: 185,454
Posted By gr8whtd0pe
I don't no.

I don't no.
Forum: vBulletin 3.8 Add-ons 12-08-2010, 03:04 AM
Replies: 723
Chat Modifications - Cyb - ChatBox
Views: 185,454
Posted By gr8whtd0pe
I went playing with the code, but the input box...

I went playing with the code, but the input box on the top, made it full width etc. Only catch is I use it in full only. This should have changed for the little version too... don't know for sure....
Forum: vBulletin 3.8 Add-ons 06-29-2010, 12:26 PM
Replies: 2,086
Views: 524,074
Posted By gr8whtd0pe
Any way to just display the link to the YouTube...

Any way to just display the link to the YouTube video above the player? My Tapatalk users can't click on the links the current definitions put out. It says invalid video.

EDIT: NM just turned off...
Forum: vB3 Programming Discussions 04-21-2010, 07:51 PM
Replies: 0
Views: 504
Posted By gr8whtd0pe
Moved now hanging Queries, PM table only.

Here is my problem. We recently changed hosts. I moved all the files, databases all that stuff over without an issue. The whole site works fine... kinda.

When users click UserCP or Private...
Forum: vBulletin 3.8 Add-ons 12-23-2009, 03:48 AM
Replies: 165
Chat Modifications - Dion Dev Shoutbox v2.1 (AJAX)
Views: 39,397
Posted By gr8whtd0pe
Okay so this should work. Open shoutinsert.js and...

Okay so this should work. Open shoutinsert.js and change
var url = 'shoutbox/shoutinsert.php';
to
var url = 'forums/shoutbox/shoutinsert.php';

Save it as something like shoutinsertcmps.js and...
Forum: vBulletin 3.8 Add-ons 12-22-2009, 06:18 PM
Replies: 165
Chat Modifications - Dion Dev Shoutbox v2.1 (AJAX)
Views: 39,397
Posted By gr8whtd0pe
When I get home Ill post up the files if I can.

When I get home Ill post up the files if I can.
Forum: vBulletin 3.8 Template Modifications 12-15-2009, 01:47 PM
Replies: 168
Forum Home Enhancements - [vBD]-Facebook Bar..!!
Views: 40,297
Posted By gr8whtd0pe
Sorry I never check this anymore. All you do is...

Sorry I never check this anymore. All you do is replace the sections of his code with what I have.

https://vborg.vbsupport.ru/showpost.php?p=1874825&postcount=100
Forum: vBulletin 3.8 Template Modifications 10-06-2009, 01:22 PM
Replies: 168
Forum Home Enhancements - [vBD]-Facebook Bar..!!
Views: 40,297
Posted By gr8whtd0pe
yeah put them both in your style tags (css).

yeah put them both in your style tags (css).
Forum: vBulletin 3.8 Template Modifications 10-05-2009, 02:00 PM
Replies: 168
Forum Home Enhancements - [vBD]-Facebook Bar..!!
Views: 40,297
Posted By gr8whtd0pe
Probably because IE does not listen to any HTML...

Probably because IE does not listen to any HTML standards.

add:
/* <<<this part is for IE6--- START >>> */
* html,* html body {
background-image:url(about:blank);
background-attachment:fixed;...
Forum: vBulletin 3.8 Template Modifications 09-30-2009, 04:32 PM
Replies: 168
Forum Home Enhancements - [vBD]-Facebook Bar..!!
Views: 40,297
Posted By gr8whtd0pe
Well, a quick Google turned up this site: ...

Well, a quick Google turned up this site:
http://tech6.com/f51/vbulletin-template-conditionals-list-t112/



Beyond that, its really just trial and error to get it the way you want it to be,...
Forum: vBulletin 3.8 Template Modifications 09-30-2009, 12:31 PM
Replies: 168
Forum Home Enhancements - [vBD]-Facebook Bar..!!
Views: 40,297
Posted By gr8whtd0pe
It's just a div tag, you can put what ever you...

It's just a div tag, you can put what ever you want in it. For notifications just do like I do (kinda):


<if condition="$bbuserinfo[pmunread]">
<a href="private.php">New PM!</a>
<else />
<a...
Forum: vBulletin 3.8 Template Modifications 09-28-2009, 01:52 PM
Replies: 168
Forum Home Enhancements - [vBD]-Facebook Bar..!!
Views: 40,297
Posted By gr8whtd0pe
Put this before </head> <style...

Put this before </head>


<style type="text/css">
#bar_bottom {
position: fixed;
bottom: 0px;
left: 80px;
right: 80px;
height: 30px;
Forum: vBulletin 3.8 Add-ons 09-26-2009, 02:14 AM
Replies: 165
Chat Modifications - Dion Dev Shoutbox v2.1 (AJAX)
Views: 39,397
Posted By gr8whtd0pe
HA! Fixed it myself. Made another instance of...

HA! Fixed it myself. Made another instance of shoutinsert.js and changed

var url = 'shoutbox/shoutinsert.php';
to
var url = 'forums/shoutbox/shoutinsert.php';

then just called up the new one...
Forum: vBulletin 3.8 Add-ons 09-17-2009, 11:43 PM
Replies: 165
Chat Modifications - Dion Dev Shoutbox v2.1 (AJAX)
Views: 39,397
Posted By gr8whtd0pe
It works on my main forums, but not with the...

It works on my main forums, but not with the CMPS. I can't seem to figure out why. It displays it, all that, but when you click shout! it does nothing.
Forum: vBulletin 3.8 Template Modifications 09-17-2009, 06:09 PM
Replies: 168
Forum Home Enhancements - [vBD]-Facebook Bar..!!
Views: 40,297
Posted By gr8whtd0pe
sweet works great. Now if IE would use Png's...

sweet works great. Now if IE would use Png's right...
Forum: vBulletin 3.8 Template Modifications 09-17-2009, 06:03 PM
Replies: 168
Forum Home Enhancements - [vBD]-Facebook Bar..!!
Views: 40,297
Posted By gr8whtd0pe
Or let your users choose to hide or show...

Or let your users choose to hide or show permanently:

https://vborg.vbsupport.ru/showpost.php?p=1874047&postcount=93
Forum: vBulletin 3.8 Template Modifications 08-26-2009, 07:21 PM
Replies: 168
Forum Home Enhancements - [vBD]-Facebook Bar..!!
Views: 40,297
Posted By gr8whtd0pe
Not yet, I'm thinking about adding that in myself...

Not yet, I'm thinking about adding that in myself and doing some of the other things people have mentioned though..
Forum: vBulletin 3.8 Template Modifications 08-26-2009, 05:38 PM
Replies: 168
Forum Home Enhancements - [vBD]-Facebook Bar..!!
Views: 40,297
Posted By gr8whtd0pe
You mean its somehow to full to add that code...

You mean its somehow to full to add that code into the text box all the way at the bottom of your main css? style manager - style - edit main css - all the way at the bottom
Forum: vBulletin 3.8 Template Modifications 08-26-2009, 03:49 PM
Replies: 168
Forum Home Enhancements - [vBD]-Facebook Bar..!!
Views: 40,297
Posted By gr8whtd0pe
There is no additional CSS... All you do to...

There is no additional CSS...

All you do to add this is create the user field and replace
<if condition="$bbuserinfo[userid]">

With:
<if condition="$bbuserinfo[userid]">
<if...
Forum: vBulletin 3.8 Template Modifications 08-25-2009, 03:42 PM
Replies: 168
Forum Home Enhancements - [vBD]-Facebook Bar..!!
Views: 40,297
Posted By gr8whtd0pe
Yeah lol, if you dont want to put it where I did,...

Yeah lol, if you dont want to put it where I did, just get rid of the <br>'s in the code and put it where ever.

Gald it works for ya though. :up:
Forum: vBulletin 3.8 Template Modifications 08-25-2009, 12:52 PM
Replies: 168
Forum Home Enhancements - [vBD]-Facebook Bar..!!
Views: 40,297
Posted By gr8whtd0pe
Sure! Go to your admincp and add a new user...

Sure!

Go to your admincp and add a new user profile field.

Kind: Single-Selection Radio Buttons
Title: Floating Bar
Description: Choose to hide or show the bar that floats at the bottom of...
Showing results 1 to 25 of 30

 
Forum Jump

All times are GMT. The time now is 04:02 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.02251 seconds
  • Memory Usage 2,045KB
  • 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
  • (72)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