vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced Links Directory > vBa Links Directory v2.0 Support > Modifications

Reply
 
Thread Tools Display Modes
  #1  
Old 02-17-2007, 10:31 AM
jim6763nva jim6763nva is offline
Senior Member
 
Join Date: Oct 2005
Location: Manassas, Virginia
Posts: 139
Default Side Column on Links Pages

I was thinking of adding a left or right side column to the links pages (not necessarily for the vba CMPS but for other uses such as ads or moving the Links directory navbar to a side navbar. What would be the best way of going doing this?

Thanks,
Jim
Reply With Quote
  #2  
Old 02-17-2007, 12:24 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Side Column on Links Pages

Assuming you want the columns to be on every page in the links directory, your best bet would probably be to modify the 'adv_links_navbar' template so that it looks something like this:

Code:
<table width="100%">
<tr>
<td width="200">

Code for your left column here

</td>
<td width="100%">
Then you'd want to edit your 'adv_links_footer' template to add the code to end that table and such.
Code:
</td></tr></table>
Reply With Quote
  #3  
Old 02-17-2007, 04:59 PM
jim6763nva jim6763nva is offline
Senior Member
 
Join Date: Oct 2005
Location: Manassas, Virginia
Posts: 139
Default Re: Side Column on Links Pages

Thanks for the code Brian - That worked great!

Jim
Reply With Quote
  #4  
Old 02-17-2007, 06:24 PM
jim6763nva jim6763nva is offline
Senior Member
 
Join Date: Oct 2005
Location: Manassas, Virginia
Posts: 139
Default Re: Side Column on Links Pages

Ok, I managed to move the navbar to the left column, but I'm wondering how I can improve this? Is there a way to change the dropdown menus so they fly out to the right?

Thanks,
Attached Images
File Type: gif links side navbar.gif (13.0 KB, 69 views)
Reply With Quote
  #5  
Old 02-18-2007, 03:00 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Side Column on Links Pages

I don't belive vB's menu system allows for side menus, so you'd probably have to use some different javascript for something like that.
Or another option might be to change the code around a bit to remove the menus and just put the links for each item within the navigation part. Take a look at the Quick Navigation module on our vBa Blogicles demo for an example of what I mean. I'm pretty sure you could do the same with vBa Links fairly easily by moving the variables and such in the 'links_navbar' template, then changing the 'adv_links_navbar_newestbits' to remove the <tr> and <td> tags.
Reply With Quote
  #6  
Old 02-19-2007, 11:08 AM
jim6763nva jim6763nva is offline
Senior Member
 
Join Date: Oct 2005
Location: Manassas, Virginia
Posts: 139
Default Re: Side Column on Links Pages

Ok, that look cool. I'll give that a shot. I was also thinking of doing some javascript menus with overlib, so I'm gonna see if I can find any examples using that.

Thanks,
Jim
Reply With Quote
  #7  
Old 02-28-2007, 09:29 PM
Lionel Lionel is offline
Senior Member
 
Join Date: Jan 2004
Location: Miami
Posts: 1,040
Default Re: Side Column on Links Pages

I did mine with vbadvanced. 2 Lines of code
Reply With Quote
  #8  
Old 05-09-2007, 09:03 PM
djroppolo djroppolo is offline
Member
 
Join Date: Nov 2004
Location: Louisiana
Posts: 93
Default Re: Side Column on Links Pages

Quote:
Originally Posted by Lionel View Post
I did mine with vbadvanced. 2 Lines of code
I just attempted that to no avail. I added the

define('VBA_PORTAL', true);
define('VBA_PAGE', 'forumhome');

Code in index.php but doesn't seem to be working like it does on forumhome...

Any clues? Brian?
Reply With Quote
  #9  
Old 05-10-2007, 08:25 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Side Column on Links Pages

What 'index.php' file did you add that code to?
Reply With Quote
  #10  
Old 05-10-2007, 09:54 AM
djroppolo djroppolo is offline
Member
 
Join Date: Nov 2004
Location: Louisiana
Posts: 93
Default Re: Side Column on Links Pages

/links/index.php

Is that the wrong file for the links main page?
Reply With Quote
  #11  
Old 05-10-2007, 10:05 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Side Column on Links Pages

So just to be sure... You have already made the other changes from the users manaul and have your vBulletin index.php file integrated successfully, right?
Which site is it that you're having a problem with?
Reply With Quote
  #12  
Old 05-11-2007, 07:34 AM
djroppolo djroppolo is offline
Member
 
Join Date: Nov 2004
Location: Louisiana
Posts: 93
Default Re: Side Column on Links Pages

Quote:
Originally Posted by Brian View Post
So just to be sure... You have already made the other changes from the users manaul and have your vBulletin index.php file integrated successfully, right?
Which site is it that you're having a problem with?
Yeah man... I have that same code on my forumhome using the instructions in the manual and its working fine as it is on about 4 of my other sites... for some reason, i just can't get it to work on the /links page...

http://www.BatonRougeToday.com/links

Thanks bro

Last edited by djroppolo; 05-11-2007 at 07:38 AM.
Reply With Quote
  #13  
Old 05-11-2007, 10:39 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Side Column on Links Pages

I see the CMPS copyright notice, so it looks like the integration is being done. Can you double check the page that you've integrated the links directory with and make sure that there are some other modules enabled there? It *looks* like there may just not be any active on that page. If that doesn't help, would you mind submitting a support ticket via the Members' Area here?
Reply With Quote
  #14  
Old 05-11-2007, 11:05 AM
djroppolo djroppolo is offline
Member
 
Join Date: Nov 2004
Location: Louisiana
Posts: 93
Default Re: Side Column on Links Pages

Quote:
Originally Posted by Brian View Post
I see the CMPS copyright notice, so it looks like the integration is being done. Can you double check the page that you've integrated the links directory with and make sure that there are some other modules enabled there? It *looks* like there may just not be any active on that page. If that doesn't help, would you mind submitting a support ticket via the Members' Area here?
Yeah there are a bunch of modules active... i'll submit the ticket though man.. thanks
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I place 2 modules side by side in the center column? Skaterscafe.com "How Do I..." Questions 4 06-26-2007 04:52 PM
Easier way to make left column on right side of every page?? cmiller1014 "How Do I..." Questions 14 05-30-2006 05:46 PM
Side Column in Forum And Gallery Wordplay "How Do I..." Questions 6 09-12-2005 01:37 PM
Left Side Column on Forums... TunerNetwork Troubleshooting / "How do I..." Questions 2 06-26-2005 10:35 AM


All times are GMT -4. The time now is 06:14 AM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.