Search results

  1. Basti

    Vote Message - Version 1.4

    Allow for any data to be displayed which belong to this user This update allows you display any data the user holds in the database ( statistics excluded ), previously only 3 were allowed. Due to this, the old template tags did changed. If you made use of child templates for this plugin, please...
  2. Basti

    Redirect to Category after Vote

    Basti updated Redirect to Category after Vote with a new update entry: Version 1.3 Read the rest of this update entry...
  3. Mark

    Redirect to Category after Vote - Version 1.3

    Correction in category url for rare case category names Version 1.2 missed tiny bit code to handle certain category names which include characters at the end which we not want in category url. Since those characters are stripped ( also in 1.2 ) and replaced by a minus sign, categories names like...
  4. Basti

    Custom Join Field In Vote Message Plugin

    Heh, same here. Ill look into this today
  5. Basti

    Closing website / breaks favicon

    better to include it into the core right on if you ask me and post the changes here
  6. Basti

    Review VisioList

    I dont see any review from which has been approved, for the others, ill poke Mark about it ( cajkan, panzerdude, kapearl, magnum )
  7. Basti

    Custom Field Note

    At this point, this is unfortunately not possible, and is just a little helper text for the admin One workaround would be to use jquery. Open up wrapper.html and find this $(function() { on a new line below we will target the field container and insert some text...
  8. Basti

    How to get people to sign up to your toplist?

    I actually did the same back in the days, was very effective for me, maybe just luck who knows. If you do that, usually i find getting 1 big site on your list is enough. Their competitors will start to copy them and join also. And so it goes on.
  9. Basti

    Put In Share Buttons.

    This is not the hole code from addthis, there must be javascript also Read the documention again from their site But...from what i seen, addthis not works multiple times, its for one page only and not each member on ranking
  10. Basti

    [Ways to Solve] Short meta title and description problems

    Eh, you want drop a index paged because it has short meta description? Thats sounds silly. You sure he meant meta description? Thats sounds a bit odd, title maybe but description? it has no impact on rankings and is rarely even used on search results as google most of times construct a...
  11. Basti

    Do I have to reorder the script in order to use it again?

    Since you are not licenced anymore, and you not took care of backups, unfortunately yes.
  12. Basti

    Date format

    Hey, upload the attached zip through admin plugin manager and it should be changed
  13. Basti

    Default Banner Not Displaying For Imported Members

    Hey, yes sorry its a url like http://yoursite.com/pathtodefault.png ( same thing as youve set in VL admin ) And yes this query would insert a banner for every member which currently do have a blank banner field.
  14. Basti

    multiple categories (tags)

    Yes, properbly would have time during the weekend, pretty booked until then. FTP, admin, url and info which are your fields for the sorting is needed.
  15. Basti

    Bug in url field on edit form

    lol, nice error. Personally i love those mistakes, makes me feel better that im not the only one :rolleyes:
  16. Basti

    Implemented Replace submit button names

    Interesting, not just jquery, problems lies in javascript itself, "submit" is a reserved name it seems. Will put that on the list :) Meanwhile i suggest you the "real" jquery validate plugin, that guy is a genius ( has other neat plugins ) -> http://jqueryvalidation.org. I think its by far the...
  17. Basti

    Problem instalation

    Yes script is not correctly logging you in because of that error output on the page, which we would need to fix to test the language import. Contact your host. Looks like mysql was updated to mysql 5.6 incorrectly So if they just upgrade mysql ( no fresh install ), mysql uses the old library...
  18. Basti

    Problem instalation

    Hey for the start, look into your language folder. 1) is no english.php in there? - Then go into languages/import/ and copy english.php into /languages/ Since you have VL installed except the language, this will make steps easier. 2) Alright, next up please open /languages/importer.php // Set...
  19. Basti

    searchbox and layout on smaller screens of sync

    Alright, if your stuck anywhere, feel free to ask :)
  20. Basti

    searchbox and layout on smaller screens of sync

    It happens because that theme is really bad for a responsive view. For once zoom in is not so nice. I suggest you read up on responsive a bit. It aint fixable unless you properly code for screen sizes. Giving really big images max-width: 100%; for example dont use fixed element widths, instead...
Top