Search results

  1. Basti

    No Vote-Link

    Sorry? Not understand your question
  2. Basti

    kvalitetslankar.tk

    Yes your member area access expired on January 6th since you stopped subscription, you can go through the buy proccess again to get access again If you not wish for subscription again, make sure you select the proper option so you not need to manually cancel it.
  3. Basti

    WYSIQYG Editor for users

    That would be one option, yes. The original description field is no use for an editor, unless maybe bbcode editor, but none which uses html. As we strip all html
  4. Basti

    Working On It Personal Profile Page W/Favorites

    Ya there are many things not addresses which we would like to have implemented. Back then vl 2.0 which has a normal user register function, wasnt even thought about, so i think this is nothing for the current state of this product. While it would work, it really makes the database grow really...
  5. Basti

    Stop counting visits

    Yes After some thought, even with vl 1.4 you couldnt use this tag as its defined as $TMPL["unq_{$ranking_method}_0_{$ranking_period}"] As you see the "0" is hard coded and i see so easy method to allow something else here. So you would have to use static tmpl tags {$unq_in_1_daily}...
  6. Basti

    Stop counting visits

    Here it is. Once uploaded your list ranks by unq_YourRankMethod_1_YourRankPeriod , which is last day/week/month, depending on your period. Also note, with VL 1.3 and this plugin, you cant use the {$this_period} tag, it would show false data
  7. Basti

    Bootstrap skin stats help

    Target the fb widget in your user.css That widget by default is display: block and needs a change #plugin_facebook_like { display: inline-block; vertical-align: top; margin-top: 2px; } the alignment top is because the widget by default has a bottom alignment and the little margin...
  8. Basti

    integration in php fusion

    Falls du ein converter von php fusion toplist zu visiolist meinst, bitte einmal admin "Mark" ( ohne anführungszeichen ) via conversation kontaktieren. Ich glaube er da sowas rumfliegen, bin mir aber nicht 100% sicher, da er die umwandlung von anderen scripts immer übernimmt. Wenn du ihm...
  9. Basti

    Important - Change to the affiliate system

    If memory serves right $20 it was. At least the old system, new one i got to look up myself. So dont take my word on it :)
  10. Basti

    german locale

    http://visiolist.com/community/threads/german.461/ dies hier. Je nach dem welche plugins du nutzt müssen die vlt noch ein update bekommen, aber ich glaube wir haben jeden plugin mit deutschen sprachdateien.
  11. Basti

    Stop counting visits

    Ye, thats because the list still ranks by unq_pv_0_daily and not unq_pv_1_daily You would need a plugin to change the ranking method, got that flying around and can post that tomorrow
  12. Basti

    Benutzerdefinierte Felder / Custom Field

    Genau wie leonor sagt, und in die datei kannst das gleiche packen wie details_compile_details.php Falls gebraucht kannst du auch eine andere html machen falls das html dort bissle anders ausschauen soll $TMPL['social_button'] = $this->do_plugin_skin('./plugins/MyPluginName'...
  13. Basti

    Benutzerdefinierte Felder / Custom Field

    Naja, eigentlich ist beiddes das gleiche. P.s in deiner if abfrage, müsses 2x & sein
  14. Basti

    Benutzerdefinierte Felder / Custom Field

    Es sind nicht mehr als das, felder. Keine funktionen. Dein problem ist, das du das html direkt in stats.html schreibst, anstatt ein plugin zu benutzen Hier ein kleines beispiel 1) plugins/MyPluginName/ 2) plugins/MyPluginName/languages/ 3) plugins/MyPluginName/languages/english.php Hier...
  15. Basti

    Multiple Homepage URLs google error

    Thats nice to hear, would love getting some more feedback on this :)
  16. Basti

    Multiple Homepage URLs google error

    Yea, normally that would solve it, no use indexing vote urls, but been reported that this somehow not work ( while it should ). Think that was you? Dunno I gave it some thought a while ago and i think this is what happens. Maybe you want to try it before we include this as last edit into 1.4 (...
  17. Basti

    ApexWebGaming.com

    <div class="box third end"> <div class="small"> <h3>{$lng->table_stats}</h3> <ul> <li>{$lng->main_executiontime}: {$execution_time}</li> <li>{$lng->main_members}: {$num_members}</li> <li>{$powered_by}</li>...
  18. Basti

    Can not seem to get table to align

    A url would defenetly help to inspect element. As a sidenode, <td width="174px" i am not sure this is valid ( the px in there ). Been long time since i used fixed tables widths so i could be wrong Based on the classes i see, i guess you use bootstrap. Why not make use of their col- management...
Top