We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
[ C ] Edit Topic Starter
Topic Started: Aug 13 2012, 06:51 PM (389 Views)
enias
Member
[ *  * ]
Board Address: ( 'Private')
Board Software: (ZetaBoardse)
Description: I want a code to be able the topic creator/starter of a topic..
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Not really possible to an extent, users can quote the post and it will be the original posters username, it can't really be determined if the last poster in the last post info on the index is the topic creator or a poster, that is if the topic creator posts too and does not just create topics.
Offline Profile Goto Top
 
enias
Member
[ *  * ]
I just need the mask.. tha in page is to be showed as the starter
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Are you saying the topic starter should only be changed on the actual post and not anywhere else?
Offline Profile Goto Top
 
enias
Member
[ *  * ]
just in the forum where the list of topics are
Edited by enias, Aug 14 2012, 08:22 PM.
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Admin CP Posted Image Themes Posted Image Board Template Posted Image Below the Board
Code:
 
<script type="text/javascript">
function changeTopicStarter(topicID, newUsername, newProfileURL) {
$('td.c_cat-title:has(a[href*="/topic/' + topicID + '"])').next('td.c_cat-starter').find('a').text(newUsername).attr('href', newProfileURL);
}

changeTopicStarter('TOPIC_ID', 'NEW_USERNAME', 'NEW_PROFILE_URL');
</script>
Edit the capitalized text as necessary and you may repeat that line to change more topic starters.
Offline Profile Goto Top
 
enias
Member
[ *  * ]
Thank you.. perfect what I wanted!!
Edited by enias, Aug 15 2012, 07:45 PM.
Offline Profile Goto Top
 
Steve
Member Avatar
patriot
[ *  *  *  *  *  *  *  *  *  * ]
Completed!

Your request has been completed. If you have any questions or concerns regarding the state of your request, please feel free to contact me via PM.
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Closed Requests · Next Topic »
Locked Topic