vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Vertical site navigation (https://vborg.vbsupport.ru/showthread.php?t=99318)

peterska2 01-13-2006 10:37 PM

I'm not sure exactly what you mean by that. Can you provide more details (and pics too if possible) then I can look into it.

0xid0 01-14-2006 01:29 AM

Hi, I sit it if I do not express well, it is that I am Spanish.

I want something as it of www.carforums.net that if you read the forums go out the blocks (example http://www.carforums.net/forumdisplay.php?f=112) but if you begin to read the messages the blocks do not appear (example= http://www.carforums.net/showthread.php?t=274). Has he understood me now??

0xid0 01-15-2006 11:48 AM

up, help

peterska2 01-15-2006 09:46 PM

You'd need to change the left/right sidebar hack for one that only shows on the forum home and not globally. This mod will still work with any sidebar mod, but was particularly designed to work with amykhars sidebar on all pages mods.

0xid0 01-16-2006 09:15 AM

Then what I have to do, to wait for a new mod of amykhars? (It is that I have not understood him very well, I sit it)

ged 01-20-2006 03:13 PM

peterska, this mod is wonderful but will you make it compatible with vbadvanced?

peterska2 01-20-2006 09:41 PM

It works with vBAdvanced, just don't put anything in your left column on there and you can disable the module with the login box and stuff in.

If the links don't work (they should) add
Code:

$vboptions[bburl]/
in each link after
Code:

<a href="
If you get stuck, give me a poke.

TCHQ-0wn4g3 01-31-2006 07:38 PM

I am trying to use your code in combination with Amy's code and I am not getting the desired effect. It would appear to me that the two columns are not merging together as one yet there both seperate. I have followed your directions twice and reinstalled both from scratch twice and I am still dumbfounded. Any clue as to what I am doing wrong?

I have included a screenshot attachment to see what is going on.

peterska2 02-12-2006 01:55 AM

You need to replace Amy's code with mine in the left_column (or right_column) template, not add it to it.

TCHQ-0wn4g3 02-12-2006 02:11 AM

I'm pretty sure thats what I did but I will give it another try

peterska2 02-12-2006 02:14 AM

let me know how you get on.

zurv 03-28-2006 05:37 AM

Hey guys,

I have just starting using this hack and would like to know how I can include the 10 most recent discussions in the right hand bar.

I have searched and searched, and cannot seem to get any hacks to work with the right hand bar.

Any ideas? Has anyone here done it?/

Thanks in advance,

Btw Great hack!!

peterska2 04-04-2006 02:23 AM

it's possible, but I don't know the hacks so don't know how to make them work with this. generally speaking though, I would place the code to go in the navbar in the appropriate column template and modify the layout accordingly.

GrantHorizons 04-08-2006 01:30 PM

If we wanted to do a vertical site navigation but still have fly outs for the submenus, is that possible? Couldn't tell from the thumbnail.
Thanks
Susan

peterska2 04-08-2006 01:35 PM

I've not actually got that working correctly yet, so at the moment it is a no.

It is on my possible upgrades list, but at present my time is very tight due to personal stuff, so it won't be done right away. Hopefully it won't be too long before I can do it, but you can never tell what is going to happen.

Chad F. 04-10-2006 10:35 PM

Does anyone know how I could go about adding the PM info, when the person last visited etc.? Thanks.

Roms 04-10-2006 11:15 PM

Good idea! :)

peterska2 04-11-2006 08:34 AM

Quote:

Originally Posted by Chad F.
Does anyone know how I could go about adding the PM info, when the person last visited etc.? Thanks.

That is on the feature list for an upgrade. I simply haven't got round to doing it yet as I have been incredibly busy.

When I get to it, I'll let you know.

Chad F. 04-12-2006 01:41 AM

Quote:

Originally Posted by peterska2
That is on the feature list for an upgrade. I simply haven't got round to doing it yet as I have been incredibly busy.

When I get to it, I'll let you know.

Ok, thank you.

Chad F. 04-12-2006 11:39 PM

One more thing, why is there a gap above Search? Is it possible to be removed? Thanks.

peterska2 04-13-2006 01:08 AM

Quote:

Originally Posted by Chad F.
One more thing, why is there a gap above Search? Is it possible to be removed? Thanks.

Is there?

Edit the template and remove the lines between search and whatever is above it on your site.

Chad F. 04-13-2006 01:20 AM

No its not that, even in your screen shot the gap is shown...it is only like 1px.

It's not a big deal or anything, I'm just a little picky. :D

ginso 04-14-2006 01:03 PM

Code:

<tr><td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td><tr>
                               
<tr><td class="vbmenu_control"><a href="search.php$session[sessionurl_q]">$vbphrase[search]</a></td></tr>


just replace
Code:

</td><tr>
with
Code:

</td></tr>
after today's posts and that gap is gone.

peterska2 04-14-2006 01:32 PM

ooops. I'd never even noticed that myself.

I've updated the install file.

Chad F. 04-14-2006 08:48 PM

Quote:

Originally Posted by ginso
Code:

<tr><td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td><tr>
               
<tr><td class="vbmenu_control"><a href="search.php$session[sessionurl_q]">$vbphrase[search]</a></td></tr>

just replace
Code:

</td><tr>
with
Code:

</td></tr>
after today's posts and that gap is gone.

Thanks!

manjoine 04-19-2006 03:12 PM

anyone listing the forums in the naviagation aswell?

like using forumlist but without info just the names with links to the forums?

zurv 04-19-2006 07:46 PM

Quote:

Originally Posted by manjoine
anyone listing the forums in the naviagation aswell?

like using forumlist but without info just the names with links to the forums?


I would also like ot know how to do this...

Zero767 04-19-2006 09:32 PM

Nice addition, I just may use it for my next skin.

peterska2 04-19-2006 10:01 PM

Quote:

Originally Posted by manjoine
anyone listing the forums in the naviagation aswell?

like using forumlist but without info just the names with links to the forums?

You would need to add all the info in manually as links as it stands at present.

peterska2 04-19-2006 10:06 PM

Important information regarding support - 20/04/06
Due to time constraints and the amount of things that are being planned for future modifications, priority support will now be provided here. Support provided in this thread will be on an as and when basis.

efil 05-05-2006 08:32 AM

Hi,
how I can make a coulmn with the last ten posts from the forum?

Thank you,
Efil.

OKIHost 06-10-2006 03:16 PM

For some reason when not logged in the main login box table appears wider than it is when you are when logged in so it makes everything look off unless logged in.

Here is a picture when logged in looking as it should:
http://www.ImageTrunk.com/uploads/fdb10d3018.png

but if you don't login or just visit the forums you get this
http://www.ImageTrunk.com/uploads/ba381c295c.png

I have tried uninstalling and reinstalling both the left sidebar and sidebar navigation mods but still get the same result.

peterska2 06-10-2006 03:28 PM

Quote:

Originally Posted by OKIHost
For some reason when not logged in the main login box table appears wider than it is when you are when logged in so it makes everything look off unless logged in.

Here is a picture when logged in looking as it should:
http://www.ImageTrunk.com/uploads/fdb10d3018.png

but if you don't login or just visit the forums you get this
http://www.ImageTrunk.com/uploads/ba381c295c.png

I have tried uninstalling and reinstalling both the left sidebar and sidebar navigation mods but still get the same result.

that is because of the width of the user name text plus text box.

I'll have another look at it over the next few days as I have some improvement ideas also.

OKIHost 06-10-2006 03:37 PM

Thanks! Do you think removing the left bar navigation fix the issue for now?

peterska2 06-10-2006 03:47 PM

heres a fix for your problem. I'll include it properly in the next update.

FIND

Code:

<tr>
                        <td class="smallfont">$vbphrase[username]</td>
                        <td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
                       
                </tr>
                <tr>
                        <td class="smallfont">$vbphrase[password]</td>
                        <td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" size="10" accesskey="p" tabindex="102" /></td>
                </tr>

Replace with

Code:

<tr>
                        <td class="smallfont">$vbphrase[username]</td>
</tr>
<tr>
                        <td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
                       
                </tr>
                <tr>
                        <td class="smallfont">$vbphrase[password]</td>
</tr>
<tr>
                        <td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" size="10" accesskey="p" tabindex="102" /></td>
                </tr>

That will force the input boxes onto new rows.

OKIHost 06-10-2006 03:58 PM

That worked great! Thanks a ton much appreciated!

squall leonhart 07-06-2006 11:36 AM

Cool! I absolutely install this mod. I was looking for it for a long time ^^

Bass Nutz 12-09-2006 10:16 AM

How in the hell do I fix this?

http://www.bassnutz.com/index.php?

I'm trying to get that smooth look on the side navigation bar, but I get this.....


(Scroll to the bottom, and I loose my navigation bar as well.. :surprised:

Bass Nutz 12-09-2006 05:16 PM

Somebody Please HELP ME!!!!! My Sponsors are going crazy looking for their banners........


One last plead....



HELP ME!!!!!!




Thanks you! :classic:

blindman4556 06-14-2007 10:46 PM

is there a way to make it say Welcome, blindman4556. You have 0 unread messages; Total 0.
You last visited: Today at 14:03. instead of just Welcome, blindman4556.


All times are GMT. The time now is 09:30 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.01593 seconds
  • Memory Usage 1,822KB
  • 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
  • (10)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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