#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Sept 25, 2021 6:44:18 GMT -8
Yup, the mousedown event is missing for the Submit and Preview/BBCode buttons that changes the ::smiley:: code to the code and vice-versa, I just can't see anything obvious as to why that is. on the quick reply I don't see where {
var messarea = $('.form_post_quick_reply textarea');
var cPos = getSMCaret(messarea);
if(cPos == 0)
{
$(messarea).val(code+$(messarea).val());
var newcPos = code.length;
}
else
{
var mVal1 = $(messarea).val().slice(0,cPos);
var mVal2 = $(messarea).val().slice(cPos);
$(messarea).val(mVal1+code+mVal2);
var newcPos = cPos+code.length;
}
setSMCaretPosition(messarea, newcPos)
}
is adding the url preview That is held in another function elsewhere in the code... if($('form_post_quick_reply')) { var messarea = $('.form_post_quick_reply textarea'); } else { var messarea = $("[name='message']")[0]; }
$(document).bind( "submit", function(){ $(messarea).val(codes_2_urls(messarea,urls,codes)); }); But I think marti is talking about the posting page, not the quick reply. @marti1977, is the plugin not working with the quick reply either?
|
|
Former Member
inherit
guest@proboards.com
251114
0
Nov 28, 2024 11:34:53 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 25, 2021 10:18:13 GMT -8
Fast reply working posting a new thread isn't Todge
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Sept 25, 2021 17:13:07 GMT -8
How are you going with your test forum @marti1977?
|
|
Former Member
inherit
guest@proboards.com
251114
0
Nov 28, 2024 11:34:53 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 25, 2021 18:35:55 GMT -8
Todge still doing the same thing on the test board, i have to push preview before it will post i sure hope you know what i mean i mean if i keep it as is nothing posts, i have to click on preview first do i need to enable something on my laptop like javascript or something like that
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Sept 26, 2021 2:42:34 GMT -8
Todge still doing the same thing on the test board, i have to push preview before it will post i sure hope you know what i mean i mean if i keep it as is nothing posts, i have to click on preview first do i need to enable something on my laptop like javascript or something like that If JavaScript was disabled NO plugins would work, and the plugin not working on your test forum is a good thing. Could you please PM me the link to your test forum so I can take a look. Thanks.
|
|
Former Member
inherit
guest@proboards.com
251114
0
Nov 28, 2024 11:34:53 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 26, 2021 11:49:39 GMT -8
Todge thanks i have PM'd you
|
|
Former Member
inherit
guest@proboards.com
251114
0
Nov 28, 2024 11:34:53 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 27, 2021 11:11:14 GMT -8
Posting Default Sets what editor you default to when creating posts. Preview *BBCode Todge its working now i had the BBCode clicked and now i clicked Preview and now it is showing up thank you for all your help
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Sept 27, 2021 18:24:25 GMT -8
Posting Default Sets what editor you default to when creating posts. Preview *BBCode Todge its working now i had the BBCode clicked and now i clicked Preview and now it is showing up thank you for all your help The plugin should work from either side of the editor, so switching the the Preview side will fix the issue for you, it will not help any other member that has the BBCode side set as default. But... I have fixed the issue on your test forum, and have left you a message about the problem and how to fix it, so that it WILL work from either side of the editor. If you have any problems or questions, then please reply to the PM on this forum, or here in this thread, so that I see it.
|
|
Former Member
inherit
guest@proboards.com
251114
0
Nov 28, 2024 11:34:53 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 27, 2021 18:54:22 GMT -8
thank you
|
|
inherit
262717
0
Jun 4, 2024 11:18:41 GMT -8
tvfans
115
November 2020
tvfans
|
Post by tvfans on Dec 4, 2021 2:58:46 GMT -8
Hi TodgeI installed the Smilie DropdownVersion 3.2.95 Beta and it shows in my quick reply box (although it's big) but I don't see it in my reply box. There's still the old smiley list showing, which is too long and not showing completely. Hence why I wanted to install the dropdown plugin. What am I doing wrong? Thanks in advance.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Dec 4, 2021 3:26:42 GMT -8
<p> Hi TodgeI installed the Smilie DropdownVersion 3.2.95 Beta and it shows in my quick reply box (although it's big) but I don't see it in my reply box. There's still the old smiley list showing, which is too long and not showing completely. Hence why I wanted to install the dropdown plugin. What am I doing wrong? Thanks in advance. Hi tvfans, First up, you can change the height of the smiley dropdown by putting this in the CSS Styling part of the plugin settings... .smMiddle { height: 50px!important; }
As for the dropdown not appearing on the normal reply page, that would probably be due to the template you are using. If you could PM me a link to your forum, and leave a thread that is open to guests I can take a look. I will not need to post anything, but I will need accessto the posting page.</p>
|
|
inherit
262717
0
Jun 4, 2024 11:18:41 GMT -8
tvfans
115
November 2020
tvfans
|
Post by tvfans on Dec 4, 2021 6:51:32 GMT -8
<p> Hi Todge I installed the Smilie DropdownVersion 3.2.95 Beta and it shows in my quick reply box (although it's big) but I don't see it in my reply box. There's still the old smiley list showing, which is too long and not showing completely. Hence why I wanted to install the dropdown plugin. What am I doing wrong? Thanks in advance. Hi tvfans , First up, you can change the height of the smiley dropdown by putting this in the CSS Styling part of the plugin settings... .smMiddle { height: 50px!important; }
As for the dropdown not appearing on the normal reply page, that would probably be due to the template you are using. If you could PM me a link to your forum, and leave a thread that is open to guests I can take a look. I will not need to post anything, but I will need accessto the posting page.</p>
thanks for getting back to me. The link to my forum is in my signature. The Affiliates part is open for the public. You can post and try there if you want. I'll delete it when you're done.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Dec 4, 2021 18:10:40 GMT -8
<p> <p>Hi tvfans , First up, you can change the height of the smiley dropdown by putting this in the CSS Styling part of the plugin settings... .smMiddle { height: 50px!important; }
As for the dropdown not appearing on the normal reply page, that would probably be due to the template you are using. If you could PM me a link to your forum, and leave a thread that is open to guests I can take a look. I will not need to post anything, but I will need accessto the posting page.</p>
thanks for getting back to me. The link to my forum is in my signature. The Affiliates part is open for the public. You can post and try there if you want. I'll delete it when you're done.
Thank you.. The code is working fine for me in the reply area of your forum. Are you not seeing the same?</p> Attachments:
|
|
inherit
262717
0
Jun 4, 2024 11:18:41 GMT -8
tvfans
115
November 2020
tvfans
|
Post by tvfans on Dec 5, 2021 2:10:44 GMT -8
This is so weird? I see this in the reply box.
but that's only a short list, the extra smiley list is only showing via the quick reply box.
Via quick reply I get the extra smiley list:
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Dec 5, 2021 4:58:42 GMT -8
This is so weird? I see this in the reply box.
but that's only a short list, the extra smiley list is only showing via the quick reply box.
Via quick reply I get the extra smiley list:
Very strange..
Could you please tell me which browser you are using?
|
|