Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 05-18-2011, 12:53 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey guys, lighten up. Either answer his question or keep the rude comments to yourselves.
Reply With Quote
  #12  
Old 05-18-2011, 01:25 AM
hyperviperx99's Avatar
hyperviperx99 hyperviperx99 is offline
 
Join Date: Feb 2011
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Octavius and Boofo.. Sorry I know I'm a newb, but I'm learning thanks to the kind users here. peace
Reply With Quote
  #13  
Old 05-18-2011, 02:20 PM
RobbieZ RobbieZ is offline
 
Join Date: Jul 2008
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I suspect its at the bottom of their header as they have a customized navbar at the top and have split the log in and search into the same table.

You will need to create it in a table to successfully float it to the right with the code.

I tried it on my test board with some success!

Reply With Quote
  #14  
Old 05-18-2011, 03:35 PM
hyperviperx99's Avatar
hyperviperx99 hyperviperx99 is offline
 
Join Date: Feb 2011
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RobbieZ View Post
I suspect its at the bottom of their header as they have a customized navbar at the top and have split the log in and search into the same table.

You will need to create it in a table to successfully float it to the right with the code.

I tried it on my test board with some success!


Could you or anyone please teach me how to do this?

And how do I create a "featured media" section. Please help!
Reply With Quote
  #15  
Old 05-18-2011, 04:32 PM
RobbieZ RobbieZ is offline
 
Join Date: Jul 2008
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hyperviperx99 View Post
Could you or anyone please teach me how to do this?
Here's your code; I have placed mine at the bottom of navbar template

Remember I adjusted the td width to fit my forum width!

HTML Code:
<table width="1050px" align="center">
<td width="335px" valign="top" align="right">
<div class="spacer_5px"></div>
<a title="Subscribe to our feed" target="_blank" href="feeds">
<img border="0" alt="Subscribe to our feed" src="rss.gif">
</a>
<a title="Follow us on Twitter" target="_blank" href="http://www.twitter.com">
<img border="0" alt="Follow us on Twitter" src="twitter.gif">
</a>
<a title="Add us on Facebook" target="_blank" href="http://www.facebook.com">
<img border="0" alt="Add us on Facebook" src="facebook.gif">
</a>
<a title="Subscribe to our channel on YouTube" target="_blank" href="http://www.youtube.com>
<img border="0" alt="Subscribe to our channel on YouTube" src="youtube.gif">
</a>
<a title="Add us on Myspace" target="_blank" href="http://www.myspace.com">
<img border="0" alt="Add us on Myspace" src="myspace.gif">
</a>
</td>
</table>
Quote:
Originally Posted by hyperviperx99 View Post
And how do I create a "featured media" section. Please help!
They have created a Static HTML widget and inside this have placed various codes:

1) The slider is created by Michael Leigeber : http://www.scriptiny.com/2008/12/javascript-slideshow/

You probably need to use Cory Booths mod to pull your forum content utilizing his slider code.

2) The 5 images top right are just easily placed HTML

3) The mp3 player is from: http://www.mymusicstream.com/ which you will need to sign up and add your music and thus create a widget from them and use the code over at your forum.

I may take this up as a mini project, but it will be much later in the week as I am rather busy at the moment.

Hope this helps and good luck!
Reply With Quote
  #16  
Old 05-18-2011, 05:12 PM
hyperviperx99's Avatar
hyperviperx99 hyperviperx99 is offline
 
Join Date: Feb 2011
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you so much RobbieZ. I will try to work on this later. Peace
Reply With Quote
  #17  
Old 05-18-2011, 07:34 PM
Da-Vinci Da-Vinci is offline
 
Join Date: Mar 2010
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TheLastSuperman View Post
Looks like this slideshow in the featured media:
http://www.scriptiny.com/2008/12/javascript-slideshow/

The mp3 player is more than likely a free script you can view the source for more info or a hint to the script name in the css or js etc. What you want to do is search here and then do some searching of your own then customize your cms to your liking .

And guys, that's why the OP posted... for us to help.. silly rabbits!
Really, that must explain the hundreds of unanswered posts in the General and Programming forums here on VB.org then.

I was not having a pop at the OP btw, around 18 months ago I was clueless with my shiny new vBulletin board, I found the best way was to jump in two feet first (On my test board of course), do some reading, then do some more reading and then read a good bit more, then just try things out and see what's what and how different plugins look and work, sure I had some help on here, but not much.

I've found my greatest friend for learning vBulletin has been Google.
Reply With Quote
  #18  
Old 05-18-2011, 08:51 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Da-Vinci View Post
Really, that must explain the hundreds of unanswered posts in the General and Programming forums here on VB.org then.

I was not having a pop at the OP btw, around 18 months ago I was clueless with my shiny new vBulletin board, I found the best way was to jump in two feet first (On my test board of course), do some reading, then do some more reading and then read a good bit more, then just try things out and see what's what and how different plugins look and work, sure I had some help on here, but not much.

I've found my greatest friend for learning vBulletin has been Google.
I'm basically in the same position. Most of what I've learned has been from articles, google, breaking things (templates/php code/etc), searching for answers that have actually been posted on similar situtations, or just tearing other mods apart trying to figure out how they work. But, every now and then, I find something that I DO need help on, and ask here or on some of the other webmaster/modification/coding sites. It's bound to get answered somewhere....
Reply With Quote
  #19  
Old 05-18-2011, 11:09 PM
hyperviperx99's Avatar
hyperviperx99 hyperviperx99 is offline
 
Join Date: Feb 2011
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RobbieZ View Post



They have created a Static HTML widget and inside this have placed various codes:

1) The slider is created by Michael Leigeber : http://www.scriptiny.com/2008/12/javascript-slideshow/

You probably need to use Cory Booths mod to pull your forum content utilizing his slider code.
Thanks

Where is Cory Booths mod?
Reply With Quote
  #20  
Old 05-19-2011, 07:21 PM
Da-Vinci Da-Vinci is offline
 
Join Date: Mar 2010
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, I don't know about this mod, but here's a tip for you.

At the top of the VB.org, you will see a link called Memberlist, click that. In the window that opens you will see a link that says Search Members and a drop down search box will open. Type into that cory.

A list will appear of member names that contain the word cory. At the bottom of that list you will see cory_booth
. Click his name and his member profile will open, near the bottom of the page his modifications will be listed and you will see this.

[WIDGET] Slider [v1.00]
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 06:28 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.04141 seconds
  • Memory Usage 2,269KB
  • Queries Executed 11 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_html
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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_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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete