YAFLogo

bbobb
  • bbobb
  • 100% (Exalted)
  • YAF Developer Topic Starter
15 years ago
Thank post. Remove thank. Thank again. Here we are. You can't do it.

If you refresh page, you can thank again, but you get wrong user link after you thank and error.

Sponsor
Kamyar
  • Kamyar
  • 100% (Exalted)
  • YAF Developer
15 years ago
The problem is in Controls/Displaypost.ascx.cs.

in line 89 and 91:

Look for "res.value.messageID". You should find two. Change them to "res.value.MessageID". I checked it and everything was ok this time.


If at first you don’t succeed, call it version 1.0
herman_herman
15 years ago
Thanks Kamyar,

Committed to SVN rev.2846

Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
15 years ago
Sorry about that Kamyar... broke your addition pretty good 😉
bbobb
  • bbobb
  • 100% (Exalted)
  • YAF Developer Topic Starter
15 years ago
Cool:) . Could you add an option to hide date and display nicks only?🤤

On some forums users push the button too often to promote each other. Is it hidable?

Kamyar
  • Kamyar
  • 100% (Exalted)
  • YAF Developer
15 years ago

Sorry about that Kamyar... broke your addition pretty good Wink

No problem Jaben. I always have problems with case sensitivity in java.

Cool:) . Could you add an option to hide date and display nicks only?🤤

On some forums users push the button too often to promote each other. Is it hidable?

bbobb wrote:

Very good suggestion bbobb. will work on it asap.


If at first you don’t succeed, call it version 1.0
Kamyar
  • Kamyar
  • 100% (Exalted)
  • YAF Developer
15 years ago
Ok folks,

Just finished expanding Thanks mod features.

In BoardSettings, we have a new boolean setting: "ShowThanksDate" which can be set to true/false in admin/hostsettings.ascx. When it's set to true, users can see the date on which posts have been thanked, otherwise, only usernames will be displayed not the dates.

If you think there's a better way to optimize the code, please let me know.


If at first you don’t succeed, call it version 1.0
Kamyar
  • Kamyar
  • 100% (Exalted)
  • YAF Developer
15 years ago
Anyone gave it a try?
If at first you don’t succeed, call it version 1.0
herman_herman
15 years ago

Anyone gave it a try?

Kamyar wrote:

Just see it :cheesy: will come back