as stated above, the legacy reviews module is not supported. But its easy enough to add the redirect
open edit_review.php and find on line 74:
$TMPL['admin_content'] = $LNG['a_edit_rev_edited'];
add this after:
header("refresh:1...
Upon investigation I see redirect after approval of a member is already in place. Please provide specific steps how you are approving and NOT being redirected.
Reviews are not supported so I know those are not redirecting.
Indeed, we have added many similar redirects already, I will add a redirect to the approve function now. It will be included in the next release, but I will also post back here for those who want to hack the file and take advantage of this right away.
brb
you can edit the details_compile_details.php file:
find:
$TMPL['stats_before_stats'] .= "<h2>{$LNG['rssimporter_stats_news']}</h2>{$TMPL['rss_content']}";
change to:
$TMPL['rssfeeds'] = "<h2>{$LNG['rssimporter_stats_news']}</h2>{$TMPL['rss_content']}";
then in your details template add...
thanks for the report guys, favicon was not the issue but I have found a sneaky injection that has been removed. Google will remove the malware notification shortly, oddly we never had webmaster tools setup to monitor this site.
unable to reproduce this issue, and nothing was changed in 0.9 that would cause this.
make sure your logging into admin using the same URL as set in your settings. For example: yourdomain.com VS www.yourdomain.com
$categories_menu is built from a query in sources/misc/skin.php
in your case however it looks like you have an old version of english.php that was released with a bad phrase definition (sorry about that). Fortunately its an easy fix.
login to admin -> content -> manage languages
search...
Hi, the stats/details page hook locations have changed slightly in 0.9, you will need to update the latest VL version to use this plugin current release. 0.9 is much improved over 0.8, its always best to keep your installation up to date.
Safe mode is deprecated ;) we will not be supporting safe mode options since its no longer supported in PHP core
http://php.net/manual/en/features.safe-mode.php
Duplicate Request: this is on the long term todo list, but will likely not be worked on for quite some time. There are 3rd party scripts available that do a good job of this, if you search the forum you will find a thread with a couple recommendations to handle this.
Sure, you can show any...
Go to admin -> plugins and click the install icon then you should be all set (the installer should have run automatically if you uploaded the zip via admin -> plugins).