A cheat sheet would have been nice, But could not find one.
But I'll make one for you guys because I love Uportal. Iv also only tested this on -snip list is few posts down.
First off for my example I use "Home" for my Portal name, but you can replace it with what ever you like!
Step 1:
1. Go into your ACP under "Look & Feel" Click "IP.Board" to "Manage Templates & CSS"
1a. Than go into "Global Templates" > "globalTemplate"
1b. Find the line that says: (this is only part of the code just in-case they change it later)
['forums']
1c. Above that code add: (Might want to look at "1d." to make sure you do it right)
<if test="!ipsRegistry::$applications['uportal']['app_hide_tab']"><li id='nav_discussion' class='left {parse variable="uportalActive"}'><a href='{$this->settings['home_url']}' title='{$this->lang->words['homepage_title']}'>Home</a></li></if>You can change "Home" to what you want to call the tab.
If you did not edit your site making portal your homepage do this code instead.
<if test="!ipsRegistry::$applications['uportal']['app_hide_tab']"><li id='nav_discussion' class='left {parse variable="uportalActive"}'><a href='{parse url="app=uportal" seotitle="false" base="public"}' title='{$this->lang->words['homepage_title']}'>Home</a></li></if>1d. So you should have something that looks like this by now (being the NEW CODE and Than the one you found! Line 2 could be a bit different base on the skin the above code should still work)
<if test="!ipsRegistry::$applications['uportal']['app_hide_tab']"><li id='nav_discussion' class='left {parse variable="uportalActive"}'><a href='{$this->settings['home_url']}' title='{$this->lang->words['homepage_title']}'>Home</a></li></if>
<if test="!ipsRegistry::$applications['forums']['app_hide_tab']"><li id='nav_discussion' class='left {parse variable="forumActive"}'><a href='{parse url="act=idx" seotitle="false" base="public"}' title='{$this->lang->words['go_to_discussion']}'>{$this->lang->words['discussion']}</a></li></if>Your forums should look like this now. (You will notice when you click the new tab it don't highlight, but it highlights the Uportal "Home" tab This is normal you are only on step 1.)
Edited by dv2236, 07 October 2009 - 11:03 AM.
















