Search results

  1. Daegaladh

    A few problems after 0.8 update

    Nope, the charset is utf-8. I think it's because those values are gotten from Paypal in user_premium.php and need to be converted into utf-8: $TMPL['firstname'] = utf8_encode($keyarray['first_name']); $TMPL['lastname'] = utf8_encode($keyarray['last_name']); I'll test that tomorrow. PD: I...
  2. Daegaladh

    A few problems after 0.8 update

    I've found these bugs on v0.8: -$amount and $url don't show neither on payment_premium_ok_auto.html, payment_premium_ok_manual.html, join_premium_email_admin.html, join_premium_email_user.html, etc... Edit: $url works on join_premium_review.html, dunno what it doesn't on the rest :S Edit2...
  3. Daegaladh

    Implemented Maintenance mode

    As I said, to show a maintenance page while updating or configuring stuff and avoid people to see things broken.
  4. Daegaladh

    Implemented Maintenance mode

    I would be very useful that you could set the list in maintenance mode and show a page while you're updating or configuring something.
  5. Daegaladh

    Improved Ads plugin

    Thanks Morus, I'll use that script meanwhile
  6. Daegaladh

    Implemented Captcha in vote page

    Yeah, but I mean this should be in the core since there are a lot of auto-voting scripts for Aardvark that still works on Visiolist and people are using them, specially on game toplists.
  7. Daegaladh

    Implemented Captcha in vote page

    No, that's for registration, I mean for the voting page (gateway page).
  8. Daegaladh

    Implemented Captcha in vote page

    It would be useful to add an option in the config to use captcha in the voting page to avoid bots for voting.
  9. Daegaladh

    Improved Ads plugin

    I think it would be very useful to improve the Ads plugin with these features: -Ability to add/delete zones or campaigns -Selling page for users can directly pay for advertising: An user select the zone he wants, enters the url of his banner and the url of his site, select the duration of the...
  10. Daegaladh

    Short description on featured member

    How can I modify featured member skin to show short description instead the long one, because it's too long! Thanks. PD: I think you should change this in future versions.
  11. Daegaladh

    Change sender's name in welcome email

    Yeah, it worked, but what I want is that it shows the name of my list as the sender. Edit: I figured out by myself, thanks. $headers .= "From: {$CONF['list_name']} <{$CONF['your_email']}>\r\n"; Btw, you should use this by default ;)
  12. Daegaladh

    Change sender's name in welcome email

    How could I change the sender's name in welcome emails? Because it appears as the hosting default name instead of my list name. Only happens with welcome emails, but not with admin emails, etc. I'm using 0.7 final. Thanks.
  13. Daegaladh

    StopForumSpam API integration

    Ok, thanks.
  14. Daegaladh

    StopForumSpam API integration

    Found a little bug. Warning: file_put_contents(plugins/StopForumSpam/spambots/a@a.com.txt) [function.file-put-contents]: failed to open stream: No such file or directory in /x/sources/join.php(180) : eval()'d code on line38 This is because in join_process_form.php folder is named StopForumSpam...
Top