Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Details »»

Version: , by Ratorasniki (Guest)
Developer Last Online: Jan 1970 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 06-05-2001 Last Update: Never Installs: 0
 
No support by the author.

not a request - an inquiry: does the old forum favourites hack exist for 2.0? just wondering if im about to waste my time

if it does, might i trouble someone for a link/copy?

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 06-05-2001, 02:23 PM
Wayne Luke's Avatar
Wayne Luke Wayne Luke is offline
Senior Member
 
Join Date: Jan 2002
Location: Southern California
Posts: 1,694
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No it doesn't exist for 2.0.
Reply With Quote
  #3  
Old 06-06-2001, 10:44 PM
Gryphon's Avatar
Gryphon Gryphon is offline
 
Join Date: Oct 2001
Location: Seattle, WA
Posts: 617
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can't wait Rat
Reply With Quote
  #4  
Old 06-06-2001, 11:31 PM
Freddie Bingham's Avatar
Freddie Bingham Freddie Bingham is offline
 
Join Date: Oct 2001
Posts: 506
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Should be part of v2.1
Reply With Quote
  #5  
Old 06-10-2001, 08:22 PM
Ratorasniki
Guest
 
Posts: n/a
Default

being the impatient guy i am, i took it upon myself to code something up. since (no offense to the vb guys) the forum subscription stuff is basically useless (nobody uses them at least on the tw forums), i decided to set up the index page so if someone has any set up it just shows the subscribed forums all on one page, regardless of categories, etc.

this presented me with a problem however, if someone were to mark a forum as a favourite - that would then be the only forum listed on their index and they would need to use the 'jump to' dropdown to mark others. thats not very user friendly, so i started thinking about other ways to go.

one way would be having a 'show only subscribed forums on main page' toggle in the users options.

another would be to have a forum favourites selection page where someone would check off the forums they wanted and submit to choose their favs (or none to get the normal view).

both would probably work alright, and im leaning towards the latter - but i'm not a exactly a god of userfriendlyness and i thought i'd see if anyone had a suggestion for another option, or a recommendation or anything.
Reply With Quote
  #6  
Old 06-10-2001, 09:59 PM
chrispadfield's Avatar
chrispadfield chrispadfield is offline
 
Join Date: Oct 2001
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

personally i like the idea of a toggle on index.php to show either the "default" setting or only the subscribed forums. Then a query to index.php like index.php?show=subscribed would then just show the subscribed forums. Clearly, to add more subscribed forums you would have to show all to add them. For me a checkbox system would not work as i have too many forums to list them all.
Reply With Quote
  #7  
Old 06-10-2001, 10:36 PM
tubedogg's Avatar
tubedogg tubedogg is offline
 
Join Date: Oct 2001
Location: Medina, OH
Posts: 785
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That brings up an interesting point, Chris - how to handle having a very large number of forums. Here's my thoughts on it - two different ideas:
1) Do it similar to how the templates are currently listed in the Admin CP - in groups that can be expanded one by one. You set your prefs group by group, hitting submit each time. Although now that I think about it this wouldn't work too well.
2) Page one is a list of categories. Click on a category, you get a list of forums in that category. Check off the forums you want, hit submit, you get taken back to the list of categories. Sub-categories (and subsequent sub-forums) could be handled one of two ways:
  • List them, indented (with sub-sub-categories being indented twice as far, etc.) on the main category list page, or
  • List them on the appropriate forum selection page (e.g. category "a" has a subcategory "b", so list it when you click on category "a", but don't list it when you click on category "c"), in a separate box (so it's clear what they are) and clicking on one submits your choices of forums *and* takes you to a list of forums in that subcategory. Sub-subcategories would then be listed on this page, and so on.
Personally, I like the second idea better, and I like the second way of listing sub-categories better.

Just some food for thought.
Reply With Quote
  #8  
Old 06-10-2001, 11:29 PM
chrispadfield's Avatar
chrispadfield chrispadfield is offline
 
Join Date: Oct 2001
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i would agree with you, although just to complicate the matter, two of my "categories" on my front page are in fact forums that just look like categories (well in fact they all look like forums but...).
Reply With Quote
  #9  
Old 06-10-2001, 11:57 PM
tubedogg's Avatar
tubedogg tubedogg is offline
 
Join Date: Oct 2001
Location: Medina, OH
Posts: 785
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dang I haven't been to your site in a while Chris - looking really good! You've obviously redesigned it since I was last there.

As for what you mentioned it shouldn't be a problem. The script would pick up on any categories and mark them as such to the user, at least that's what I was thinking.
Reply With Quote
  #10  
Old 06-11-2001, 12:05 AM
chrispadfield's Avatar
chrispadfield chrispadfield is offline
 
Join Date: Oct 2001
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you i have turned of the php ads rotating images which actually make it look a bit better but me and my server are not getting on very well at the moment, i think it knows i am going to dump it and making it as hard as possible for an easy break up. oh well

and sounds cool on the script. This is something i know would be popular on my site, i would definitely use it.

Although i tell you what would be very cool would be a way to select forums you want on your "homepage" but also be able to group these into your own categories. that would be awesome
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:18 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.04060 seconds
  • Memory Usage 2,281KB
  • Queries Executed 23 (?)
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)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)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
  • (9)postbit
  • (8)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
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_imicons
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete