Adding FURL's To IP.Nexus Client Area
Posted by Nuclear General,
in
IP.Nexus Tutorials
20 October 2010
·
112 views
This tutorial will show you how can add FURL's (Friendly URL's) to the IP.Nexus Client Area.
Step 1: Go to ACP -> Look & Feel -> Select Skin -> skin_nexus_clients -> clientarea
Edit 1:
Replace All With:
Please visit this link to View the Rest of the Tutorial.
Once you have done all of the following instructions, you should now have Friendly URL's installed for your IP.Nexus Client Area.
If you have questions or concerns about this tutorial, please post your comments and I'll try to help you with this.
Regards,
Donald
Step 1: Go to ACP -> Look & Feel -> Select Skin -> skin_nexus_clients -> clientarea
Edit 1:
Replace All With:
{parse js_module="nexus"}
<h2 class='maintitle'>{$this->lang->words['client_area']}</h2>
<div class='blocks_wrap row2 altrow clearfix'>
<div class='block_inner left' style='width: 20%'>
<div id='ca_menu' class='menu'>
<ul>
<li <if test="$this->request['section'] == 'splash'">class='active'</if>><a href='{parse url="app=nexus&module=clients" base="public" template="client-overview" seotitle="overview"}'><img src='{$this->settings['img_url']}/nexus/home.png' alt='{$this->lang->words['icon']}' /> {$this->lang->words['overview']}</a></li>
<li <if test="$this->request['section'] == 'purchases'">class='active'</if>><a href='{parse url="app=nexus&module=clients§ion=purchases" base="public" template="client-purchases" seotitle="purchases"}'><img src='{$this->settings['img_url']}/nexus/package.png' alt='{$this->lang->words['icon']}' /> {$this->lang->words['purchases']}</a></li>
<li <if test="$this->request['section'] == 'invoices'">class='active'</if>><a href='{parse url="app=nexus&module=clients§ion=invoices" base="public" template="client-invoices" seotitle="invoices"}'><img src='{$this->settings['img_url']}/nexus/invoice.png' alt='{$this->lang->words['icon']}' /> {$this->lang->words['invoices']}</a></li>
<li <if test="$this->request['module'] == 'support'">class='active'</if>><a href='{parse url="app=nexus&module=support" base="public" template="client-support" seotitle="support"}'><img src='{$this->settings['img_url']}/nexus/support.png' alt='{$this->lang->words['icon']}' /> {$this->lang->words['support']}</a></li>
<if test="$this->memberData['cm_credits'] and $this->settings['nexus_payout']">
<li <if test="$this->request['section'] == 'payouts'">class='active'</if>><a href='{parse url="app=nexus&module=clients§ion=payouts" base="public" template="client-payouts" seotitle="payouts"}'><img src='{$this->settings['img_url']}/nexus/credit.png' alt='{$this->lang->words['icon']}' /> {$this->lang->words['payouts']}</a></li>
</if>
<if test="!empty( $this->caches['donation_goals'] )">
<li <if test="$this->request['section'] == 'donations'">class='active'</if>><a href='{parse url="app=nexus&module=clients§ion=donations" base="public" template="client-donations" seotitle="donations"}'><img src='{$this->settings['img_url']}/nexus/donate.png' alt='{$this->lang->words['icon']}' /> {$this->lang->words['donations']}</a></li>
</if>
<if test="!empty( $this->caches['nexus_adpacks'] )">
<li <if test="$this->request['section'] == 'ads'">class='active'</if>><a href='{parse url="app=nexus&module=clients§ion=ads" base="public" template="client-advertise" seotitle="advertise"}'><img src='{$this->settings['img_url']}/nexus/ads.png' alt='{$this->lang->words['icon']}' /> {$this->lang->words['advertisements']}</a></li>
</if>
<if test="$this->settings['cm_ref_on']">
<li <if test="$this->request['section'] == 'referrals'">class='active'</if>><a href='{parse url="app=nexus&module=clients§ion=referrals" base="public" template="client-referrals" seotitle="referrals"}'><img src='{$this->settings['img_url']}/nexus/referral.png' alt='{$this->lang->words['icon']}' /> {$this->lang->words['referrals']}</a></li>
</if>
<li <if test="$this->request['section'] == 'altcontacts'">class='active'</if>><a href='{parse url="app=nexus&module=clients§ion=altcontacts" base="public" template="client-altcontacts" seotitle="alternate-contacts"}'><img src='{$this->settings['img_url']}/nexus/alt_user.png' alt='{$this->lang->words['icon']}' /> {$this->lang->words['altcontacts']}</a></li>
<if test="!$this->settings['nexus_hide_info']">
<li <if test="$this->request['section'] == 'info'">class='active'</if>><a href='{parse url="app=nexus&module=clients§ion=info" base="public" template="client-personalinfo" seotitle="personal-information"}'><img src='{$this->settings['img_url']}/nexus/user.png' alt='{$this->lang->words['icon']}' /> {$this->lang->words['personal_info']}</a></li>
</if>
</ul>
</div>
</div>
<div class='block_inner right' id='ca_content' style='width: 79%'>
<div class='pad'>
{$content}
</div>
</div>
</div>
Please visit this link to View the Rest of the Tutorial.
Once you have done all of the following instructions, you should now have Friendly URL's installed for your IP.Nexus Client Area.
If you have questions or concerns about this tutorial, please post your comments and I'll try to help you with this.
Regards,
Donald


Create a custom theme







Are you good at IP.Blog module too?
I've checked some blogposts with metacheckers, and it says:
Meta description tag: not found!
Meta keywords tag: not found!
Do you any way, how to fill these tags automatically with IP.blog?