Search results

  1. Basti

    adding random votes

    new_day.php ( via a plugin ofcourse ) $my_site_votes = 5; $DB->query("UPDATE {$CONF['sql_prefix']}_stats SET unq_in_0_daily = unq_in_0_daily + {$my_site_votes}, tot_in_0_daily = tot_in_0_daily + {$my_site_votes}...
  2. Basti

    Reset members activity

    Right, my bad. But looking closer this thing will not work. By the time we get"$old_status" it is already updated and $old_status and $TMPL['active'] will have both the same value. You may need to rename the plugin file to admin_edit_process_form.php So the inactive query can run before the main...
  3. Basti

    plugin = Tags Cloud

    Still suggest you to wait. Hard coding is no solution as custom join elements in admin will use a different column naming than you have. Though you could delete the column the admin creates and rename your old one, that would work, but is yet again bit of extra work for you then
  4. Basti

    plugin = Tags Cloud

    Uf, i dont even know anymore how things look in vl 0.6. But a quick glance shows, almost each and everything you tried there is completely wrong ;) Dont have the time to go look deeper into this currently, sorry. But a week or what ( dont know how long you need to collect 30$ ) doesnt hurt not...
  5. Basti

    plugin = Tags Cloud

    Please forget it until you upgraded :) You life will be SOOOO much easier. Simply make a custom join form element in admin and you have your new stuff. Then you can make a plugin to do something with those tags members submitted. Link them up, leading to search form maybe, or whatever. Or just...
  6. Basti

    Custom Search

    In short, yes. Not more to say with the bit of info you provided You can edit the search in any way you need. All the needed plugin hooks are provided in search.php
  7. Basti

    Reset members activity

    Then you will need a plugin to grab inactive status before updating the site http://visiolist.com/community/threads/live-stats-plugin.1584/#post-10102 see here for plugin structure Point #1 - #5 Just rename the plugin name #6 file admin_edit_process_form.php // Old status...
  8. Basti

    Error after moving hosting

    Your update, at some point, didnt imported a few language phrases. Those lines are all language text Go to manage languages and import english.php again, that should add any missing phrases you may have throughout your list You see them now most likely due a newer php version on new hosting. I...
  9. Basti

    Reset members activity

    That only happens if they sent a hit in or have a pageview. They are inactive, changing their status manually should not change that.
  10. Basti

    Social Media

    No need for a plugin :) 1) First off you would create your custom join fields from within admin panel. A Simple textfield with the validation method of URL/IP 2) Now once you created the field the page will tell you what the template tag is for this field so it will display. 3) In...
  11. Basti

    Live stats plugin

    Ye execpt num members you will have to create plugin for that purpose. And plugin you can only use if the forum shares the same database as visiolist. Then you simply query those tables and make a count. VL same database as forum Create this in the plugin directory 1) Folder named LiveStats...
  12. Basti

    Live stats plugin

    Please explain what you want to do. the words "Live stats" and your "description" doesnt match up. What you regard as "Live stats"?
  13. Basti

    Fatal error - URGENT HELP REQUIRED!

    Call to undefined function iconv() You changed hosting? Any server updates? The iconv library seems to be missing on your server installation, which is used for the stats months names on details page. Or there was a server error, restart or anything and this module did not start correctly. Or...
  14. Basti

    Splash Pages

    Hi, as long as it not promote anything we cant offer, i see no reason why we should not allow it
  15. Basti

    Limiting Title Character Limit?

    Yea really, dont understand this. claim "unauthorized transaction" when he clearly had the product. This is what makes me hate the internet sometimes. People think they can do whatever they want. Wonder if he would also claim such things when he hire a electrician or any other real world company.
  16. Basti

    Ok Visiolist :)

    Much appreciated :)
  17. Basti

    Making some themes

    Cant wait to see your work :) Responsive... i'am one of the few people on this planet running around without any mobile phone :) I find this responsive work annoying, but these days its a thing appreciated and requested by most people... unfortunately :P
  18. Basti

    Premium Title Text

    Good catch, it should have black shadow to look good like top menu. I have updated my first post to include that Also your menu hover on top should not have a white text color on white background. Text shadow should also have a slight change. you have this in your user.css #navigation li...
  19. Basti

    Premium Title Text

    .premium_title { text-shadow: 1px 1px 2px #000; } .premium_title a { color: #fff; }
  20. Basti

    Editing the Register Panel

    Short answer, no. Url is required in several instances. Why would want to do that
Top