By GM on Friday, 03 July 2015
Posted in Technical Issues
Likes 0
Views 1K
Votes 0
Hello,

In Easydiscuss

How to display Reply Number against the reply as given in sample attachment
Is there any simple php code to display reply number
Hi Gagan Modi,

I am really sorry for the delay of this reply as it is a weekend for us here.

Unfortunately that was not possible using simple code regenerate the reply ordering number is because our discussion and reply is using the same table from database.

Perhaps display the reply id is it okay for you?
·
Saturday, 04 July 2015 16:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Well,

Reply Id would be bit complex for user to check
I was considering same as reply number would be easier for a user to find in case of long discussions having 15 or more replies
For instance - i can ask a user to refer in easily reply#5, instead of reply id#1123

For instance - had this topic would have had 15 or more replies - asking user to check reply#206441 would add confusion, It would be simpler to ask him to check reply#2.

Could you see - if could work up on including reply number been - total responses in replies are always shown at top - Its only about adding a reply number in each discussion for user friendly interface - making it easier in longer discussions
GM
·
Wednesday, 08 July 2015 11:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Gagan Modi,

Thanks for your inqury,

As my colleague mentions earlier, it is not possible to achieve this with a simple code but it seems to be a great idea to be implemented in EasyDiscuss. Can you kindly voice this out here http://stackideas.com/voices/easydiscuss .

By the way, if this a priority, please do post them on our sales section at https://crm.stackideas.com and our sales department would get back to you with a proper quote.

Hope this helps and please advise.
·
Wednesday, 08 July 2015 11:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

It seems that the same is achieved in easydiscuss 4x latest versions
Could you tell me :-

I have to achieve in some custom text in after reply#4 and reply#5 in my forum post
Although am using

<?php if( count( $replies ) > 3 ){ ?>
- to have a count of total number of replies against a discussion
But what to use if i only want to restrict to show a custom text specific for reply#4 and reply#5


<?php if( $reply == 3 and $reply ==5 ){ ?>


this is not working
GM
·
Thursday, 20 July 2017 01:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Perhaps you can try download my attached file and check my concept and see is it meet your current requirement.

JoomlaFolder/components/com_easydiscuss/themes/wireframe/post/default.php
JoomlaFolder/components/com_easydiscuss/themes/wireframe/post/default.reply.item.php


By the way, I am really sorry but unfortunately we cannot accommodate your request currently as it is beyond our support scope's policy as outlined in http://stackideas.com/support

Thanks for understand.
·
Thursday, 20 July 2017 12:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex
Great, yes it does work
I understand - appreciate support
GM
·
Saturday, 22 July 2017 11:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating, glad that your issues are resolved now. Please understand that this was assisted as a courtesy out of good faith and we will not be able to provide support for any tweaks that we shared here.
·
Saturday, 22 July 2017 13:49
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post