Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
ShoutPro

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Server-side
View previous topic :: View next topic  
Author Message
File



Joined: 05 Apr 2006
Posts: 64
Location: HR

PostPosted: 11.12.2006 00:30    Post subject: ShoutPro Add user to your forum ignore list Reply with quote

Poštovanje,

zanima me kako napraviti preinaku tako da mi u shoutpro skirpti kada kliknem na mjesto gdje se upise poruka, umijesto da moram rucno obrisati tekst Shout! da mi se automatski obrise kada kliknem na to?
Back to top
View user's profile Send private message Send e-mail Visit poster's website
carr



Joined: 13 Nov 2003
Posts: 1397
Location: Karlovac

PostPosted: 11.12.2006 00:55    Post subject: Add user to your forum ignore list Reply with quote

daj link neki i primjer upotrebe tog shoutproa, po mogucnosti na tvom sajtu.

vecina ljudi ovdje nema bele dume sta je shoutpro, ali vjerojatno tvoj problem rijese bez problema, samo daj vise informacija.

_________________
Bolje biti malo lud, nego malo pametan.
Back to top
View user's profile Send private message Visit poster's website
zytzagoo
mi3.crew


Joined: 25 Aug 2003
Posts: 1842
Location: Zagreb, Hrvatska

PostPosted: 11.12.2006 08:58    Post subject: Add user to your forum ignore list Reply with quote

Code:
<input type="text" class="some_class" name="something" id="something" size="25" value="Shout!" onfocus="if (this.value == 'Shout!') this.value = '';" onblur="if (this.value == '') this.value = 'Shout!';" />

_________________
[+]I[+]am[+]my[+]own[+]religion[+]
Back to top
View user's profile Send private message Visit poster's website Twitter profile
File



Joined: 05 Apr 2006
Posts: 64
Location: HR

PostPosted: 12.12.2006 21:33    Post subject: Add user to your forum ignore list Reply with quote

mislim da ce mi zytzagoo pomoći.

stranica je www.cvarcy.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
carr



Joined: 13 Nov 2003
Posts: 1397
Location: Karlovac

PostPosted: 13.12.2006 00:43    Post subject: Add user to your forum ignore list Reply with quote

potrebna je samo modifikacija zytove "skripte" da radi za textarea:
Code:
<textarea id="shout" class="textbox" name="shout" rows="3" value="Shout!" onfocus="if (this.value == 'Shout!') this.value = '';" onblur="if this.value == '') this.value = 'Shout!';"></textarea>

_________________
Bolje biti malo lud, nego malo pametan.
Back to top
View user's profile Send private message Visit poster's website
File



Joined: 05 Apr 2006
Posts: 64
Location: HR

PostPosted: 17.12.2006 18:26    Post subject: Add user to your forum ignore list Reply with quote

Ne radi nešto dečki..
Back to top
View user's profile Send private message Send e-mail Visit poster's website
nameless



Joined: 17 Oct 2006
Posts: 15
Location: Osijek

PostPosted: 18.12.2006 01:00    Post subject: Add user to your forum ignore list Reply with quote

ovo ti mora raditi....

Code:

<textarea onfocus="if (this.value == 'upišite poruku...') this.value = '';" onblur="if (this.value == '') this.value = 'upišite poruku...'">upišite poruku...</textarea>
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Server-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group