Search results

  1. Basti

    Bug Fix Problem with the vote Button Code...

    xryskom, the change you mentioned has been integrated into the login function, so the session username is the one who member registered with.
  2. Basti

    Default "Strap" not always aligned properly in chrome

    Actually the same thing happens on our dev list, was definitely working before, so maybe browsers made their html more strict. Now it actually the correct output, before browsers fixed it for us. We float the badge right, but its after the banner code, hence floats right under the banner...
  3. Basti

    SEO Plugin

    Yes meta keywords are supposed to be seperated by comma. Keywords can be, well, a keyword, so just one word. Or a phrase of text "my super keeyword, hey this another keyphrase".
  4. Basti

    Bug Fix Join Language Flags problem

    Ok please unzip the attached file and upload it to your visiolist root ( where settings_sql.php is ). Then run in your browser yoursite.com/fix.php Please note it will output nothing, just a blank page. After it ran, delete that file please. That will alter the database so the join_fields table...
  5. Basti

    Bug Fix Join Language Flags problem

    Ah, you've hit the database max length value of 255 chars. We will correct that in the next release. With so many possible options it is not enough. Will give you instructions in a few minutes
  6. Basti

    https

    Someone here had made https, was working just fine, change your list url to https, and a bit of htaccess to redirect http to https. If i remember correctly
  7. Basti

    [SEO] Prepare for the new Bing Feature

    hmm, some rewards are mentioned there, but not gonna use bing for those. Would love to see all rewards, but again unsupported country :P
  8. Basti

    Unclutter - Get Inactive Website Status

    First off, please do us a favor. We will later update this plugin also with this when next VL is released. This is to fix a few errors. 1) In the file sources/admin/inactive.php eval (PluginManager::getPluginManager ()->pluginHooks ('admin_manage_build_page')); That hook is use by another...
  9. Basti

    [SEO] Prepare for the new Bing Feature

    Same, mind sharing some info cajkan?
  10. Basti

    How do I make your script work in the template of another script.

    Hmm, so you just want your blog navigation on your toplist navigation? In that case you would need to make a plugin to grab the blog navigation links and include them via a template tag. The rest is really just html css and you could basicly just copy the proper parts
  11. Basti

    Wrong ranking of hits

    This is the fault of what template tags you use. You use monthly for "out", but the list is ranked weekly. So when you click rank by hit outs in the sidebar, the script orders them by weekly. But you display monthly template tag, hence it looks unordered. So the ordering is correct, but you...
  12. Basti

    Alle out/klicks zählen

    Cron wird genutzt falls du nicht den "fake cron" nutzen wirst. Im großen und ganzen prüft ob das skript ob es ein neuer tag ist, falls ja eventuell list resetten etc. Dies funktiert aber nur wenn auch jemand deine domain besucht ( script musst ja aufgerufen werden und was auszuführen ). Das...
  13. Basti

    Wrong ranking of hits

    Looks like you rank by average and not only "this month". Look in admin settings under the ranking method options. There is another select box which says Average and This month. Also i think you maybe have the wrong template tag for total hits in, can that be? If i look at rank 1, that is the...
  14. Basti

    Alle out/klicks zählen

    Richtig, oh man wie verbuggt :oops: Durch keinen geschlossenen label wandered das "checked" immer nur letzten option innerhalb des form tags. Vollkommen richtig gelöst Die meisten browser beheben das automatisch, dennoch werden wir das mal ieber berichtigen
  15. Basti

    Looking to buy Template or hire someone to make one for my top

    I dont mean clone code, i mean a obvious website copy in regards to looking the same. The issue is not google but DMCA and possible termination of your hosting
  16. Basti

    Looking to buy Template or hire someone to make one for my top

    Custom work by VisioList staff is at $25/hour. If you already have a premade html template, it can integated for VL for roughly 50-100. Depends on the complexity of the design, and if plugin need to be taken care off to match design. In that case i could help you out. ( except logo designs ) Or...
  17. Basti

    Link Code is complicated

    Yes as mark mentioned, simply remove the button part if you not require pageview counting. link_code_type_link.html A simple link as that works as we check the site from where the voter came. If it matches a record, a hit in will be counted
  18. Basti

    Carousel 2 - Rotating Screenshots

    Your clearly right, this was one of our first plugins i believe and it needs lots of love :) Especially put the html into a html file, so you can more easily edit the html and or add your title to the hole thing On a quick note, css knowledge might be needed to do specific thing, such a...
  19. Basti

    Stats update

    Yea, as far as i know you cannot even delay a given mysql query to perform xx minutes later. What you may observe on other lists is cache, not memcache ( hard to configure ), but normal website content cache. Serves a cached version of the site from 5 minutes ago, 5 mutes later grab a fresh...
  20. Basti

    Alle out/klicks zählen

    Werde das mal für die nächste version abändern, danke für den tip. Kein plan was hier passiert ist, macht keinen sinn :/ Öffne mal rate_form.html <form action="{$list_url}/{$url_helper_a}stats{$url_helper_u}{$username}{$url_tail}" method="post"> In der Zeile hast du...
Top