-
Content Count
97 -
Joined
-
Last visited
-
Tags are not translating in 4.5.x: /tag/русский
-
Aleksandr Ermakov reacted to a review on a file: Friendly URL Translit
-
iphoneyardim reacted to a review on a file: Friendly URL Translit
-
ram108 reacted to a file: Login Logs
-
motomac reacted to a review on a file: Member experience
-
ram108 reacted to a file: Remind Users to Update Their Email
-
MeMaBlue reacted to a review on a file: Friendly URL Translit
-
MeMaBlue reacted to a post in a topic: (RU4) URLs Transliteration
-
-
ram108 changed their profile photo
-
ram108 started following Sign In As Member
-
ram108 reacted to a file: Sign In As Member
-
-
ram108 reacted to a file: Online Indicator
-
ram108 started following Product Updates
-
-
ram108 reacted to a file: Member experience
-
ram108 reacted to a file: Remove annoying whitespace
-
ram108 reacted to a post in a topic: (RU4) URLs Transliteration
-
It is deactivate an App only, but the files are still there. Is any way to remove an App totally?
-
How to remove this App from a forum?
-
metrAnom reacted to a review on a file: Friendly URL Translit
-
Double empty lines after upgrade. Plan to fix this?
ram108 replied to estan's topic in Feedback and Ideas
Nothing helped me too. So, I am not planning to upgrade and have unreadable posts in forum. -
ram108 started following Release Notes
-
Sonya* reacted to a review on a file: Friendly URL Translit
-
a.khorev reacted to a review on a file: Friendly URL Translit
-
Ioannis D reacted to a review on a file: Friendly URL Translit
-
Suggestion: Self-Delete Functionality for Europe
ram108 replied to DReffects2's topic in Feedback and Ideas
It is not about Europe only. Since Jan 2016 Russian webmasters have to delete all requested personal data by law otherwise total web site will be blocked in the country. -
An issue of upgrade script that developers don't want to fix and accept. Read this topic.
-
Ilya Hoilik reacted to a review on a file: Friendly URL Translit
-
Double empty lines after upgrade. Plan to fix this?
ram108 replied to estan's topic in Feedback and Ideas
@stormdrive thank you for describing the issue. My English is not enought for it. It is not easy to implement but we need an option to do such conversion. Imagine more than 50'000 posts (in my case) and 60% of them are unreadable with multiple spaces that make 4 paragraph post with double screen height size. And if you have 10-50 paragraphs post ((( it will be crazy to read it... And double crazy to fix it manually. -
@ABGenc, enjoy your forum @Ilya Hoilik, I believe it is possible to run that mysql queries on first plugin activation to fix SEO strings.
-
Double empty lines after upgrade. Plan to fix this?
ram108 replied to estan's topic in Feedback and Ideas
Sure, I don't know now. I had chaos in posts after conversions. Some of posts were the same like in old forum, but most of posts had double, triple and more lines between text paragraphs. It was unreal to read that messages. I rise a ticket wait for a week and made everything myself. It was not easy and I spend a day on it. Had to save a dump and analyze it manually. Because not all posts were converted with simple mysql query. Used preg replace on mysql dump to make all posts perfect. It was two times I had the problem after upgrade. All forums were in Russian. (empty -
Double empty lines after upgrade. Plan to fix this?
ram108 replied to estan's topic in Feedback and Ideas
Ralf, I believe it is misunderstanding. I am telling about incorrect html conversion of posts that give multiple empty paragraph tags (that have to be removed), you are telling how to hide it with CSS. But the problem is still exist with some sites. -
Double empty lines after upgrade. Plan to fix this?
ram108 replied to estan's topic in Feedback and Ideas
Some of posts have multiple lines and others not. The original posts in old forum looks the same - without any exess lines. It is not possible (and should not) to fix it with CSS. Better to fix converson script to have posts looks the same before and after upgrade. -
Double empty lines after upgrade. Plan to fix this?
ram108 replied to estan's topic in Feedback and Ideas
I had the same issue after upgrade and it was not CSS settings problem: <p> </p> <p> </p> Used mysql commands to remove it from database.