You can click the paperclip, choose an existing file or upload a new one so I choose to add a new file, click START UPLOAD and the progress bar incrememnts and the JPG gets removed from the list but absolutely nothing happens. I have checked the UPLOADS folder and no new files exist in there. Previous to upgrading the feature worked perfectly.
Did you get any error messages in the browser console and/or event log? Are you using the File Table or file system (uploads) folder for uploads?
There is also a bug in the admin section when you click the Digest button it says the digest key doesn't exist in the app setting section. If you add it then when you click on any forum it just refreshes the page & doesn't change. Adding that key says to make it the 'default.aspx' so I am guessing it just refreshes that page
Bug in default if you upgrade the default it put the logo back to the wrong file / directory and if you change the meta description you get a 500 server error.. Another annoyance is that when Google indeses the site and you look in Webmaster Tools you have so many duplicate page titles or descriptions with Google warning that this is bad for page ranking.
Please log each bug individually in the GitHub issue tracker, and i can address it correctly and resolve it.
The thanks option and shoutbox still error and has done for almost 3 years so I had to hide it because the refresh or clicking the send button would cause the error.
Feel free to also open an issue report on the github project page. But the first thing you need to check is the browser console, which JS error's it shows.
One feature I would love to have: MAKE EVERY POST / TOPIC PERSISTENT because if someone forgets to tick the box to do so it's unwantedly pruned. A lot of posts have been lost because of this.
You can easily do this by modifiing the controls/PostOptions.ascx
change line from..
<asp:CheckBox ID="Persistency" runat="server" />
to...
<asp:CheckBox ID="Persistency" runat="server" Checked="True" />
I would like to remove all those YAF parts from every URL.
If you mean the "yaf_" part then try the new advanced url format, it can be turned on via the app.config
<add key="YAF.UrlRewritingFormat" value="advanced" />
Edited by moderator
7 years ago
|
Reason: Not specified