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 03-11-2011, 03:44 AM
Randomm Randomm is offline
 
Join Date: Jul 2010
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it renames tab1 to Adding content to each tab
tab2 becomes shows the entire threadbit or whatever it's called

OK here's what I'm trying to do.

I do not have CMS so I'm using the notice box as my front page (feature threads)
the problem is I'm running out of space (you'll have to start scrolling down to even see the forums)
so that's why I want a TAB like mod or something on the notice box (noticebit) so that way, I can put a lot of post on the notice box without it obstructing my entire forum (I can just keep creating tabs if I want to)

without the tabs, I have about 20 featured post (I manually add the threads there)
with tabs, each tab can have 5 or 10 featured threads so the notice box won't get any bigger

catch my drift?
Reply With Quote
  #12  
Old 03-11-2011, 03:47 AM
your24hourstore your24hourstore is offline
 
Join Date: Feb 2010
Posts: 1,226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yep, you tried vbadvanced ?

--------------- Added [DATE]1299822536[/DATE] at [TIME]1299822536[/TIME] ---------------

that will work but you need height and width control added to that code to make it large enough to see
Reply With Quote
  #13  
Old 03-11-2011, 03:50 AM
Randomm Randomm is offline
 
Join Date: Jul 2010
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't want CMS....I just want a forum using the notice box as my front page
Reply With Quote
  #14  
Old 03-11-2011, 03:51 AM
your24hourstore your24hourstore is offline
 
Join Date: Feb 2010
Posts: 1,226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

HTML Code:
<body>
<div class="tabBox" style="clear:both;">
  <div class="tabArea">
    <a class="tab" href="https://vborg.vbsupport.ru/showthread.php?t=260198" target="_blank"><b>Adding content to each tab</b></a>
    <a class="tab" href="https://vborg.vbsupport.ru/showthread.php?t=260198" target="tabIframe2">Words here</a>
    <a class="tab" href="Tab3.html" target="tabIframe2">Tab3</a>
    <a class="tab" href="Tab4.html" target="tabIframe2">Tab4</a>
    <a class="tab" href="Tab5.html" target="tabIframe2">Tab5</a>
  </div>
  <div class="tabMain">
    <div class="tabIframeWrapper"><iframe class="tabContent" name="tabIframe2" src="action.html" scrolling=yes 
style="position:relative; left: 25px; top: px; width: 900px; height: 790px;" allowtransparency="true"></iframe></div>
  </div>
</div>
</body>
try that one

--------------- Added 10 Mar 2011 at 23:55 ---------------

should work you can adjust the settings im tired

--------------- Added 10 Mar 2011 at 23:57 ---------------

oh so you want it small i see , so you want the content to break frames so they can see it? like the whole page,, then use number #8 post
Reply With Quote
  #15  
Old 03-11-2011, 03:59 AM
Randomm Randomm is offline
 
Join Date: Jul 2010
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's still basically the same thing only the frame got bigger
hey it's cool man
I'll just experiment with your code here

Code:
<td height="690"><iframe src="
https://vborg.vbsupport.ru/showpost.php?p=2171619&postcount=4" name=iframe scrolling=yes 
style="position:relative; left: 25px; top: px; width: 900px; height: 790px;" allowtransparency="true"></iframe></td>
  </tr>
thanks a lot!
Reply With Quote
  #16  
Old 03-11-2011, 04:00 AM
your24hourstore your24hourstore is offline
 
Join Date: Feb 2010
Posts: 1,226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

HTML Code:
<body>
<div class="tabBox" style="clear:both;">
  <div class="tabArea">
    <a class="tab" href="https://vborg.vbsupport.ru/showthread.php?t=260198" target="_blank"><b>Adding content to each tab</b></a>
    <a class="tab" href="https://vborg.vbsupport.ru/showthread.php?t=260198" target="_blank"><b>Adding content to each tab</b></a>
    <a class="tab" href="https://vborg.vbsupport.ru/showthread.php?t=260198" target="_blank"><b>Adding content to each tab</b></a>
    <a class="tab" href="https://vborg.vbsupport.ru/showthread.php?t=260198" target="_blank"><b>Adding content to each tab</b></a>
    <a class="tab" href="https://vborg.vbsupport.ru/showthread.php?t=260198" target="_blank"><b>Adding content to each tab</b></a>
  </div>
  <div class="tabMain">
    <div class="tabIframeWrapper"><iframe class="tabContent" name="tabIframe2" src="action.html" marginheight="8" marginwidth="8" frameborder="0"></iframe></div>
  </div>
</div>
</body>
Reply With Quote
  #17  
Old 03-11-2011, 04:20 AM
Randomm Randomm is offline
 
Join Date: Jul 2010
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

like this
http://www.brainjar.com/css/tabs/demo.html
Reply With Quote
  #18  
Old 03-11-2011, 11:02 AM
your24hourstore your24hourstore is offline
 
Join Date: Feb 2010
Posts: 1,226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK well gimme the links you want to show in the content area and I will fix it for you, Do you want it all in one page as the demo shows or with the css in a separate file?
pm me 5 links you want to show
Reply With Quote
  #19  
Old 03-11-2011, 11:15 AM
bobster65's Avatar
bobster65 bobster65 is offline
 
Join Date: Mar 2006
Location: Montana
Posts: 1,169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can take a look at some of my Tabbed Content Mods to get some ideas..

https://vborg.vbsupport.ru/showthread.php?t=172773
https://vborg.vbsupport.ru/showthread.php?t=154653
https://vborg.vbsupport.ru/showthread.php?t=161197
https://vborg.vbsupport.ru/showthread.php?t=191106
https://vborg.vbsupport.ru/showthread.php?t=233135 (This one is to give you an idea how to use Tabbed with vb4)
Reply With Quote
  #20  
Old 03-11-2011, 06:16 PM
Randomm Randomm is offline
 
Join Date: Jul 2010
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is announcement and notice different?

your:
you see the tab with the action, simulation, role-play, strategy
see how each of those tabs have their own content

can you give me the code for that entire thing so I can just replace the content with my own (I'll be putting this thing on the notice box)

And thanks bob for those links
the Module CMPS: AJAX Tabbed Content looks really nice. I think that's something I need but that's way too complicated for someone like me
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 11:23 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.04649 seconds
  • Memory Usage 2,266KB
  • Queries Executed 13 (?)
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_code
  • (2)bbcode_html
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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_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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete