Notifications
Clear all

Limited Support

Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.

We appreciate your patience and understanding while our team is away. Thank you for being part of the wpForo community!

Merry Christmas and Happy Holidays! 🎄

[Closed] I just typed up a great post and lost it by clicking [Add Topic]

13 Posts
5 Users
2 Reactions
8,268 Views
Posts: 316
(@1sharonkat)
Reputable Member
Joined: 9 years ago

Did happened to me in the past by mistaken clicking on add topic after entering text.
Knowing that Chrome saved the text in cache I played with page forward or back and the text appeared.
Learning from that, I write in Word and then paste - If I loose it I paste again...
My suggestion for the developers is:
1. When text is entered to treat the "add topic" the same as "save" or
2. Gary out the "add topic"

That will eliminate confusion for the casual user.
As can be seen in the attached screen print, depends on the window size, users will not see the "Save" and naturally will click on "Add topic"

 

 

Thank you 


Glue42
Posts: 23
(@glue42)
Eminent Member
Joined: 9 years ago

Thank you, yossik! I managed to restore it from a DB copy!

But, Robert, I noticed that the italic doesn't work at all in our wpForo. For example, see the "test italic" comment:
https://glue42.com/community/questions/how-to-manually-run-zaps-integrations-at-zapier-com-for-real-time-results/#post-47

Our Custom CSS Code contains only this:
#wpforo #wpforo-wrap {
   font-size: 13px; width: 100%; padding:10px 20px; margin:0px;
}
  #wpf-widget-online-users .wpforo-widget-content a.onlineavatar{max-width: 64px;}

Any idea how to fix that?


Posts: 316
(@1sharonkat)
Reputable Member
Joined: 9 years ago

@Robert, you're correct.

Click again on add topic does reveal the text, but...
Go and explain it to the end users.


Robert
Posts: 10600
Admin
(@robert)
Support Team
Joined: 10 years ago

But, Robert, I noticed that the italic doesn't work at all in our wpForo. For example, see the "test italic" comment:

Use this CSS code:

#wpforo #wpforo-wrap .wpforo-post-content em {
    font-style: italic;
}

Glue42
Posts: 23
(@glue42)
Eminent Member
Joined: 9 years ago

Thank you, Robert. I added it to the Custom CSS Code. However, it still shows the italic texts as regular texts.


Page 2 / 3