Specifically what file is this? Is it a plugin or site file? I too cannot get this to work with 3.3ZeldaClassic wrote:I solved this. The issue was with the local site config.
In the local site config (for NGINX):
underCode: Select all
/etc/nginx/sites-available/openzc.org
, I had this:Code: Select all
server {
I had missed the absolute path to app.php in the above.Code: Select all
location /app.php { try_files $uri $uri/ /forum/app.php?$query_st$ }
Changing it as follows was what I needed to do
Code: Select all
location /forum/app.php { try_files $uri $uri/ /forum/app.php?$query_st$ }
[3.3] @ does not work - [mention]username[/mention] works - Simple mentions
Re: [3.3] @ does not work - [mention]username[/mention] work
-
- Registered User
- Posts: 30
- Joined: Sat Jan 12, 2019 7:11 pm
- Contact:
Re: [3.3] @ does not work - [mention]username[/mention] work
-
- Registered User
- Posts: 1
- Joined: Fri Oct 30, 2020 3:04 pm
- Contact: