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

Reply
 
Thread Tools Display Modes
  #1  
Old 12-30-2008, 04:01 AM
singa singa is offline
 
Join Date: Dec 2008
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Please help - need to unlink the title of the forum and the title of categories

Hi

I need advice on how to unlink the tittle (see below) of my site's forum and all the titles in all categories. Please anyone with advice?


I want to UNLINK:

At the very top of the page
SINGAPOREDICE - THE One-Stop Information Point For The Integrated Resorts-Cum-Gaming & Tourism In Singapore
in
www.singaporedice.com/forum

&

And I want to UNLINK:

At the top leftt of the page
Singaporedice
in
http://www.singaporedice.com/forum/forumdisplay.php?f=3
Reply With Quote
  #2  
Old 12-30-2008, 03:27 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The first one is probably in your header template. This is from a default 3.6 template - delete the stuff in red:
Code:
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
The second is probably in your navbar template. Again, this is from a default 3.6 template - delete the stuff in red:
Code:
<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
Reply With Quote
  #3  
Old 12-31-2008, 04:31 AM
singa singa is offline
 
Join Date: Dec 2008
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lynne

Thank you and thank you AGAIN. :up:
I asked the same question on vbulletin.com and they wouldn't help me, they said you have to ask in here, so after days of headaches the problem has been resolved thanks to you. You're the greatest!:up:
One more question, how do I unlink the titles of the categories?
I am based in South-East Asia. Drinks are on me if you'd ever visit Bangkok, Thailand. You know that
And Happy New Year!
Reply With Quote
  #4  
Old 12-31-2008, 04:14 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You realize that since you removed the link, it is hard to get back to your main page from the page you linked in your first post? http://www.singaporedice.com/forum/forumdisplay.php?f=3

You now what to remove the links for "Jobs & Careers" and "Schools, Colleges, etc" on the main page? That is in the forumhome_forumbit_level1_nopost template:
Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
Reply With Quote
  #5  
Old 01-01-2009, 06:13 AM
singa singa is offline
 
Join Date: Dec 2008
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
You realize that since you removed the link, it is hard to get back to your main page from the page you linked in your first post? http://www.singaporedice.com/forum/forumdisplay.php?f=3

You now what to remove the links for "Jobs & Careers" and "Schools, Colleges, etc" on the main page? That is in the forumhome_forumbit_level1_nopost template:
Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>

Oh yes, I do realize that. But being a non-tech and not a frequent poster on community forums myself (well, I occasionally post) I want my forum to be as user friendly as can be to make it easy for people like me, the "I only post when I need help and advice types".

So, what I want to do next is basically have "Forum Home" icon one can click on to the left of "Blogs" , "FAQ" , "Member List" , "Calander". And then one is automatically taken to to www.singaporedice.com/forum. Anymore pointers to get that sorted, Lynne?

God, I can't believe I am almost there and that soon I can officially reopen my forum for new members and old members to reregister and post...

Thank you very much Lynne!
Reply With Quote
  #6  
Old 01-01-2009, 08:28 AM
UKBusinessLive UKBusinessLive is offline
 
Join Date: Sep 2008
Location: Essex, United Kingdom
Posts: 1,637
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Glad your forums are looking up, the great thing about Vbulletin is that you'll never really get your forums finished, you'll see something next week and you'll want that too.

Its a process of trial and error and seeing what works best for you and your members.

Heres to a Great New start to the year and your forum
Reply With Quote
  #7  
Old 01-01-2009, 02:37 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here's a good article on how to add links to your navbar - How To Add Additional Links To Your Navbar You should be able to add a Home link easily by following the instructions in there. Post back if you get stuck.
Reply With Quote
  #8  
Old 01-01-2009, 03:08 PM
singa singa is offline
 
Join Date: Dec 2008
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am truly sorry. But I read the page 3 times and got stuck. I went into navbar_link in Style & Templates and got stuck.

There are some codes on the page but I am not sure what I should replace.
Reply With Quote
  #9  
Old 01-01-2009, 03:22 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't know what your navbar template looks like since I don't have a blog so I don't have that link, but you want to add this right before your blog link:

Code:
<td class="vbmenu_control"><a href="http://www.singaporedice.com/forum/index.php" target="_blank">Home</a></td>
<td class="vbmenu_control"><a href="http://www.singaporedice.com/forum/blog.php" target="_blank">Blogs</a></td>
Reply With Quote
  #10  
Old 01-02-2009, 04:20 AM
singa singa is offline
 
Join Date: Dec 2008
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

From Style Manager I clicked on Navigation / Breadcrumb Templates > navbar and then I looked everywhere in the page 3 times but didn't see it. Could I have been looking in the wrong location? Please advise further. Thank you so much.
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:52 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.09719 seconds
  • Memory Usage 2,263KB
  • 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
  • (5)bbcode_code
  • (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
  • (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