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 10-30-2006, 08:14 AM
Mr Pink's Avatar
Mr Pink Mr Pink is offline
 
Join Date: Oct 2006
Location: [Italy]
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Forum link

If I have a section, a linked section, I have this icon:
I want it like a normal section, so with this icon: No post , New Post .
There is a method for do that?

Thanks in advance.
Reply With Quote
  #2  
Old 10-30-2006, 09:25 AM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When using a forum link this isn't possible. Where is it linking to? If it is to another forum on your site which is not displayed on the forumhome then there could be a few tricks that can be applied
Reply With Quote
  #3  
Old 10-30-2006, 10:07 AM
Mr Pink's Avatar
Mr Pink Mr Pink is offline
 
Join Date: Oct 2006
Location: [Italy]
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, is an hide section in my forum. You can see: www.web-city.it. Go to [-Fantasy City-]. It's a hide category.
Reply With Quote
  #4  
Old 10-30-2006, 11:57 AM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok, here is a nice little trick.

Firstly, copy the contents of your forumhome_level_2_post template and overwrite the contents of your forumhome_level2_nopost template with them.

Then set up a hidden forum as a subforum of the current forum link forum. Make a note of the forumid number as you will need this shortly.

Now move your existing forums to be subforums of this new hidden forum.

Then, in your forum manager, change the current forum which is a link to be not a link and a category. In the thread title, right at the very beginning, put
Code:
</a><a href="forumdisplay.php?f=x">
replacing x with the forumid number noted earlier.

Any problems give me a shout, but I've just tested it on 3.6.2 and it works perfectly here.
Reply With Quote
  #5  
Old 10-30-2006, 06:59 PM
Mr Pink's Avatar
Mr Pink Mr Pink is offline
 
Join Date: Oct 2006
Location: [Italy]
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Really thanks for it, petreska2. I try..

EDIT:

Mhhh, I think I haven't understand it. Can you write me something like this:

1) - Replace forumhome_level2_nopost with forumhome_level_2_post - Go to your adminCp, then in templates edit -> etc etc etc..

2) Ad an hidden forum under "[-Fantasy City-]", like subforum. Remember to take note of its Id.

3) ...

4) ...

*My english is bad, so it's really difficult for me understand the right process*

Really really thanks in advance petreska2.
Reply With Quote
  #6  
Old 10-30-2006, 09:00 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In your admincp go to the template forumhome_forumbit_level2_post and copy the contents.

Go to the template forumhome_forumbit_level2_nopost. Delete contents and paste the forumhome_forumbit_level2_post here.

Save the template.

Go to the forum manager.

Find your hidden forums. Set the category that these are in to have a parent forum of "[-Fantasy City-]"

Find the forumid of this forum. It is at the top in the edit screen.

Save this forum.

In the forum manager find the forum "[-Fantasy City-]"

Add the beginning of the forum name, add
Code:
</a><a href="forumdisplay.php?f=x">
and put the forumid of the other forum in place of the x

Remove the forum link.

Still in this screen, change "Act as Forum" to "No"

Save it.

Check it works, and if not let me know.
Reply With Quote
  #7  
Old 10-30-2006, 09:49 PM
Mr Pink's Avatar
Mr Pink Mr Pink is offline
 
Join Date: Oct 2006
Location: [Italy]
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by peterska2

Find your hidden forums. Set the category that these are in to have a parent forum of "[-Fantasy City-]"
So I must set my hidden forum (that it's a category) like son of "[-Fantasy City-]"?



Quote:
Add the beginning of the forum name, add
Code:
</a><a href="forumdisplay.php?f=x">
and put the forumid of the other forum in place of the x
So I must put like this:

Code:
</a><a href="forumdisplay.php?f=x"> [-Fantasy City-]
?

Quote:
Still in this screen, change "Act as Forum" to "No"
I must change the forumhome forum (section (with link, for now)) called [-Fantasy City-] setting it like a category? But if I do this, it's sure that later I have always a section (becouse I want a section, in forumhome)?


-------

However, really thanks for your help. I need it really..
Reply With Quote
  #8  
Old 10-30-2006, 09:59 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, that is correct.

It will show as a normal forum but will link to the other page instead of showing it all on the forumhome.

Give me 5 mins to tidy up a bit and I'll send you a demo link.
Reply With Quote
  #9  
Old 10-30-2006, 10:02 PM
Mr Pink's Avatar
Mr Pink Mr Pink is offline
 
Join Date: Oct 2006
Location: [Italy]
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, now I try..
Reply With Quote
  #10  
Old 10-30-2006, 10:15 PM
peterska2 peterska2 is offline
 
Join Date: Oct 2003
Location: Manchester, UK
Posts: 6,504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've sent you the link too so you can see how it will work
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 02:09 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.04264 seconds
  • Memory Usage 2,257KB
  • 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
  • (4)bbcode_code
  • (3)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