Search results

  1. Mark

    Contact Form

    if you have SMTP settings enabled and populated in your admin panel it should just work.
  2. Mark

    base url remove

    That line helps with relative paths and URL rewrites, perhaps if you can provide details about the issue you are having with it I can provide some better advice.
  3. Mark

    Rotate Premium Banners [Deleted]

    yeah I thought that might be the case. The problem is HTML is static (never changes) and {$premium_rotate_row} is dynamic (changes as the members change). I'll give some thought to how you might be able to accomplish this.
  4. Mark

    Rotate Premium Banners [Deleted]

    Hello, did you try {$premium_rotate_row}? Ad zones are for "HTML ads" so this {$premium_rotate_row} tag will probably not work in them (I think adzones are queried before the premium members). This plugin may need to be modified to make that work.
  5. Mark

    Contact Form

    Not sure how that happened, I have uploaded a new file with SMTP. Thanks for the heads up!
  6. Mark

    Contact Form

    Mark updated Contact Form with a new update entry: SMTP and spam prevention II Read the rest of this update entry...
  7. Mark

    Contact Form - SMTP and spam prevention II

    Antoher update of SMTP
  8. Mark

    Contact Form

    Mark updated Contact Form with a new update entry: Reupload of 1.3 Read the rest of this update entry...
  9. Mark

    Contact Form - Reupload of 1.3

    re-uploading 1.3
  10. Mark

    chart remove

    hello, you can edit user_cp_start.html template using child template. removing <div id="chart_div"></div> will do the trick, you can also remove the javascript: <!--Load the AJAX API--> <script type="text/javascript" src="https://www.google.com/jsapi"></script> <script...
  11. Mark

    Contact Form

    Top of this page, orange button that says "download now"
  12. Mark

    Title Generator on the pages

    Hello, for custom pages whatever you set the title too is what is used for the title tag, you can set the title to whatever you like. You could also create a custom plugin using the page_query.php hook location, where you could overwrite the page title stored in $TMPL['header']. This plugin...
  13. Mark

    Screenshot plugin fix - Serve scaled images

    need to hack the screenshots.php file: $work -> resize(400, "screens/{$cleanurl}_med.jpg"); $work -> resize(200, "screens/{$cleanurl}_small.jpg"); these 2 lines make the medium size 400px wide and the small size 200px wide. $work -> resize(45, "screens/{$cleanurl}_small.jpg"); that...
  14. Mark

    Drop /category/ long breadcrumbs

    The problem is differentiating the URL's. The first segment dictates the "source", if we make categories top level segments then additional overhead would be need to check if its a category or not. consider the example: yoursite.com/join/ yoursite.com/user_cpl/ yoursite.com/category/...
  15. Mark

    Problem instalation

    hello, it appears you didn't run the installer, please follow the installation intructions in the manual. if you still get stuck feel free to start a private conversation with your database credentials and FTP login and I will install for you.
  16. Mark

    Help with error after upgrade 1.5

    I have spent the 5 minutes to update your plugins for you. The warning at the top of your page was caused by the affiliate tracker plugin and your error_reporting settings (triggered by empty result)
  17. Mark

    Help with error after upgrade 1.5

    I have tried to help you. You simply need to update all of your plugins. You can also disable the out of date plugins... there is no excuse of leaving your site broken and threatening me with chargeback... I will login and do this for you, but this is really something you should be able to...
  18. Mark

    Help with error after upgrade 1.5

    did you try to update all the plugins or just the RSS importer?
  19. Mark

    Help with error after upgrade 1.5

    There is no automated upgrade of plugins, download the new plugin and upload it replacing the old one.
  20. Mark

    Help with error after upgrade 1.5

    Hello, on your list you have the following plugins that are out of date and need to be updated, once updated you will no longer have the error: RSS Importer Twitter Affiliate Tracker Send Message SEO Clean URL's Disqus
Top