Former Member
inherit
guest@proboards.com
195316
0
Nov 27, 2024 17:24:01 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 18, 2017 0:42:31 GMT -8
Add My Posts & My Threads Buttons On The Users Main ProfileWhen clicked on will show the users Recent threads or Recent postsViewing As MemberViewing As GuestGo > Admin > Templates > SUMMARY And Look For
<div class="content-box center-col"> $[recent_posts_link]<br /> $[recent_threads_created_link] </div>
And add The RED To hide the recent posts and threads created links
<!--<div class="content-box center-col"> $[recent_posts_link]<br /> $[recent_threads_created_link] </div>-->
And save changes ____________________________
Now Go > Admin > Templates > USER PROFILE
And directly under the $[invite_button]
Add the following code
<a class="button" href="/user/$[user.id]/recent" style="background-color: #E6E6E6; color: #000000;">My Posts</a> <a class="button" href="/user/$[user.id]/recent_threads" style="background-color: #E6E6E6; color: #000000;">My Threads</a>
And save changes
For a live preview view My Forum
Steve
|
|
SafeInSanity
Junior Member
Falling in love with Proboards again!
Posts: 424
inherit
23917
0
Feb 27, 2020 11:29:13 GMT -8
SafeInSanity
Falling in love with Proboards again!
424
May 2004
wiki
|
Post by SafeInSanity on Apr 4, 2017 6:43:29 GMT -8
This is great! They should add this to v6.
|
|