The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

[Problem]help me on alert code require minium character

Go down

[Problem]help me on alert code require minium character Empty [Problem]help me on alert code require minium character

Post by eagle8x Wed 3 Jun 2009 - 14:34

Code:
<script type="text/javascript">
//<![CDATA[
/*minimum characters per post
by godkillah from phantom-designs.net*/

var MinimumCharacters=15
var Message="15 characters please! "

if(location.href.match(/\/post\//i)){
document.forms.posting.onsubmit=function(){
characters=document.forms.posting.post.value.length
if(characters<MinimumCharacters){
alert(Message)
return false
}else{
return true
}}}
//]]>
</script>
I think the problem is at

Code:
if(location.href.match(/\/post\//i)){
document.forms.posting.onsubmit=function(){
characters=document.forms.posting.post.value.length
I don't know what keywords are used in forumotion Confused
eagle8x
eagle8x
Forumember

Male Posts : 362
Reputation : 15
Language : Vietnamese

http://diendan.chinhphuc.info

Back to top Go down

[Problem]help me on alert code require minium character Empty Re: [Problem]help me on alert code require minium character

Post by eagle8x Fri 5 Jun 2009 - 7:06

bump
eagle8x
eagle8x
Forumember

Male Posts : 362
Reputation : 15
Language : Vietnamese

http://diendan.chinhphuc.info

Back to top Go down

[Problem]help me on alert code require minium character Empty Re: [Problem]help me on alert code require minium character

Post by Guest Fri 5 Jun 2009 - 20:46

what so what was the actual error message you were getting?

regards







Craig
avatar
Guest
Guest


Back to top Go down

[Problem]help me on alert code require minium character Empty Re: [Problem]help me on alert code require minium character

Post by eagle8x Sat 6 Jun 2009 - 1:52

I want to know what keywords are used in forumotion to replace the text in the code.
eagle8x
eagle8x
Forumember

Male Posts : 362
Reputation : 15
Language : Vietnamese

http://diendan.chinhphuc.info

Back to top Go down

[Problem]help me on alert code require minium character Empty Re: [Problem]help me on alert code require minium character

Post by Guest Sat 6 Jun 2009 - 12:21

Well the 'Key Words' are automatically selected by th most commonly searched for words on your forum,

If you want certain words to show up in keywords .... take 10 minutes of your day and paste in a list of words, Refresh your forum and you will see the list of words to type in slowly appear as it updates Smile

That my friend would be the easier option as keywords constantly change Smile

Spoiler:


Hopefully this will help you out Smile

Regards









Craig
avatar
Guest
Guest


Back to top Go down

[Problem]help me on alert code require minium character Empty Re: [Problem]help me on alert code require minium character

Post by eagle8x Sat 6 Jun 2009 - 14:47

Oh, you get wrong idea... Confused , I want to know the keyword that name the post-box or message ... I need the code can be used in forumotion.
eagle8x
eagle8x
Forumember

Male Posts : 362
Reputation : 15
Language : Vietnamese

http://diendan.chinhphuc.info

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum