![]() |
|
#1
|
|||
|
|||
|
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 |
|
#2
|
||||
|
||||
|
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%"> Code:
</td></tr></table> |
|
#3
|
|||
|
|||
|
Thanks for the code Brian - That worked great!
Jim |
|
#4
|
|||
|
|||
|
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, |
|
#5
|
||||
|
||||
|
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. |
|
#6
|
|||
|
|||
|
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 |
|
#7
|
|||
|
|||
|
I did mine with vbadvanced. 2 Lines of code
|
|
#8
|
|||
|
|||
|
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? |
|
#9
|
||||
|
||||
|
What 'index.php' file did you add that code to?
|
|
#10
|
|||
|
|||
|
/links/index.php
Is that the wrong file for the links main page? |
|
#11
|
||||
|
||||
|
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? |
|
#12
|
|||
|
|||
|
Quote:
http://www.BatonRougeToday.com/links Thanks bro Last edited by djroppolo; 05-11-2007 at 07:38 AM. |
|
#13
|
||||
|
||||
|
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?
|
|
#14
|
|||
|
|||
|
Quote:
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |