Skip to Content Skip to Menu

Feature Request: Answers are in seperate div

  • Roland
  • Roland
  • OFFLINE
  • Posts: 161
  • Thanks: 16
  • Karma: 11
15 years 6 months ago #95353 by Roland
Hello,

at first thanks for the great component!

I often have dialogs via uddeim over 3 till 15 message....

So I think it's more clear, if the answers are not in the normal text, just in a new div/table below the other (like Joomsocial)...

Here a example:



If you want, I'll have a look on your bbcode-editor... There have the same problems as Kunena or this forum (textfield scrolls to beginning after inserting bbcode or smilie by longer text). Here a example of my Kunena modifications: www.kunena.com/forum?func=view&catid=6&id=3290

www.simple-quality.de - The Quality-Web-Portal
Attachments:

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
15 years 6 months ago #95360 by slabbi
Thanks for the nice idea, unfortunately it is not possible to implement it without major modifications. Usually the complete thread is not available. From 1.5+ I started to store a reply ID which allows message navigation. But when one message is missing the thread is broken there.

Maybe there is a way to implement something similar, I will check.

It would be nice if you could check the editor. Maybe you find some improvements.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

  • Roland
  • Roland
  • OFFLINE
  • Posts: 161
  • Thanks: 16
  • Karma: 11
15 years 6 months ago #95385 by Roland
Yes, I know it's a major change (but it should be just a thought where it can go in the future...).

I wouldn't store the reply-id, just the first thread id (the id from the beginning post). All other messages become the same number. You can sort it later via creating date. And it makes now problems if some posts are deleted...

Just for the first post you need a special way:

- Forbid to delete the first post if there are other posts with the same id
- or bring a warning, that all other posts also deleted if someone delete the first one

I'll send you a pm later about the jscript-changes... :side:

www.simple-quality.de - The Quality-Web-Portal

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
15 years 6 months ago #95389 by slabbi
Storing the first thread id is not that easy since it is currently not available when the message is written. The only id that is available is the message id that has been replied to.

Sure it might be possible to read this message and check if a "thread id" has been set and duplicate this id for the new message but this requires another SQL query I try to avoid.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
15 years 6 months ago #95501 by slabbi
I have fixed the problem with the editor. The cursor should not longer jump to the beginning. Its in the trunk (file: bbsmile.js) and can be used with uddeIM 1.6+.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

Please Log in or Create an account to join the conversation.

  • Roland
  • Roland
  • OFFLINE
  • Posts: 161
  • Thanks: 16
  • Karma: 11
15 years 6 months ago #95504 by Roland
Great, I just made a version with the similar code of my Kunena hack... then I saw, that your editor have some nice function like on click on bold makes just starting tag, second click makes closing tag...

Also your "Close all tags" works... Thats the first time I saw this working... phpBB don't have this, and in Joomlaboard, Firboard and Kunena it never works...

Where can I find the trunk data? => Edit: OK found it :-)

Post edited by: Roland, at: 2009/04/18 18:24

www.simple-quality.de - The Quality-Web-Portal

Please Log in or Create an account to join the conversation.

Moderators: beatnantslabbikrileon
Powered by Kunena Forum