Search results

  1. Basti

    BUG - Many sites, Same Acc

    I have that fixed already on our 1.9 Ill post a hotfix here tomorrow and we soon release 1.9 which includes more issue fixes
  2. Basti

    Gateway is not always displayed

    ohhh there are more who use that domain? like topsites24/whatever ? Now that is a problem, then it is impossible for these guys to detect the correct username if all they send as referrer is the domain. So they either have to change their prolicy entry, or use the "unfriendly" vote link. Only...
  3. Basti

    Gateway is not always displayed

    There is the mistake, his website has this referrer policy Referrer Policy: strict-origin-when-cross-origin https://developers.google.com/web/updates/2020/07/referrer-policy-new-chrome-default This means only the domain is sent as referrer, which ofcourse does not match up with what is...
  4. Basti

    Gateway is not always displayed

    To show the gateway, a referrer is needed on when using "friendly vote link" It did send a referrer for user rank 1 german power, but something aint right Could you look into your database please? Table VL_sites, in there search for that username and let us know, what is inside the short_url...
  5. Basti

    Option without banner

    True, that is the easiest option, but with web vitals coming up, less elements the better. also dunno if a problem, but doesnt that count as invisible link? Or doesnt that matter internally?
  6. Basti

    Option without banner

    You would need a small plugin for that. If you can give me your code in use everywhere where you display a banner ( including the link surrounding the {$banner} tag, i can make one. This link + tag would need to go into the plugin and replace by a new tag inside html Please provide this...
  7. Basti

    Hits in and out ad

    Yes, not to talk about mobile friendly. We loved parabola for a long while, but its more than time to let it go :)
  8. Basti

    List Reset without CRON

    Did you had a real cron before? Check if you have in settings_sql.php this line, which prevents the "fake cron" from running. If so remove it. $CONF['cron'] = 1; If this isnt the case, which skin are you using? the default? Then all is working, and its just a mistake of wrong template tags i...
  9. Basti

    Hits in and out ad

    default theme, uses a framework called bootstrap, with lots of useful html/css paroba not using such a thing, hence you cant expect to get the same thing, you have to duplicate that yourself in css for example, you have to inspect on default theme the color codes ( right click inspect element...
  10. Basti

    Vote Message

    Well, if you take a closer look, that isnt a template tag, you inserted a space after the $
  11. Basti

    Hits in and out ad

    Well, just copy the relevant part from default to parabola
  12. Basti

    Vote Message

    Place that tag somewhere inside wrapper.html where you want the message to appear, usually above {$content}
  13. Basti

    Problem for ad_break function

    if you inspect the element after rank 3 ( right click, inspect element ), you will see the ad break works properly, you just need to edit the ad breaks files and place your stuff This is currently inside it <a href="http://oswebhosting.net"><img src="/images/os728-vlhost.jpg" alt=""...
  14. Basti

    Problem for ad_break function

    https://www.aatoplist.com/ seems to work good, ad break after rank 5 and 10, can you provide a link to your list?
  15. Basti

    Banner is missing from the list

    Yes some people do have ffmpeg, but its either broken, or has no public binary files ( it has to be configured that way ). Resulting in system reporting as ok, but actual convert does not work. Please open settings_sql.php and add this line $CONF['disable_mp4'] = 1;
  16. Basti

    Installation problem

    Hey, dein mysql ist im strickt Modus, was zu dem error führt mit 'Description'. Kannst du einmal install/index.php öffnen und die Zeile ersetzen ( Zeile 1388 oder einfach nach dem text suchen ) `description` TEXT default '', ersezte das mit `description` TEXT,
  17. Basti

    Bilingual Language translation, Spanish-English

    Hey 1) go into languages/import/ 2) copy english.php and name it spanish.php 3) admin, in the menu under content, manage languages. Click import and select your spanish file 4) admin settings, select spanish as default language 5) Now go back to admin manage languages, in the search box you can...
  18. Basti

    Simpler page link to site ?

    Correct, they keep using the link code they already have ( the one they get after registering or insnde user panel ) Once someone clicks it, the system will try to get the reffering site the user came from and checks that against the db to get the member with that website url, that way we can...
  19. Basti

    Simpler page link to site ?

    https://visiolist.com/community/resources/redirect-to-category-after-vote.22/ should work just fine and work without the gateway page also
  20. Basti

    Add background to skin

    Before you do anything more, fix your base layout wrapper, see pm. Before you not have proper html elements setup, do not attempt anything other. The more you add to broken base, the worse things become Once that is done, add the background image like you did, to the body element The reason the...
Top