Search results

  1. Mark

    Removing something from title

    good catch! cant believe i posted that old one :)
  2. Mark

    [URGENT] Have I been injected?

    my last big topsite made 1100+ simultaneous connections ;)
  3. Mark

    [URGENT] Have I been injected?

    25 simultaneous connections is nothing. No doubt button.php would hit that limit quickly considering it makes queries for your members visitors as well. With your current configuration you have outgrown your hosting account, you can disable pagevew counting to reduce your simultaneous query...
  4. Mark

    *Urgent, Join is not working

    If you have clean URLs enabled in admin settings, you need to make sure you have uploaded the .htaccess file that was included with the download bundle. Otherwise disable clean URLs. Also make sure you update paths in the menu manager as instructed when enabling or disabling clean URLs
  5. Mark

    Bug Fix Emails

    Yes please, FTP and admin login.
  6. Mark

    Bug Fix Emails

    perfect! thanks, I'll be watching for it.
  7. Mark

    Bug Fix Emails

    can you install on your server a fresh test list with no members, so we can do some testing in your environment?
  8. Mark

    Bug Fix Emails

    so the javascript is just not returning live status... can you ensure you updates all the files in the 1.2 bundle? it sounds like you have some old files being referenced in the admin panel.
  9. Mark

    Bug Fix Emails

    thanks, will test with images in the email and provide a patch if needed.
  10. Mark

    Bug Fix Emails

    @top50servers more info please since this is a very different result. Are you using SMTP or mail() function? do you have an email address that is not a real address on one of your members? what does your javascript console report?
  11. Mark

    Bug Fix Emails

    no error logs? that would be a first, all servers have an error log. I have tried to duplicate this issue on 3 different lists but it always works fine for me, email results are shown in real time.
  12. Mark

    Thank you !

    thanks for the kind words :) best of luck with your list!
  13. Mark

    Rotating Banners To Show Different In Banner Rotator

    I would need FTP and admin access to investigate further.
  14. Mark

    Rotating Banners To Show Different In Banner Rotator

    hmm child templates should work no matter what the server environment, unless you have group/ownership issues. Does your server meet our current requirements? Can you ask your host if your using a DSO php handler or suPHP/fastCGI? You can also login via FTP and look at the ownership of all...
  15. Mark

    Rotating Banners To Show Different In Banner Rotator

    hmm very odd indeed, lets try to narrow it down. Try placing just XXX in your ad_break_top template and see if it shows up and YYY in your ad_break template. Templates should probably be edited at /skins/yourskin/child/
  16. Mark

    Boostrap 3 - responsive

    Mark updated Boostrap 3 - responsive with a new update entry: usercp favicon fix Read the rest of this update entry...
  17. Mark

    Boostrap 3 - responsive - usercp favicon fix

    This update is a small bugfix correcting the favicon in the sitelist of the userCP
  18. Mark

    Bootstrap 3 - Beta

    Here you are: open skins/bootsrap/screen.css and add this line: ul.site-list li {padding:5px 5px 5px 35px;} thanks for reporting this :)
  19. Mark

    Bootstrap 3 - Beta

    no need for a screenshot, I know the class that is missing and will post shortly when I get a chance to view the code.
  20. Mark

    Removing something from title

    make a plugin: filename: stats_build_page.php content: $TMPL['header'] = $TMPL['title'];
Top