Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
The Ultimate Random Header Mod Details »»
The Ultimate Random Header Mod
Version: 1.0.0, by Jaxel Jaxel is offline
Developer Last Online: Sep 2013 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.8.x Rating:
Released: 04-27-2009 Last Update: 04-27-2009 Installs: 53
Template Edits
Additional Files  
No support by the author.

This mod has been rewritten for vB4x here: https://vborg.vbsupport.ru/showthread.php?t=240629

THIS SCRIPT DOES NOT USE JAVASCRIPT!

I wrote this mod for my own website last year (http://www.8wayrun.com/). I was looking for a way to create a random header situation, while also letting people select the random header through their UserCP and FORCE a header depending on what forum they are on. If you go to my website (http://www.8wayrun.com/), a random character will appear on your header, if you ctrl+refresh, a new character will show up... if you go to our character specific forums, the character in the random header will be FORCED to the character of that specific forum... I have done my best to make this script as simple as possible.

Product Demo:
http://www.8wayrun.com/
http://www.8wayrun.com/customstyles/...der/header.php
Installation Procedure:
  1. Create a dedicated folder on your server where you will be putting your random images.
  2. Put the included "header.php" script into the folder you created previously in step 1.
  3. Put the images you want randomized into the folder you created previously in step 1.
Optional Switches:
  1. OPTIONAL: If you want, you can set this script to FORCE a header on specific forum. Its simple, when naming the files for your random images, simply name the file as the forum ID of that forum. So if you want a specific image forced when viewing forum 38, name the file 38.png.
    .
  2. OPTIONAL: If you want, you can let users SELECT which header they want on places where the script would normally randomize.
    1. Create a new "Single-Selection Menu" profile field in your adminCP, set title and description to whatever you want. If you use numbered filenames like those in step 2, you may want to use the description field to let people know what they are selecting. (see screenshot)
    2. For each selection option, enter an image's filename WITHOUT the extension, so wolves.png will be just "wolves".
    3. Set Default: None
    4. Field Required: No
    5. Field Editable: Yes
    6. Private Field: No
    7. Field Searchable on Members List: No
    8. Show on Members List: No
    9. Display Page: Options: Other
    After you submit, this field will be given a name (ex: field9). Make sure to remember this name.
    .
  3. OPTIONAL: Open up the included "header.php" script and go to the section flagged "// VALIDATE CURRENT IMAGE DATA, CHECK FID, CHECK PID". By default, the image randomizer will find ANY image with the JPG, PNG or GIF extension. However, the FORCED and SELECT settings will always look for PNG images. If you would like to change this to either JPG or GIF, you must change the two isntances of PNG to the appropriate format. Only ONE filetype is usable with the FORCED or SELECT options.
    .
  4. The script has a heirarchy of importance when searching for images. The first thing it will look for is the FORCED image from step 1. If it doesn't find a forced image, it will use the user defined image in step 2. If the user doesn't have a defined image, it will pick an image at random from the folder it resides in.
Usage Procedure:
  1. Anywhere you want to use this random script, just link to this script, instead of an image.
    • <img src="DIRECTORY/header.php?fid=$forumid&pid=$bbuserinfo[field9]" />
    • <table background="DIRECTORY/header.php?fid=$forumid&pid=$bbuserinfo[field9]"></table>
    .
  2. The text in BLUE above is the switch for forcing an image based on the forumid. If you don't want to force images depending on the forum, you dont need to include that switch.
    .
  3. The text in RED above is the switch for forcing an image based on user control panel selection. If you don't want to give users the option to select an image manually, you dont need to include the switch. Notice that this switch has a variable called "field9"; this may not be the same in your forum. This variable should be changed to the field name I had you make note of in a previous step.
Don't forget to click INSTALL!

If you want to donate, I'm all for it... as I'm an unemployed computer programmer...

Download Now

File Type: php header.php (1.3 KB, 252 views)

Screenshots

File Type: jpg 1.jpg (247.0 KB, 0 views)
File Type: jpg 2.jpg (199.8 KB, 0 views)
File Type: jpg 3.jpg (213.7 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 07-05-2009, 03:10 PM
applebeef applebeef is offline
 
Join Date: Jun 2009
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Actually, upon further inspection, it seems to be a standard part of Vbulletin code?

The sites (not mine) that I looked at all have this. In fact VB.org has this if you view page source their home page.

Even your forum has this!:
PHP Code:
<meta http-equiv="Cache-Control" content="no-cache" />
    <
meta http-equiv="Pragma" content="no-cache" />
    <
meta http-equiv="Expires" content="0" /> 
Granted it differs from mine in that the value "0" is present instead of "-1" (no idea what that means)

Edit: Further more reading, this is hardcoded into the forum home of Vbulletin, which explains that. It is not present for example, on a random forum page on my forum.


So is this really the problem?
Reply With Quote
  #33  
Old 07-12-2009, 10:15 PM
Tilly Tilly is offline
 
Join Date: Sep 2007
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do you link the code to your homepage? Like link the image back to your forum home?
Reply With Quote
  #34  
Old 08-20-2009, 12:28 PM
odln018's Avatar
odln018 odln018 is offline
 
Join Date: Mar 2006
Posts: 210
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Jaxel -
I'm using your mod in conjunction with VB 3.8.4. I upgrade my PHP from 5.2.9 to 5.3, and this mod no longer functions.

I'm not receiving any errors, just no banners at all. When I revert back to 5.2.9, all functions normally again. I'm not receiving any errors, just no banners at all. When I revert back to 5.2.9, all functions normally again.
Reply With Quote
  #35  
Old 08-20-2009, 12:30 PM
odln018's Avatar
odln018 odln018 is offline
 
Join Date: Mar 2006
Posts: 210
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Jaxel -
I'm using your mod in conjunction with VB 3.8.4. I upgrade my PHP from 5.2.9 to 5.3, and this mod no longer functions.

I'm not receiving any errors, just no banners at all. When I revert back to 5.2.9, all functions normally again.
Reply With Quote
  #36  
Old 09-09-2009, 03:39 AM
tafreeh tafreeh is offline
 
Join Date: May 2008
Location: Canada
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works great... but i have a lil issue...
check out this image
http://images.tafreehmela.com/showor...5/untitled.jpg

there is unwanted free white space above my logo? how is that?
Reply With Quote
  #37  
Old 09-24-2009, 07:46 PM
chris&barb chris&barb is offline
 
Join Date: Sep 2009
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this mod work on 3.8.4? I did exactly as said and nothing happened. Where exactly is everyone placing the folder?
Reply With Quote
  #38  
Old 10-09-2009, 11:27 PM
goxy63 goxy63 is offline
 
Join Date: Oct 2008
Location: its like another planet:D
Posts: 657
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there any way to use this mod with flash animations(SWF) as Iam using them for my forums as a header?

Thanks for answer

Cheers
Reply With Quote
  #39  
Old 03-25-2010, 04:31 AM
Gamelobby's Avatar
Gamelobby Gamelobby is offline
 
Join Date: Jul 2007
Location: Long Beach, CA
Posts: 997
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If i just want a rotating header (completely random) do i need to use these at all.?
I'm guessing i do or it wouldn't know how to connect to the images. lol (header.php)
  • <img src="DIRECTORY/header.php?fid=$forumid&pid=$bbuserinfo[field9]" />
  • <table background="DIRECTORY/header.php?fid=$forumid&pid=$bbuserinfo[field9]"></table>
But i did add both to my header teamplate, but nothing works.?
My header template is weird, so im not sure if it is my template, or the 3.8.5 version.?
Code:
<!-- bullseye background -->
<div class="vbseo_bullseye" style="width: $stylevar[outertablewidth]">

<!-- header -->
<div class="vbseo_header_container">
<div class="vbseo_header">

<!-- logo -->
<a name="top"></a>
<a href="$vboptions[forumhome].php$session[sessionurl_q]"><img id="vbseo_logo_image" src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>
<h1 id="vbseo_logo_h1"><a href="$vboptions[forumhome].php$session[sessionurl_q]"></a></h1>
<p id="vbseo_logo_tagline"><a href="$vboptions[forumhome].php$session[sessionurl_q]"></a></p>
<!-- /logo -->

<!-- navigation -->
<ul class="vbseo_main_menu">
	<li><a href="cmps_index.php">Home</a></li>
	<li><a href="all_albums.php$session[sessionurl_q]">Pics</a></li>
	<li><a href="video.php">Videos</a></li>
	<li><a href="arcade.php">Arcade</a></li>
	<li><a href="gameroom.php?">Casino</a></li>
	<li><a href="vbgooglemapme.php">Map</a></li>
         <li><a href="project.php$session[sessionurl_q]">$vbphrase[projects]</a></li>
	<li><a href="blog.php$session[sessionurl_q]">$vbphrase[blogs]</a></li>



</ul>
<!-- /navigation -->

<!--VBSEO_RR_1-->

$_phpinclude_output

$ad_location[ad_header_end]
Is there a more simplified code i could use to just randomize the header..?
Also does this work with 3.8.5.?

Thanks
Reply With Quote
  #40  
Old 06-22-2010, 10:16 AM
psychonikeo psychonikeo is offline
 
Join Date: Nov 2009
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

working fantastic on 3.8.4!!! I was looking for this, so this helped me out so much!!
Reply With Quote
  #41  
Old 07-04-2010, 04:53 PM
john102774 john102774 is offline
 
Join Date: Aug 2008
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great Mod! Installed on 3.8.5.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:25 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05395 seconds
  • Memory Usage 2,345KB
  • Queries Executed 28 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete