#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 Jun 24, 2018 13:39:26 GMT -8
I may be able to add a tag. I'll take a look. I currently just tag a member outside of the whisper. They get the notification. But everyone can see the tag. It does make me even more mysterious though. lol Thanks Todge. Can you please try this version.. Whenever you post a whisper the whispered members should have an invisible tag added to the post too.
|
|
PSR
New Member
Posts: 167
inherit
232507
0
May 1, 2024 21:29:06 GMT -8
PSR
167
May 2016
prosportsrecreation
|
Post by PSR on Jun 24, 2018 17:22:04 GMT -8
I currently just tag a member outside of the whisper. They get the notification. But everyone can see the tag. It does make me even more mysterious though. lol Thanks Todge. Can you please try this version.. Whenever you post a whisper the whispered members should have an invisible tag added to the post too. Ill give it a shot. Does this mean i can tag them within the whisper box?
|
|
PSR
New Member
Posts: 167
inherit
232507
0
May 1, 2024 21:29:06 GMT -8
PSR
167
May 2016
prosportsrecreation
|
Post by PSR on Jun 24, 2018 17:40:12 GMT -8
I currently just tag a member outside of the whisper. They get the notification. But everyone can see the tag. It does make me even more mysterious though. lol Thanks Todge. Can you please try this version.. Whenever you post a whisper the whispered members should have an invisible tag added to the post too. If i go into a members post through edit...and use the whisper....it changes their text. In this example PBTest only posted "Test'' a few times and it chnged one of them to some strange looking letters. But it works when i make a separate new post. Id like to be able to use both features. Whisper within a members post and also a new post. Going into a members podt through edit is the issue that i can see.
|
|
#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 Jun 25, 2018 11:15:32 GMT -8
Can you please try this version.. Whenever you post a whisper the whispered members should have an invisible tag added to the post too. If i go into a members post through edit...and use the whisper....it changes their text. In this example PBTest only posted "Test'' a few times and it chnged one of them to some strange looking letters. But it works when i make a separate new post. Id like to be able to use both features. Whisper within a members post and also a new post. Going into a members podt through edit is the issue that i can see. View AttachmentThat is because the whisper contained the same text as part of PBtests post. In actual use this will not happen as the content of any whisper would be different from that of the post. Otherwise they'd be no point of the whisper.
|
|
PSR
New Member
Posts: 167
inherit
232507
0
May 1, 2024 21:29:06 GMT -8
PSR
167
May 2016
prosportsrecreation
|
Post by PSR on Jun 25, 2018 14:29:34 GMT -8
If i go into a members post through edit...and use the whisper....it changes their text. In this example PBTest only posted "Test'' a few times and it chnged one of them to some strange looking letters. But it works when i make a separate new post. Id like to be able to use both features. Whisper within a members post and also a new post. Going into a members podt through edit is the issue that i can see. That is because the whisper contained the same text as part of PBtests post. In actual use this will not happen as the content of any whisper would be different from that of the post. Otherwise they'd be no point of the whisper. Im an idiot. lol Thanks. Any way to make this only so staff or just the admin can see the Shhhh button?
|
|
#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 Jun 26, 2018 12:34:32 GMT -8
That is because the whisper contained the same text as part of PBtests post. In actual use this will not happen as the content of any whisper would be different from that of the post. Otherwise they'd be no point of the whisper. Im an idiot. lol Thanks. Any way to make this only so staff or just the admin can see the Shhhh button? Yup... Add this to your posting page template.. <style>#whisper { display: none; }</style> {if $[current_user.is_staff]} <style>#whisper { display: block; }</style> {/if}
|
|
PSR
New Member
Posts: 167
inherit
232507
0
May 1, 2024 21:29:06 GMT -8
PSR
167
May 2016
prosportsrecreation
|
Post by PSR on Jun 26, 2018 12:56:11 GMT -8
Im an idiot. lol Thanks. Any way to make this only so staff or just the admin can see the Shhhh button? Yup... Add this to your posting page template.. <style>#whisper { display: none; }</style> {if $[current_user.is_staff]} <style>#whisper { display: block; }</style> {/if} Thanks. Anywhere at the end?
|
|
PSR
New Member
Posts: 167
inherit
232507
0
May 1, 2024 21:29:06 GMT -8
PSR
167
May 2016
prosportsrecreation
|
Post by PSR on Jun 26, 2018 12:58:51 GMT -8
Logged in with my dummy account and can still see the button.
|
|
#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 Jun 26, 2018 14:22:51 GMT -8
Logged in with my dummy account and can still see the button. View Attachment Strange.. It works on my forum.. Remove the {if} statement leaving only the first style tag and see if the button disappears.
|
|
PSR
New Member
Posts: 167
inherit
232507
0
May 1, 2024 21:29:06 GMT -8
PSR
167
May 2016
prosportsrecreation
|
Post by PSR on Jun 26, 2018 18:15:33 GMT -8
Logged in with my dummy account and can still see the button. Strange.. It works on my forum.. Remove the {if} statement leaving only the first style tag and see if the button disappears. Didnt do it. But its ok.
|
|
#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 Jun 28, 2018 8:51:36 GMT -8
Strange.. It works on my forum.. Remove the {if} statement leaving only the first style tag and see if the button disappears. Didnt do it. But its ok. That's bizarre.. Removing the {if} statement should hide the button for everybody...
|
|
PSR
New Member
Posts: 167
inherit
232507
0
May 1, 2024 21:29:06 GMT -8
PSR
167
May 2016
prosportsrecreation
|
Post by PSR on Jun 29, 2018 14:30:44 GMT -8
That's bizarre.. Removing the {if} statement should hide the button for everybody... Ill just keep it the way it is. Thanks.
|
|
PSR
New Member
Posts: 167
inherit
232507
0
May 1, 2024 21:29:06 GMT -8
PSR
167
May 2016
prosportsrecreation
|
Post by PSR on Jul 2, 2018 9:09:20 GMT -8
Crazy. This plug in is causing new threads to create a You may not post twice within 2 seconds" error. I have have narrowed the issue down to this plug in. When i disable the plug in it works again. Has this happened before?
|
|
#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 Jul 2, 2018 14:04:50 GMT -8
Crazy. This plug in is causing new threads to create a You may not post twice within 2 seconds" error. I have have narrowed the issue down to this plug in. When i disable the plug in it works again. Has this happened before? Nope, and again, it's not happening on my test site. In fact, this shouldn't be possible. To get that message you'd have to physically try to start 2 threads within 2 minutes (obviously), and there's no way this plugin can automatically create a thread.. I guess it could be conflicting with another plugin.. There are a couple of plugins that replace the posting button, and so it 'could' be trying to create 2 threads simultaneously by 'clicking' the false button, but I'd need to know which plugin it is conflicting with to fix it.. Have you tried temporarily disdabling all OTHER plugins and see if the problem still exists? Assuming it doesn't, start re-activating the other plugins until the problem re-occurs and then let me know which plugin is interfering with it.
|
|
PSR
New Member
Posts: 167
inherit
232507
0
May 1, 2024 21:29:06 GMT -8
PSR
167
May 2016
prosportsrecreation
|
Post by PSR on Jul 2, 2018 14:20:56 GMT -8
Crazy. This plug in is causing new threads to create a You may not post twice within 2 seconds" error. I have have narrowed the issue down to this plug in. When i disable the plug in it works again. Has this happened before? Nope, and again, it's not happening on my test site. In fact, this shouldn't be possible. To get that message you'd have to physically try to start 2 threads within 2 minutes (obviously), and there's no way this plugin can automatically create a thread.. I guess it could be conflicting with another plugin.. There are a couple of plugins that replace the posting button, and so it 'could' be trying to create 2 threads simultaneously by 'clicking' the false button, but I'd need to know which plugin it is conflicting with to fix it.. Have you tried temporarily disdabling all OTHER plugins and see if the problem still exists? Assuming it doesn't, start re-activating the other plugins until the problem re-occurs and then let me know which plugin is interfering with it. Just the newest ones. Im going to delete and re install.
|
|