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

Reply
 
Thread Tools Display Modes
  #11  
Old 11-01-2006, 06:03 PM
ericgtr's Avatar
ericgtr ericgtr is offline
 
Join Date: Apr 2003
Location: Portland, Oregon
Posts: 1,407
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by johnstires
See this hack:

https://vborg.vbsupport.ru/showthrea...ghlight=usercp

You'll have to configure the phrasing to work for Forums and manually add your forums, but it will work just the same as the site you referenced.
That is actually not even close to the mod over at digital point. Have a look at the video, you can tell that the forum list is dynamic and it allows for an ajax drag and drop to move threads around. It's safe to assume there is some complex coding in the background.
Reply With Quote
  #12  
Old 11-02-2006, 12:16 AM
johnstires johnstires is offline
 
Join Date: Mar 2006
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ericgtr
That is actually not even close to the mod over at digital point. Have a look at the video, you can tell that the forum list is dynamic and it allows for an ajax drag and drop to move threads around. It's safe to assume there is some complex coding in the background.
I thought the original question was about the forumjump in the navbar, not the video, which shows moderation not navigation.

I agree, what I posted is nothing like the video. But isn't the forum jump menu in the navbar just a glorified template of the the hack I posted?
Reply With Quote
  #13  
Old 11-02-2006, 12:34 AM
ericgtr's Avatar
ericgtr ericgtr is offline
 
Join Date: Apr 2003
Location: Portland, Oregon
Posts: 1,407
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by johnstires
I thought the original question was about the forumjump in the navbar, not the video, which shows moderation not navigation.

I agree, what I posted is nothing like the video. But isn't the forum jump menu in the navbar just a glorified template of the the hack I posted?
Well, it can be if you manually add everything but a dynamic solution would be a much better alternative IMO. That way anytime a forum is added or removed there wouldn't be a template edit.
Reply With Quote
  #14  
Old 11-02-2006, 02:36 AM
johnstires johnstires is offline
 
Join Date: Mar 2006
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A dynamic hack like this would be awesome. I'm doing in manually right now cuz my boards not too heavily forumed. Plus once it's set up it's not all that difficult to change. I'm diggin' it. I love it when I stumble upon a cool, useful change.
Reply With Quote
  #15  
Old 11-02-2006, 03:10 AM
ericgtr's Avatar
ericgtr ericgtr is offline
 
Join Date: Apr 2003
Location: Portland, Oregon
Posts: 1,407
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is an interesting mod, I may take a stab at it minus the ajax drag and drop though.
Reply With Quote
  #16  
Old 11-02-2006, 06:07 PM
ericgtr's Avatar
ericgtr ericgtr is offline
 
Join Date: Apr 2003
Location: Portland, Oregon
Posts: 1,407
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I set one up manually at my site.. took a while and it's tedious but it works. If anyone wants the code (all template) I will post it up but you will have to manually edit in all of your links. Preview is in my sig on my guitarblast site.
Reply With Quote
  #17  
Old 11-02-2006, 06:34 PM
ForumDog ForumDog is offline
 
Join Date: Jul 2006
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The drag-n-drop stuff is actually a good deal simpler than it might appear, I considered doing something similar myself but knocked it on the head given that all the extra work and bloat wouldn't really offer a great deal over what is already a system that works fine. In fact apart from to a couple of moderators it wouldn't add anything at all. Not worth it to me.

The forumjump is very nice though much better than the default if you have a lot of forums.
Reply With Quote
  #18  
Old 11-02-2006, 11:11 PM
johnstires johnstires is offline
 
Join Date: Mar 2006
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am not a coder at all, but I was wondering how this could be done dynamically.

I pasted $forumbits into the popup menu table and my entire forum showed up in the forum jump. Cool but a little too much info...

How would I go about just showing the title of the forum? $forumbits is calling the forumhome_forumbit_level1_post template which contains the code:

Code:
<td class="alt1Active" colspan="2" align="$stylevar[left]" id="f$forum[forumid]">
			<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
		

		
		</td>
If I paste just this code into my template I get only one random forum dynamically created.

Anyone know how to have them all? Or does it require some sort of php modification? Is there a way to change $forumbits to $forumbits_navbar and then have that call some other peice of code?

Bear with me, I have no clue what I'm doing...
Reply With Quote
  #19  
Old 11-24-2006, 06:16 PM
Darat Darat is offline
 
Join Date: Aug 2004
Posts: 329
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ericgtr View Post
I set one up manually at my site.. took a while and it's tedious but it works. If anyone wants the code (all template) I will post it up but you will have to manually edit in all of your links. Preview is in my sig on my guitarblast site.
I'd certainly like it, please!
Reply With Quote
  #20  
Old 12-02-2006, 04:26 AM
heynurse heynurse is offline
 
Join Date: Jan 2002
Posts: 160
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

that video with the drag/drop is very cool I love seeing more web 2.0 functionality blended with vb
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:01 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.04330 seconds
  • Memory Usage 2,273KB
  • Queries Executed 12 (?)
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
  • (1)bbcode_code
  • (4)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
  • (3)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