Better Prompt 4 bbcode question

Mod Support

Moderators: BNa, Sekuro, 4seven

Re: Better Prompt 4 bbcode question

Postby iamthestreets » 08 Sep 2012, 15:15

any luck?
iamthestreets

Tiptop

Tiptop
 
Posts: 17
Joined: 02 Jul 2012, 17:23
 
Resolution: 1600x900


Re: Better Prompt 4 bbcode question

Postby 4seven » 08 Sep 2012, 15:17

no time till today. must see to find any the next days.
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
4seven

Tiptop

Tiptop
 
Posts: 318
Joined: 20 Jun 2012, 16:55
 
Resolution: 1920x1080


Re: Better Prompt 4 bbcode question

Postby iamthestreets » 08 Sep 2012, 15:23

ok sounds good
iamthestreets

Tiptop

Tiptop
 
Posts: 17
Joined: 02 Jul 2012, 17:23
 
Resolution: 1600x900

Re: Better Prompt 4 bbcode question

Postby iamthestreets » 16 Oct 2012, 02:22

i figure it out and got it to work.
iamthestreets

Tiptop

Tiptop
 
Posts: 17
Joined: 02 Jul 2012, 17:23
 
Resolution: 1600x900


Re: Better Prompt 4 bbcode question

Postby 4seven » 16 Oct 2012, 02:37

Sorry about having no time for that. What was the solution?
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
4seven

Tiptop

Tiptop
 
Posts: 318
Joined: 20 Jun 2012, 16:55
 
Resolution: 1920x1080


Re: Better Prompt 4 bbcode question

Postby iamthestreets » 16 Oct 2012, 04:26

No problem. You have been very helpful. I had to replace this code
Code: Select all

<script type="text/javascript">
// <![CDATA[
$('input.button2').click(function(){
if ($(
"#popup_prompt").length){
$(
"#popup_prompt").focus();}
});
// ]]>
</script>


With this
Code: Select all
<script type="text/javascript">
// <![CDATA[
$('img.btnbbcode').click(function(){
if ($(
"#popup_prompt").length){
$(
"#popup_prompt").focus();}
});
// ]]>
</script>


I am using img instead of input so I just needed to make the change from input to img with my class
iamthestreets

Tiptop

Tiptop
 
Posts: 17
Joined: 02 Jul 2012, 17:23
 
Resolution: 1600x900


Re: Better Prompt 4 bbcode question

Postby 4seven » 16 Oct 2012, 23:16

so just a different id/class name. thanks for sharing.
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
4seven

Tiptop

Tiptop
 
Posts: 318
Joined: 20 Jun 2012, 16:55
 
Resolution: 1920x1080


Previous

Return to Support Forum

Who is online

Users browsing this forum: No registered users and 2 guests

cron