7
I know this is an old thread, but I came across it as I was looking for an answer to one of the major glitches with Magazine. So far I have found two...
The first is that the article image will not show in the article list. If you go into a category to view the list of articles, the article image path is incorrect. Possibly a simple smarty issue???
The other issue is that if you delete an article that was added to the main menu, the next article you add to the main menu receives the deleted article's ID in the main menu instead of its own correct ID. The article itself gets the next ID - it is just the issue with it in the main menu. So if I delete article 127 that was in the main menu, then create article 128 and add it to the main menu, it is listed (and linked) as the deleted article 127.
I attempted to change the article ID through phpMySQL in the mag_mainmenu table, but it refuses to change it. I also tried changing a new article's ID to the deleted article's ID, then adding a new article to the main menu in hopes of filling that "gap", but the new article still receives the deleted article's ID in the main menu.
Any help with these two problems would be GREATLY appreciated!