Search results

  1. Mark

    Data and time

    nice plugin Basti :) this is the best way to go for sure.
  2. Mark

    join.php

    also when you allow PHP to resize animated gif it seems to lose the animation :( You might want to simply hard code in your templates something like <img src="{$banner_url}" width="468px" height="60px" alt="{$title}" />
  3. Mark

    join.php

    VisioList allows members to upload banners to your server, Aardvark does not. It is not considered safe to allow everyone to upload to your server without first some user authentication. You can copy this into your join template and it should work the same way aardvark does: <div...
  4. Mark

    Categories and subcategories

    my bad :) updating my earlier post with corrected code.
  5. Mark

    A couple quick disable questions...

    to remove profile scores: open user_cp template and remove: <div id="user_cp_score"> Your profile score is {$user_cp_score} %<br /> <div id="progressbar"></div> </div> Or to make upgrades easier, add this to user.css: #user_cp_score { display: none; } To remove premium...
  6. Mark

    VisioList full release HTML5 & CSS3

    You might look into setting up a localhost using wamp server, very nice for testing than using a remote server. well in the case of the lower ranked sites, that is technically "tabulated" data and using tables is perfectly appropriate in that case, we're not using them for layout like back in...
  7. Mark

    Categories and subcategories

    ahh sure, you can edit wrapper template and remove this tag: {$category_menu} then you can manually build your menu how you like. example: <h3 class="heading">Console Gaming</h3> <ul class="category_menu"> <li><a...
  8. Mark

    VisioList full release HTML5 & CSS3

    ahh the affiliate page could very well be the problem, thanks I'll update that :) I have built a cookie based theme changer in the past, I will see if I can dig up the code for it this week and post it for you. Was only a few lines of code if I recall correct.
  9. Mark

    Categories and subcategories

    Hello, there is no support for sub categories at this time. Very few topsite lists ever get big enough to make good use of sub categories and it ends up with many empty or low populated categories. We are looking at different options for the future, most likely we will use "tags" or "Category...
  10. Mark

    category

    it is possible but you would need to create a new plugin for that, and there will probably be some side effects from doing this.
  11. Mark

    VisioList full release HTML5 & CSS3

    VisioList already uses serveral CSS3 functions, HTML5 skin was planed for mid 2012 release but of course any users can contribute HTML5 skins :) I don't believe VL is full UTF8 yet, though if I am not mistaken its just an edit to wrapper.html and ensuring the language file being included is...
  12. Mark

    Screenshots issues

    sure I'll install the flash player on the screenshot server right now. As long as the page loads within 5 seconds the screenshot will work just fine.
  13. Mark

    Twitter [DEPRECATED]

    to use 1 twitter application you need to allow your other domains to join in the fun. Login to your dev.twitter.com account and click on @Anywhere domains tab, then enter your other domains and you should be all set.
  14. Mark

    Screenshots issues

    Great! If you can do a Polish Translation that would be a HUGE help! I'll email you an updated english.php for you to translate this weekend sometime :)
  15. Mark

    Screenshots issues

    in the last 5 minutes you have requested the screenshot for http://visiolist.servebeer.com/screenshots/lineage2.org.uk.png 5 times? each time the file has rendered properly. What are you seeing that is causing you to keep making the same request? Can you post a URL to your list? i added the...
  16. Mark

    Screenshots issues

    I am rebooting the screenshot server ;) try it again in 5 minutes, generate all screenshots. Only click once and let the page load completely (may just load white page, that is ok)
  17. Mark

    Screenshots issues

    I watched your requests come through and your screenshot rendered fine 3 times in a row. then after those it seems to only produce black screen hmm, this might help track down an elusive bug. Looking at this now.
  18. Mark

    Implemented Manage Hook Positions in side colums via admin cp

    had a quick look at this while doing the activate/deactivate plugin feature but still dont really have a good idea how to handle the firing order of the plugins... Its gotta be done for sure, but I'm thinking it might be easier to let the admin simply place a tag manually in the skin rather than...
  19. Mark

    Twitter

    Please follow the instructions carefully and let me know how you get on. VERSION 1.3# Step 1) go to admin->plugins and DELETE the current twitter plugin Step 2) download the file below and upload it through admin->plugins Step 3) https://dev.twitter.com/apps - Create a new application...
  20. Mark

    problem with HTTPS

    Got the URL and I was able to submit it without error to our dev list. This looks like an issue with your server unable to resolve that domain.
Top