![]() |
I sure would like your mod, but I want to know something before I screw up my board.
At this moment I have my board in a subdirectory say '/forum'. On the main index is a page, but I do not want to use it anymore and want to use the portal instead. Is that possible and if so, how? (yes I read the part above, but I do not realy understand it) |
It's working guys, to actually make the portal work without so many mods on the template is using the <base> directive as suggested earlier.
Insert right below the <head> in PORTAL template: Code:
<base href="$vboptions[bburl]/" target="_self" /> Code:
eval('$portal_articlelist .= "' . fetch_template('PORTAL') . '";'); |
And I'm also suggesting using this code, instead of the current one and the reason is BBCode gets choped off creating an ugly view of the previewed latest topics, qouting the preview of the Tooltip of Forum Display, to display a stripped simple preview of the post:
Code:
$news['pagetext'] = strip_quotes($news['preview']); |
Quote:
|
How can i make a link that shows the forum link when the user on portal page and show the portal link when the user on the forum page ?
|
Quote:
HTML Code:
<if condition="THIS_SCRIPT == 'portal'"> |
I have the mod installed. But because I use an style which is completely different from an defaullt style, it does not function complete. Only the news is working, no sidebars.
Is it possible to ad an basic template and assign only the portal to it? |
I had the portal working fine, but for some reason now I can't link to it from our main site.
If I use the path www.hairdivision.co.uk/forums I get a white page but the page is named correctly as using the full path it is fine www.hairdivision.co.uk/forums/index.php? www.hairdivision.co.uk/forums/forum.php takes me to the forums? I'm sure it's something simple, probably me, but can anyone advise? (I can't use the second path above as the links are hard coded into an Actinic site) T.I.A. |
I managed to get it working by editing the links in Actinic but users are still having problems, any idea why I'm having to use the full path? I tried reverting the forums.php back to index.php but still the white page?
|
I added two plugins to fix the Online Location showing up as Unknown:
online_location_process: Code:
if($filename=='index.php') Code:
if($userinfo['activity']=='portal') |
All times are GMT. The time now is 05:09 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|