Search results

  1. Mark

    Implemented suggestion for admin area

    let me know if you spot any pages that dont redirect, happy to fix any we might have missed.
  2. Mark

    Implemented suggestion for admin area

    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...
  3. Mark

    Implemented suggestion for admin area

    already in place. Line 117 of approve_edited.php has the redirect.
  4. Mark

    Implemented suggestion for admin area

    They already do ;)I need specific URL's. anything I do (approve, edit users, edit pages, edit languages etc) in the admin redirects me
  5. Mark

    Implemented suggestion for admin area

    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.
  6. Mark

    Implemented suggestion for admin area

    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
  7. Mark

    RSS Feed Importer

    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...
  8. Mark

    I want a refund

    Refund has been issued from swreg, thanks for your business.
  9. Mark

    [Virus] Notice

    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.
  10. Mark

    Cant acess Stiles & Categories panel

    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
  11. Mark

    Selectable Drop Down list for Categories

    $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...
  12. Mark

    Drug District - Game

    Love the theme, colors, everything works very well together. Has a great game feel to it
  13. Mark

    [Virus] Notice

    false positive.
  14. Mark

    [Problem] Facebook Advertise newest members

    facebook sucks :mad:
  15. Mark

    100 exstra votes

    No problem, glad you got it sorted
  16. Mark

    Disqus Comments

    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.
  17. Mark

    Contact Form - Beta

    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
  18. Mark

    Couple Of Suggestions

    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...
  19. Mark

    100 exstra votes

    admin -> settings -> Premium Settings
  20. Mark

    vote message

    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).
Top