xLc
Junior Member
Posts: 290
inherit
180982
0
Sept 18, 2019 6:25:07 GMT -8
xLc
290
July 2012
lifestylecourier
|
Post by xLc on Apr 11, 2013 5:02:26 GMT -8
Sorry to bother users and to bother Brian ... but is the same thing doable for PM too? I've tried (Conversations Template): <a class="button" href="/message/new/ $[message.conversation_id]" role="button">Reply</a> ... but of course that didn't work (button appears but links to 'Oops' error page... I guess that $[message.conversation_id] is definetly not the right thing to write because it doesn't link to anything, but I wasn't able to figure out what the proper link is...) Thanks for help ! The messages use $[conversation.id], but it doesn't exist where the quote and edit buttons are so it wouldn't work for PMs. This Reply button relocation is no longer working on my forum www.lifestylecouriers.boards.net
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 11, 2013 9:07:19 GMT -8
The messages use $[conversation.id], but it doesn't exist where the quote and edit buttons are so it wouldn't work for PMs. This Reply button relocation is no longer working on my forum www.lifestylecouriers.boards.netI've updated my post with new code that makes it work again. I originally made the code on a gamble knowing it would probably break someday. Welcome to coding for anything ever.
|
|
inherit
186770
0
Jan 19, 2013 3:22:38 GMT -8
user07
193
December 2012
user07
|
Post by user07 on Apr 11, 2013 9:28:25 GMT -8
... so, new code is needed for the button in the action bar, but not (yet, at least) for the button in each post, right ?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 11, 2013 9:33:48 GMT -8
... so, new code is needed for the button in the action bar, but not (yet, at least) for the button in each post, right ? That's correct. The pagination bar button was doing a weird thing where it would translate the name of the button as a search term and put it in the address bar, most likely due to it piggybacking off the .ui-pagination class. So now I've changed it so it uses its own class.
|
|
thcri
Junior Member
Posts: 317
inherit
186372
0
Nov 1, 2017 7:38:07 GMT -8
thcri
317
November 2012
thcri
|
Post by thcri on Apr 14, 2013 16:04:04 GMT -8
Can the Reply Button to each post be updated to also be in the Private Messages?
|
|
inherit
186770
0
Jan 19, 2013 3:22:38 GMT -8
user07
193
December 2012
user07
|
Post by user07 on Apr 14, 2013 21:21:11 GMT -8
The messages use $[conversation.id], but it doesn't exist where the quote and edit buttons are so it wouldn't work for PMs. so... if there wasn't any new recently I guess the answer is no: it's not possible to add a Reply Button to each PM also in Conversation page
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 15, 2013 7:50:38 GMT -8
The messages use $[conversation.id], but it doesn't exist where the quote and edit buttons are so it wouldn't work for PMs. so... if there wasn't any new recently I guess the answer is no: it's not possible to add a Reply Button to each PM also in Conversation page Not without a code or plugin, since the variable needed doesn't exist in the template that determines individual PM output.
|
|
inherit
184018
0
Aug 1, 2022 6:38:30 GMT -8
ksprepsports
40
October 2012
ksprepsports
|
Post by ksprepsports on Apr 17, 2013 11:04:38 GMT -8
My floating Reply button is not working.
When selected, it automatically goes to the first post of Topic. Try to select it again and it does nothing.
This has probably been addressed in previous post but I haven't found it.
Please help thanks,
KPS
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 17, 2013 11:10:34 GMT -8
My floating Reply button is not working.
When selected, it automatically goes to the first post of Topic. Try to select it again and it does nothing.
This has probably been addressed in previous post but I haven't found it.
Please help thanks,
KPS Can you try updating your code by replacing it with the new one from my first post in this thread? I made some changes to correct this bug that are now reflected in that post.
|
|
inherit
184018
0
Aug 1, 2022 6:38:30 GMT -8
ksprepsports
40
October 2012
ksprepsports
|
Post by ksprepsports on Apr 17, 2013 11:21:07 GMT -8
should I remove and replace this? {if $[reply_button]} <ul class="ui-pagination" style="float: right;"><li class="ui-pagination-page"><a id="pagReply" href="$[reply_button.href]">Reply</a></li></ul> {/if}
or paste your info after it.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 17, 2013 11:23:20 GMT -8
That's correct. Remove and replace that with the first code in my post (it's just a simple class change). The second code in my post goes in your style sheet. Directions on how to get there are in bold in that post.
|
|
inherit
184018
0
Aug 1, 2022 6:38:30 GMT -8
ksprepsports
40
October 2012
ksprepsports
|
Post by ksprepsports on Apr 17, 2013 11:40:51 GMT -8
It works!! Thanks Brian. Being a sports forum, I have 6 different themes so I had to go into each one and change. Hope sometime a fix will be made so all you have to do is change one theme and they all change. Anyways, Thanks for the speedy response. KPS
|
|
inherit
147439
0
Oct 15, 2013 3:44:38 GMT -8
britannia
343
September 2009
britannia
|
Post by britannia on Apr 22, 2013 12:09:11 GMT -8
|
|
inherit
147439
0
Oct 15, 2013 3:44:38 GMT -8
britannia
343
September 2009
britannia
|
Post by britannia on Apr 22, 2013 12:16:16 GMT -8
Of course it would've helped if I'd removed the original code.
|
|
inherit
182409
0
Apr 23, 2013 17:58:22 GMT -8
frank1f
6
August 2012
frank1f
|
Post by frank1f on Apr 23, 2013 17:46:08 GMT -8
Is there a way to put a "Reply Button" beside the Quote button when a person goes to "Recent Posts" I notice thats the only place there is none, thanks
Nevermind I found it, Thanks
|
|