Search results

  1. Basti

    Redirect to Category after Vote

    Basti updated Redirect to Category after Vote with a new update entry: Fix when a user does not exist Read the rest of this update entry...
  2. Mark

    Redirect to Category after Vote - Fix when a user does not exist

    When a user does not exist when voting, this plugin simply redirected to site.com/category/ Since a category not exist for a not existing user, obviously, the category name was not the url. And can never be. This updates fixes the issue and simply redirects to main page, we dont want visitors...
  3. Basti

    first time installing, blank screen after inputting db info

    Very very odd. Thanks for the report, we will investigate and see if we can reproduce this ( maybe some specific browser setting of chrome you have )
  4. Basti

    Show errors on in.php

    Alright, please add this hook eval (PluginManager::getPluginManager ()->pluginHooks ('in_gateway_start'));
  5. Basti

    Show errors on in.php

    Ah right, wrong use of a non static within a static function. This will do $base = new base; $base->error('text here'); But it will display error on the wrapper file, not the gateway template. So you might not want to use this if you want to display an error there. That would also...
  6. Basti

    Show errors on in.php

    base::error('text here') it is. May i ask what you want to do? If its plugin hooks you need, we can always add them, but i advise not to modify in.php, unless you just want to test.
  7. Basti

    [SEO] Prepare for the new Bing Feature

    Not bad at all :) gratz
  8. Basti

    fatal errors causing downtime

    "Moving to support" Those errors you showed in your post are not related to the sendmessage plugin, but simply php notices that a variable have not been defined ( no fatal error ). And are caused in user control panel upload banner. There has been quite a few which all got fixed in vl 1.4 (...
  9. Basti

    Welcome Text

    Ah those files. They can show info when user is logged in, or not logged in. welcome_logged_in.htm Currently that shows the "Welcome username and menu" at the very top when a user is logged in. So only stuff for logged in users, in this case a navigation. welcome_not_logged_in.html shows the...
  10. Basti

    Welcome Text

    Url might also help to clarify about what text we speak
  11. Basti

    How-to: Create your Facebook Application

    Tutorial has been updated in accordance to the latest Facebook permission changes and our plugin update http://visiolist.com/community/resources/facebook.14/update?update=79
  12. Basti

    Facebook

    Basti updated Facebook with a new update entry: Facebook SDK update and important procedure changes Read the rest of this update entry...
  13. Basti

    Facebook - Facebook SDK update and important procedure changes

    Updates 1) Using the new facebook php SDK (v.3.2.3) 2) Admin allow permissions workflow has been recoded to use the SDK offered functions. - Offers far better stability across systems - Before we issued the curl request manually which could lead to fail permissions where the host server required...
  14. Basti

    Vote Message

    Basti updated Vote Message with a new update entry: Fixes PHP Notice - When session started already Read the rest of this update entry...
  15. Basti

    Vote Message - Fixes PHP Notice - When session started already

    This update fixes a issue if any other plugin started a session already with session_start() Since this one also does this, it triggers a php notice that a session already started. A proper check has been included and updating is highly recommended. Especially if you use latest Facebook plugin...
  16. Basti

    Premium badge is being pushed down

    There was a recent browser update or something which resulted in more strict coding. Please see here and apply the fix posted http://visiolist.com/community/threads/default-strap-not-always-aligned-properly-in-chrome.1717/#post-10929 EDIT: Ah i see Mark posted the link also -.-
  17. Basti

    Platzierung nach Durschnitt (IN/OUTS)

    Joa wusste das du geteilt meinst. Wie gesagt muss man mal ein plugin basteln, da unser durschnitt sich auf die letzten 10 tage/woche/monat bezieht. Wenns geht auf VL 1.4 warten, weil dort änderungen drinne sind die man braucht um mit der raning methode rum zu spielen. Sollte diese oder nächste...
  18. Basti

    Vote Button to open a new window

    You would to open link_code_type_link.html , or link_code_type_static.html ( whatever buttons you use ) and add the attribute to the code. But existing members would need to edit the vote code, this is only for new members Additionally, you might want to install a frame breaker in your...
  19. Basti

    Tag´s for in and out

    The tags yes, but the tags not influence the ranking method. In admin settings, under the "Ranking method" setting, you have "Rank by average or by just this month". If you want the list reset to zero on new month you must select the other option beside average As for join date, you never ever...
  20. Basti

    Platzierung nach Durschnitt (IN/OUTS)

    Es gibt ein durchsnitt, guck mal in admin settings unter der ranking methode. Ist allerdings nicht (in/out) x2 Dafür müsste mal ein plugin bauen
Top