Have upgraded to 2.3.4 successfully as far as I can see, but one odd thing is the small boxes appearing next to some icons. I'm guessing it is something to do with fonts, but really don't know and would appreciate any tips. This is a screen dump from Firefox, but tested under MS Edge and it...
I have a forum (no commercial) where people can sell wines to each other. I would like the thread starter - the person selling the wines - to be able to edit his initial post, to show what has been sold for example. But I would like people who reply NOT to be able to edit their posts (to...
My forum has been running for 23 years on various forum softwares, and in all that time it has been a "first and last names only" forum. We used to call it "real first and last names", but given privacy concerns, all we now ask is that people participate with a plausible first and last name and...
Thanks once again M@rc. I confess didn't know my forum was in debug mode - had a developer tweak something a while back so presume it was accidentally left like that. I have just sorted that and installed the add-on.
Many thanks for your help. Have downloaded the first add-on, which looks like the ideal solution. When i try to install it, this warning pops up:
To prevent potential issues, please resolve the following warnings before continuing:
Debug mode is enabled...
One of my members organizes complicated social events for members. Often he has to make sure others have seen an important bit of information from him. He does this with conversations, but is frustrated that he cannot tell if someone has opened his message. He has asked if a conversation could...
@mcatze thanks - having a quick count there is an even number of open and closing if-tags but the ordering seems odd (I think some wordpress plugins have meddled with things a bit). Either way I've made your modification, and tested the other permutations of the /community htaccess, and it...
@mcatze that yeilds another redirect loop unfortunately.
Thought I'd show the redirect portion of the root htaccess, just in case it helps:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ https://%1/$1 [R=301,L]
RewriteBase /
RewriteCond...