vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Navbar Forum Jump (https://vborg.vbsupport.ru/showthread.php?t=118417)

davidw 12-04-2006 01:05 AM

If eric doesn't object, I'll release something this week - I've already got something created on my site in the past couple hours. :) No links work yet, but the structure is there. :P

You can see my version at my site (the one in my sig). I like his too (much leaner than mine).

sunnycher 12-04-2006 01:21 AM

I love yours! Very neat looking!
I'd love for you to do one LOL!!
Love your site too btw :)



Quote:

Originally Posted by christianb (Post 1131317)
If eric doesn't object, I'll release something this week - I've already got something created on my site in the past couple hours. :) No links work yet, but the structure is there. :P

You can see my version at my site (the one in my sig). I like his too (much leaner than mine).


imported_infitech 12-05-2006 09:48 AM

Quote:

Originally Posted by ericgtr (Post 1109149)
This is an interesting mod, I may take a stab at it minus the ajax drag and drop though. ;)

u are my hero

Quote:

Originally Posted by christianb (Post 1131317)
If eric doesn't object, I'll release something this week - I've already got something created on my site in the past couple hours. :) No links work yet, but the structure is there. :P

You can see my version at my site (the one in my sig). I like his too (much leaner than mine).

I dont see it in the sig

Quote:

Originally Posted by sunnycher (Post 1131326)
I love yours! Very neat looking!
I'd love for you to do one LOL!!
Love your site too btw :)

Where did you find it?

sunnycher 12-05-2006 09:55 AM

Go to his website in his signature, http://www.christianboards.org/, click on Forum Jump that is in his nav bar to the right.






Quote:

Originally Posted by imported_infitech (Post 1132314)
Where did you find it?


Darat 12-05-2006 11:10 AM

1 Attachment(s)
My version so far:

ericgtr 12-05-2006 02:00 PM

Quote:

Originally Posted by christianb (Post 1131317)
If eric doesn't object, I'll release something this week - I've already got something created on my site in the past couple hours. :) No links work yet, but the structure is there. :P

You can see my version at my site (the one in my sig). I like his too (much leaner than mine).

No objections here, I think the more ideas the better :) Mine is at my guitar site in my sig. So far the only difference is that mine spans across the top instead of one line. For example, I have 7 categories and the most forums I have in any cat is also 7 (just happened to work out that way) and added conditions for the officers forums so I could also add them. So I simply made a table 7 columns by 7 rows, then manually added the forums and utitlized the classes. All in all it's pretty easy, just takes some tedious work.

davidw 12-05-2006 03:27 PM

I've released my version:
https://vborg.vbsupport.ru/showthread.php?t=133277

ericgtr 12-05-2006 05:12 PM

Quote:

Originally Posted by christianb (Post 1132488)

Nicely done. :)

Darat 12-05-2006 06:22 PM

1 Attachment(s)
I've done this slightly differently to christianb's, I started by looking at the code from ericgtr's forum and then I adapted it. I wanted a layout that was as compact as possible so I've used a small font and fixed columns.

Place this wherever you want the menu to appear in the standard navbar links section:
Code:

<td id="forumindex" class="vbmenu_control_navbar"><a href="/?nojs=1#forumjump">Forum Index</a><script type="text/javascript">        vbmenu_register("forumindex");</script></td>
and this is my menu code, added just below: <!-- NAVBAR POPUP MENUS -->

It should be easy to understand and edit for your own uses.

I've in fact moved it into a custom template so it's easier to manage and I just call that template in the navbar template now. I'm also going through and tidying it up a bit more - creating a couple of new styles in the CSS and so on.

Code:

<div class="vbmenu_popup" id="forumindex_menu" style="display:none; position:absolute; padding: 0px;">

