Search results

  1. Basti

    Help with a plugin

    Your welcome :)
  2. Basti

    Help with a plugin

    Yes you are triggering parsing errors on these 2 lines $facebook_row = '<a href="{$facebook_clean}"><img src="{$skins_url}/{$skin_name}/img/facebook16.png" /></a>'; $twitter_row = '<a href="http://twitter.com/{$TMPL['acf_twitter']}"><img src="{$skins_url}/{$skin_name}/img/twitter16.png"...
  3. Basti

    stats pages

    Think i found the issue. You previously used vl 0.8 yes? so you upgraded vl to 0.9? as it look, you forgot a update step, namely #3 from http://visiolist.com/docs/VisioList-09-Version-Info That tag is not supported anymore and break the overall stats page
  4. Basti

    stats pages

    Cajkan msg wasnt a solution, he mistook it. What he quoted in his post are 2 required javascript files. Looks like there is something else going on, clearly the javascript on the overall stats page is breaking for some reason
  5. Basti

    Logged in elements

    Uhm in that case i suggest you something entirely different // This time no intialize is needed, because we use an if, else // If user is logged in if (isset($_COOKIE['atsphp_sid_user_cp'])) { // Logout button $TMPL['top_buttons'] = '<a href="#" class="button"><span style="color...
  6. Basti

    Logged in elements

    It goes the same way, you have your code Now initialize your new tag like above and then the new tag goes exactly where the other one is. Everything in between the "if" is only seen when user is logged in. If he isnt, the template tag is a blank variable ( the initialized tag )
  7. Basti

    Logged in elements

    2 issues i see here 1) if you run on visiolist 0.9 the filename is wrong. stats_compile_stats hook dont exist anymore - in case you want it only be hidden from stats ( details in 0.9 ) the filename has to be details_compile_details.php since it run from sources/details.php and the hook within...
  8. Basti

    [Virus] Index.php

    Its likely a trojan which affects explorer.exe and / or collects ftp cache data. do a system scan and then change your ftp password. Then upload a fresh copy of index.php On another note, linux systems seems to have quite a few exploits http://securitytracker.com/archives/category/2.html Not...
  9. Basti

    Server Check

    That page has nothing to do with this project, nor does the default php work with visiolist if you simply upload the code files. All has to go into a plugin ( php code ) and make it work with visiolist. On top of that its a different class and this minecraft protocol was not based on that, its...
  10. Basti

    [Problem] Facebook Advertise newest members

    Plugin has been updated. http://visiolist.com/community/threads/facebook.204/page-2#post-5608 It seems facebook allows never expiring tokens again. Because a second click on allow permissions returned no expiration date, this issue appeared. The token was actually still valid, but no expire date...
  11. Basti

    Facebook

    Plugin update You no longer need to extend your token after 2 months. It seems there has been a change on facebook regarding this. So its one time allow permissions and it will keep it as long you allow the application. Historical data has been kept commented ( not running ) in the code ( like...
  12. Basti

    Screenshot Server Maintenance

    Screenshots is a very expensive and much to manage service. Mark is not yet online, please stand by. Most likely he havent approved your new key also
  13. Basti

    [Google] Duplicate content

    1. all old links have a 301 redirect header. Over time google will update it 2. yea this isnt handled very good. We need to issue a 404 not found on non existant users, which currently is not there, just a simple message. About remoing them, i dont use webmaster tools so often, but i think...
  14. Basti

    Adding new Advertising Zone

    At the moment, there is no easy way, as you would need to duplicate the code your find the Ads plugin. A future plugin update might handle that though. This would not work anyway, even with more zone. Not without a different plugin. This will be handled with premium feature later
  15. Basti

    SEO Plugin

    And what is custom text to you? Why not simply extend the categories description?
  16. Basti

    RSS Feed Importer

    There is an error on the naming of one the files, open up the folder in your ftp, the file "details_compile_stats.php" should be named "details_compile_details.php" ( without quotes ) Ill update the plugin later today
  17. Basti

    I want a refund

    Hi Adam, Upon buying its stated clearly that its billed yearly and you could have noticed us earlier that your not happy with the product and dont wait a year. Its not us who keep info but swreg, for that purpose. If you log into swreg you can issue a refund ( recurring automatical disabled...
  18. Basti

    Carousel 2 - Rotating Screenshots

    No problem at all, we all started somewhere :) For this edit the following part in the same file <div id="mycarousel" class="jcarousel-skin-tango"> <ul> {$small_items} </ul><br /> </div> If you place it after the <br /> tag it should appear below the...
  19. Basti

    [Virus] Notice

    Hmm, we dont even have a favicon stored. Maybe its something on your pc? trying to include a favicon into the website? Anyway, had a quick look at some files and found nothing strange, but iam sure mark will run a scan. Spammer is now banned
  20. Basti

    [Problem] Facebook Advertise newest members

    Unfortunately i can only hand 1 like per post :)
Top