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 ] Post Template
Topic Started: Jun 1 2013, 09:56 PM (413 Views)
ShadowHunter
Member Avatar
neh
[ *  *  * ]
Board Address: http://s4.zetaboards.com/lycanfang
Board Software: Zetaboards
Description: Basically when a new member makes a post in the introductory forum I want a little message to help them through it in the post. I found two codes:
http://if.invisionfree.com/topic/5079157/1/ (isn't working for me)
and
http://if.invisionfree.com/topic/5115184/1/ (works great and is exactly what I need except it doesn't allow me to pick a specific forum for the code to work in also the topic title bit isn't necessary...nor the description.)

Thanks in advance! ^_^
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
http://if.invisionfree.com/single/?p=18028552&t=5170083

You can leave the title and description fields empty, or just eliminate them altogether:
Code:
 
<script type="text/javascript">
//<![CDATA[
function aTemp(fID, post) {
if (location.href.indexOf('/post/?type=1&mode=1&f=' + fID + '') !== -1) {
$('textarea[name="post"]').val(post);
}
}

aTemp('FORUM_ID', 'POST_CONTENT');
//]]>
</script>
Offline Profile Goto Top
 
ShadowHunter
Member Avatar
neh
[ *  *  * ]
Thanks! Sorry I didn't see that other code didn't come up when I googled. DX
Offline Profile Goto Top
 
Eccentric Feline
Member Avatar
梦想
[ *  *  *  *  *  *  *  * ]
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