<table cellpadding="1" cellspacing="1" border="0"  STYLE="table-layout:fixed; " WIDTH=600>
<COL WIDTH=120><COL WIDTH=120><COL WIDTH=120><COL WIDTH=120><COL WIDTH=120>
    <tr>
        <td class="tcat" colspan="5"><div align='center'>JREF Forum Site Guide</div></td>
    </tr>
  <tr>
    <td class="thead">Useful Links</td>
    <td class="thead"><a href="http://forums.randi.org/forumdisplay.php?f=11">JREF Topics</a></td>
    <td class="thead"><a href="http://forums.randi.org/forumdisplay.php?f=12">General Academics</a></td>
    <td class="thead"><a href="http://forums.randi.org/forumdisplay.php?f=20">Entertainment</a></td>
    <td class="thead"><a href="http://forums.randi.org/forumdisplay.php?f=34">Forum Topics</a></td>
  </tr>
  <tr>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" ><a href="http://forums.randi.org/">Forum Home Page</a></td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" ><a href="http://forums.randi.org/forumdisplay.php?f=68">The Repository</a></td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" ><a href="http://forums.randi.org/forumdisplay.php?f=5" title="Science, Mathematics, Medicine, and Technology">Science, Mathematics, Medicine, and Technology</a></td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" ><a href="http://forums.randi.org/forumdisplay.php?f=26">Forum Community</a></td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" ><a href="http://forums.randi.org/forumdisplay.php?f=30">Forum Rules</a></td>
  </tr>

  <tr>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" ><a href="http://forums.randi.org/forumindex.php">Forum Index</a></td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;"><a href="http://forums.randi.org/forumdisplay.php?f=55">Forum Spotlight</a></td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" ><a href="http://forums.randi.org/forumdisplay.php?f=23">Computers & The Internet</a></td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" ><a href="http://forums.randi.org/forumdisplay.php?f=22">Conjuror's Corner</a></td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" title="nohilite" >&nbsp;</td>
  </tr>
  <tr>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" ><a href="http://forums.randi.org/local_links.php">Links Manager</a></td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" ><a href="http://forums.randi.org/forumdisplay.php?f=8" title="Million Dollar Challenge">$1M Dollar Challenge</a></td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" ><a href="/forumdisplay.php?f=4" title="Religion and Philosophy">Religion and Philosophy</a></td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" ><a href="http://forums.randi.org/forumdisplay.php?f=28">Humor</a></td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" title="_nohilite" >&nbsp;</td>
  </tr>
  <tr>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" ><a href="http://forums.randi.org/vbimghost.php?do=myimages">vBImage Host</a></td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" ><a href="http://forums.randi.org/forumdisplay.php?f=3">Latest Commentary Issues</a></td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" ><a href="/forumdisplay.php?f=9" title="History, Literature, and the Arts">History, Literature, and the Arts</a></td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" ><a href="http://forums.randi.org/forumdisplay.php?f=21">Movies, TV, Music, Computer Gaming, and other Entertainment</a></td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" title="nohilite">&nbsp;</td>
  </tr>
  <tr>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" >&nbsp;</td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" ><a href="http://forums.randi.org/forumdisplay.php?f=10">The Amaz!ng Meeting! and other Skeptical Events </a></td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" ><a href="/forumdisplay.php?f=6" title="Politics, Current Events, and Social Issues">Politics, Current Events, and Social Issues</a></td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" ><a href="http://forums.randi.org/forumdisplay.php?f=27">Puzzles</a></td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" title="nohilite">&nbsp;</td>
  </tr>
  <tr>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" title="nohilite">&nbsp;</td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;"><a href="http://forums.randi.org/forumdisplay.php?f=7">General Skepticism and The Paranormal</a></td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" title="nohilite">&nbsp;</td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" ><a href="http://forums.randi.org/forumdisplay.php?f=24" title="Sport">Sport</a></td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" title="nohilite">&nbsp;</td>
  </tr>
  <tr>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" title="nohilite">&nbsp;</td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;"><a href="http://forums.randi.org/forumdisplay.php?f=64">Conspiracy Theories</a></td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" title="nohilite">&nbsp;</td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" ><a href="http://forums.randi.org/forumdisplay.php?f=13" title="Friendly Fire: Feudin Fussin and Fightin. (Either or both) - Master Flamer Tricky">Flame War</a></td>
    <td class="vbmenu_option" style="white-space: normal; font-size:x-small;" title="nohilite">&nbsp;</td>
  </tr>
</table>
</div>
        <!-- End Forum Index -->


imported_infitech 12-05-2006 09:46 PM

1 Attachment(s)
has anyone seen the deviantart categories.
THAT..... would be quite amazing for VBulletin.


All times are GMT. The time now is 10:06 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.01226 seconds
  • Memory Usage 1,799KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete