Jump to content

cbox


Adding a User post &/or topics


iTzoODavidOo

Recommended Posts

Posted

This simple skin edit will place a link in the user drop-down to view your posts and/or topics.

 

ACP > Look & Feel > IP.Board > Global Templates > globalTemplate bit

 

Find:

 

<li id='user_enemies'><a href='{parse url="app=core&module=usercp&tab=members&area=ignoredusers" base="public"}' title="{$this->lang->words['manage_ignored_users']}" class='manage_enemies'>{$this->lang->words['manage_ignored_users']}</a></li>

 

 

Add below:

 

<li><a href='{parse url="app=core&module=search&do=user_posts&mid={$this->memberData['member_id']}" base="public"}'>Find My Posts</a></li>

 

 

If you'd also like to add a link to find your topics, add the following below the Find My Posts code:

 

<li><a href='{parse url="app=core&module=search&do=user_posts&mid={$this->memberData['member_id']}&search_filter_app[forums]=1&view_by_title=1" base="public"}'>Find My Topics</a></li>

 

 

 

Enjoy! :)

 

 

http://www.mentalgamers.net/Posts&Topics.png

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...