![]() |
|
#61
|
|||
|
|||
|
the left column shows up underneath the forums, not on top.
|
|
#62
|
|||
|
|||
|
also im not sure if im doing this right on the last part. I only want the left column on forums. Do i still have to change the FORUMHOME thing.....
|
|
#63
|
|||
|
|||
|
Quote:
|
|
#64
|
||||
|
||||
|
Are you taking about this?
http://www.vbadvanced.com/membersare...tid=4&pageid=6 |
|
#65
|
|||
|
|||
|
Quote:
|
|
#66
|
|||
|
|||
|
does anyone else have this sucsessfully implemented on their forum home with 3.0.6? I just upgraded and can't for the life of me get this to work now. My forum ends up on the left and really narrow, and the modules follow in a column underneath that. I've check to ensure that the Cutom page content is enabled for the page and everything and that it is set for the center column. Anybody? please help
|
|
#67
|
||||
|
||||
|
I have a side bar on my entire forum.
I did nothing except run the cmps install and selected the link to update templates. |
|
#68
|
|||
|
|||
|
I unistalled and reinstalled and now it's like i posted above, cant do anything to fix it either that i have found. I even reverted all the templates, still no fix
Last edited by btappan; 01-22-2005 at 05:36 PM. |
|
#69
|
|||
|
|||
|
Quote:
|
|
#70
|
|||
|
|||
|
Quote:
Code:
define('VBA_PORTAL', true);
define('VBA_PAGE', 'include');
Code:
eval('$HTML = "' . fetch_template('FORUMHOME') . '";');
print_portal_output($home, $HTML);
For example, for showthread.php replace: Code:
eval('print_output("' . fetch_template('SHOWTHREAD') . '");');
Code:
eval('$HTML = "' . fetch_template('SHOWTHREAD') . '";');
print_portal_output($home, $HTML);
|
|
#71
|
|||
|
|||
|
Brian,
I've managed to get this to work like a charm on my forums (as you can tell by previous post) but now I want to add an additional module to my pages as a popUp to one of the navBar items (like the default Quick Links and search box) I already have the popUp in place and working with some static content, but, instead of that static content I want to display one of my cmps modules. I tried putting the template name in place of my static content but got no results. Do you have any idea how I can do this? Thanks in advance |
|
#72
|
|||
|
|||
|
Quote:
|
|
#73
|
|||
|
|||
|
okay, here is the fix:
Quote:
|
|
#74
|
||||
|
||||
|
Quote:
http://www.vbadvanced.com/forum/atta...&stc=1&thumb=1
__________________
Social Knowledge Networks |
|
#75
|
||||
|
||||
|
Quote:
Also, has anyone figure out how to get the left column displayed in the calendar pages?
__________________
www.WildonDallas.com Your Elite Online Entertainment Source for the Dallas Texas Get a Nightlife! Browse, Contribute, Support Dallas' Nightlife Community |
|
#76
|
|||
|
|||
|
Quote:
|
|
#78
|
|||
|
|||
|
Brian, I'm one of those "want the left blocks on every page" kind of dudes. I added them to newreply.php as per http://www.vbadvanced.com/membersare...tid=4&pageid=6 but it breaks the WYSIWYG editor in Firefox. It doesn't break it in IE though. Any clues why this would be?
|
|
#79
|
|||
|
|||
|
Actually I tracked this down. The adv_portal template doesn't have the $onload variable in the <body> tag. So I added that, but with no result. Had to edit line 79 of vba_cmps_include_bottom.php to include $onload in the global statement.
All fine now. I've no idead why IE wasn't affected though. |
|
#80
|
|||
|
|||
|
I've had a sidebar running on my site on the forum home for quite a while now. I have the left column size set to 145, but when the browser window size is reduced, the module box scales instead of staying at 145. My home page has fixed columns for both left and right at 185 and they don't change. I tried changing the 145 to 185 just to see what it would do. It changes in size when browser is full screen, still scales when window size reduced.
Here's a couple of links to help explain it: Site home page: www.huntsvillecarscene.com - try to reduce the window size--the columns remain at 185 Forum home page: http://www.huntsvillecarscene.com/forum.php - try the same thing--the site navigation sidebar will shrink below its setting of 145. Anyone have any ideas? Any assistance appreciated. Last edited by Samir; 04-23-2005 at 03:08 AM. |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|