Search results

  1. Mark

    Custom Page Question

    I'll also add splash pages to our plugin todo list, but free plugin development is in the back seat at the moment while we focus on core features.
  2. Mark

    Custom Page Question

    Hi Pauline, banners is already available and can be configured from admin -> buttons -> settings. The users can pick their banner from the user control panel. Splash pages are a nice idea, but it would require a little bit more work and plugin development, I would say that would require...
  3. Mark

    adf.ly integration - monetize your out clicks

    I agree, but that is why this is an optional plugin and not a core feature
  4. Mark

    Change sender's name in welcome email

    included in 0.8 release :)
  5. Mark

    Long Description + BBcode

    no problem, it could have been an issue with the plugin manager, sometimes nested folders dont get handled nice with PHP's ZIP module.
  6. Mark

    Long Description + BBcode

    Looks like your missing the images folder, it should be in LongDescription/images/
  7. Mark

    Change sender's name in welcome email

    try this: open sources/skin.php and find: //$headers .= "From: {$CONF['your_email']}\r\n"; mail($email, $subject, $body, $headers, "-f{$CONF['your_email']}"); replace with: $headers .= "From: {$CONF['your_email']}\r\n"; mail($email, $subject, $body...
  8. Mark

    Premium Listing

    youneed a comma between all of them except the last one, follow the pattern ;) it should be 'stats' => 1, 'sendmessage' => 1, 'user_cpl' => 1, 'premium_rankings' => 1
  9. Mark

    If you host with Godaddy your site is down

    Anonymous has brought down the entire godaddy network 1 hour ago. All sites hosted with godaddy are offline...
  10. Mark

    Premium Listing

    if you look you will see where it goes: $action = array( 'admin' => 1, 'in' => 1, 'join' => 1, 'lost_pw' => 1, 'out' => 1, 'page' => 1, 'rankings' => 1, 'rate' => 1, 'search' => 1, 'stats' => 1, 'sendmessage' => 1, 'user_cpl' => 1 )...
  11. Mark

    Premium Listing

    yes you need to re-edit index.php if you didnt use a plugin. premium-rankings => 1, I will make this into a plugin and post it now so you dont need to re-apply this edit each update.
  12. Mark

    Premium Listing

    what happens?
  13. Mark

    Stats Problem

    Good catch
  14. Mark

    Any tips on getting your topsite known

    Email potential members inviting them to list their site, you might also consider adding a 10 or so really popular sites from your niche at the start to make things look active. (may want to hide the stats at this stage and bring them back later once you have some real members)
  15. Mark

    Website Analytics Tracking

    I prefer awstats, and typically believe it to be more accurate. Google Analytics is great to, but I can get the info I need faster with awstats.
  16. Mark

    Working On It Premium Coupon Feature

    I was thinking a coupon code the admin can create that equals any dollar amount they like. Since premium prices are different on every list. example Coupon code: 872sj278 is redeemable for $25 since premium sites do not necessary get #1 spot there is no need to worry about rotating that...
  17. Mark

    MaxLeech

    Iguess style is always subjective, I have always liked sidebars on my forums.. I woudl actually welcome those stats being visible on more than just forumhome. But then again I have no shortage of screen real estate. Check full image below for a giggle
  18. Mark

    Working On It Premium Coupon Feature

    nice idea, we are releasing a plugin shortly that will allow new signups to enjoy a free tiral of the premium listing, but a coupon system would be really nice. I will add this to the list, unfortunately I cannot give an ETA on this, there are several other major improvements ahead of it...
  19. Mark

    MaxLeech

    I like xenforo much more than VB4, many of the good developers from Vb3 are now active on xenforo (You might be aware of the crazy history with Kier and Mike with this project). I used to do a lot of styles and mods for Vb3 but have no time for either Vb4 or Xenforo customizations these days...
  20. Mark

    MaxLeech

    also top right - the help link is red text on red background
Top