Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 04-03-2011, 05:00 PM
Chase Chase is offline
 
Join Date: May 2002
Location: Northern Ohio
Posts: 237
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default How can I place some text in this spot?

haha work with me here! I'll explain this the best I can.

I upgraded to 4.1.2 and I want to put a countdown clock on the forumhome template (or whatever the index of the forum is), above the first forum in that big white open space... but to the right of your site's name, etc.

In the white space below the navbar.

I would probably actually want to align it all the way to the right side of the page.... so above where it says "Last Post."

Also, for comparisons on how it looks on my end, how could I also put it below the "Notifications, Profile, Settings, Logout" links on the header?

Any ideas?

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

bump
Reply With Quote
  #2  
Old 04-04-2011, 05:01 PM
your24hourstore your24hourstore is offline
 
Join Date: Feb 2010
Posts: 1,226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I will help you out...goto to your website, and push the key prtc see pic
then open your image software like paint and hit paste: the screen shot will be pasted into that program.

now you can edit it like i did with that red square. its easier to see what your talking about by showing us rather than explaining it
Attached Images
File Type: jpg doh.jpg (27.4 KB, 0 views)
Reply With Quote
  #3  
Old 04-04-2011, 06:13 PM
Chase Chase is offline
 
Join Date: May 2002
Location: Northern Ohio
Posts: 237
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

http://img16.imageshack.us/i/91245089.jpg/

My goal is to have a countdown clock in the center (or right side) of the page... haven't decided yet.... across (on the same line) of the "Test Forums" text.

I've made some attempt, but I'm doing something wrong here.

In the FORUMHOME
PHP Code:
<div id="pagetitle">
<
h1>{vb:raw vboptions.bbtitle}</h1>
<
p id="welcomemessage" class="description">{vb:rawphrase welcome_to_the_x, {vb:raw vboptions.bbtitle}}</p>

<
div align="center">Test</div>

</
div
Reply With Quote
  #4  
Old 04-04-2011, 06:58 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try looking for a "float: right" or something similar in the templates search.
Reply With Quote
  #5  
Old 04-04-2011, 09:29 PM
your24hourstore your24hourstore is offline
 
Join Date: Feb 2010
Posts: 1,226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok that area is in navbar template , search for navbits and it will look like this
Code:
{vb:raw navbits.breadcrumb}
add this
Code:
<center><a>test<a/><center/>
--------------- Added [DATE]1301956184[/DATE] at [TIME]1301956184[/TIME] ---------------

Code:
{vb:raw navbits.breadcrumb}<center><a>test<a/><center/>
Reply With Quote
  #6  
Old 04-04-2011, 10:29 PM
Chase Chase is offline
 
Join Date: May 2002
Location: Northern Ohio
Posts: 237
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This didn't work.

http://img218.imageshack.us/f/37468797.jpg/

I basically want the "Test" to be moved up 2 lines in that first pic I showed you.
Reply With Quote
  #7  
Old 04-05-2011, 01:32 AM
your24hourstore your24hourstore is offline
 
Join Date: Feb 2010
Posts: 1,226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

even putting it in breadcrumbs line it will float right as bread crumbs get deeper, since the template is fluid, its going to move stuff around when you add stuff in the template. so its not that easy. you have a couple of options.

you can redo a style, like this , that area is in the DOC background area
Not knowing what size whatever your going to put in that navbar template I cant tell you what it will do , what code are you trying to show

And instead of showing a link to image shack. upload the pic as an attachment right here of what your expectations are for this template mod
Attached Images
File Type: jpg dd.jpg (87.5 KB, 0 views)
Reply With Quote
  #8  
Old 04-05-2011, 01:36 AM
your24hourstore your24hourstore is offline
 
Join Date: Feb 2010
Posts: 1,226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

"Notifications, Profile, Settings, Logout" links on the header?"
as far as this positions that's easy use the advertising block for that area
Reply With Quote
  #9  
Old 04-05-2011, 04:38 PM
Chase Chase is offline
 
Join Date: May 2002
Location: Northern Ohio
Posts: 237
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a little discouraging because adding a countdown clock in that area would be really attractive, IMO.

Here is the script I want to use, and you can see a working example there, http://www.hashemian.com/tools/javascript-countdown.htm

Redoing the style is not an option as I am using a custom style from here.
Reply With Quote
  #10  
Old 04-05-2011, 05:27 PM
Staxed's Avatar
Staxed Staxed is offline
 
Join Date: Jun 2006
Location: Fayetteville, NC
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Chase View Post
This is a little discouraging because adding a countdown clock in that area would be really attractive, IMO.

Here is the script I want to use, and you can see a working example there, http://www.hashemian.com/tools/javascript-countdown.htm

Redoing the style is not an option as I am using a custom style from here.
What style? If you let us know the style someone might be able to quickly throw up the code needed to put it there.
Reply With Quote
Reply

Thread Tools
Display Modes

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 04:15 PM.


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.10464 seconds
  • Memory Usage 2,280KB
  • Queries Executed 14 (?)
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
  • (3)bbcode_code
  • (1)bbcode_php
  • (1)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
  • (2)postbit_attachment
  • (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
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete