Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 01-22-2005, 08:28 PM
Nadiar Nadiar is offline
 
Join Date: Oct 2004
Location: Alaska US
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Forum Link

I'm trying to figure out how to link a single forum to multiple sub forums but still have it show the "Last Post", "Threads" and "Posts" from the forum.

To see an example of what I'm talking about, please see the following links:

http://www.the-hand.net/board/index.php?
http://www.the-hand.net/board/forumdisplay.php?f=47

Anyone have any pointers?
Reply With Quote
  #2  
Old 01-22-2005, 08:33 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What's special at this board?
Forum 47 is just a forum with subforums
Reply With Quote
  #3  
Old 01-22-2005, 08:50 PM
Nadiar Nadiar is offline
 
Join Date: Oct 2004
Location: Alaska US
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I want "Last Post" to show the last post, instead of showing only hyphens.
Reply With Quote
  #4  
Old 01-22-2005, 08:54 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Seems like I don't understand you, sorry.

It's the same as on vbulletin.com:
http://www.vbulletin.com/forum/forumdisplay.php?f=54

?
Reply With Quote
  #5  
Old 01-22-2005, 09:03 PM
Nadiar Nadiar is offline
 
Join Date: Oct 2004
Location: Alaska US
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm not sure what I'm saying wrong here... Using the vbulletin.com link you provided, look at "vBulletin 3 Bug Tracker" (at the bottom)

To the right of this you see "- - -" I do not want to see this. I want to see what the last post is, like with every other forum above "vBulletin 3 Bug Tracker"
Reply With Quote
  #6  
Old 01-22-2005, 09:07 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, the Bug-Tracker is a link so it does not have posts.
Reply With Quote
  #7  
Old 01-22-2005, 09:09 PM
Nadiar Nadiar is offline
 
Join Date: Oct 2004
Location: Alaska US
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Well, the Bug-Tracker is a link so it does not have posts.
Yes, and I want to be able to link to another sub forum, and have it display the posts.
Reply With Quote
  #8  
Old 01-22-2005, 09:15 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is rather difficult to achieve.
You would have to modify the code to check if a forum is a link, then check if the link links to an internal forum, then check permissions for this forum and fetch the infos.
Also, you might run into problems with the sessionhashfor users that don't accept cookies, as a link doesn't carry over the sessionhash.

Wouldn't it be possible to just make the destination form a child of the forum where you want to have the link?
Reply With Quote
  #9  
Old 01-22-2005, 09:21 PM
Nadiar Nadiar is offline
 
Join Date: Oct 2004
Location: Alaska US
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
You would have to modify the code to check if a forum is a link, then check if the link links to an internal forum, then check permissions for this forum and fetch the infos.
I don't have any links to external forums, so thats not an issue, I just need to find the location of the code for this.

Quote:
Wouldn't it be possible to just make the destination form a child of the forum where you want to have the link?
Sadly not, because the forum needs to appear in 3 different area's
Reply With Quote
  #10  
Old 01-22-2005, 11:31 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think I got a "proof of concept"

In functions_forumlist.php FIND
PHP Code:
}

// ###################### Start getimodcache #######################
function cache_moderators() 
ABOVE that ADD
PHP Code:
$forumcache[ID1] = $forumcache[ID2]; 
Where ID1 is the ForumID of your Link-Forum and ID2 is the ForumID of the destination Forum.
If you got several Forum-Links, repeat this line accordingly.

Let me know if this does 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:36 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.04984 seconds
  • Memory Usage 2,251KB
  • 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
  • (2)bbcode_php
  • (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_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