Search results

  1. Mark

    Return policy ?

    With open source software (or any software for that matter) there is no return policy.
  2. Mark

    Content of "Added Website" Confirmation Site

    Yes you can edit the skins/YOURSKIN/link_code.html (copy it to /child/ folder) to display whatever you like. If you don't need the standard linking options you can remove everything in that template and put it just what you want.
  3. Mark

    Custom Pages use the "main core"

    I'm having a little trouble understanding, but for premium members you will edit child/table_top_row_premium.html child/table_row_premium.html for regular members table_top_row.html table_row.html There you will see the links, they are just plain HTML and you can adjust as need to open in a...
  4. Mark

    Account Edit Clearing Database

    Indeed, this is not really how that function was designed to work. You should probably make your own database field for your custom script that is inserting the data OR you should add join field the edit form and simply make it hidden so the correct value you custom inserted is passed behind...
  5. Mark

    Hello?

    yeah its been really quiet this last few months, not a lot of support lately.
  6. Mark

    Account Edit Clearing Database

    I don't follow, can you post exact steps to reproduce this issue please? The whole site is never cleared and re-written, that is not even possible.
  7. Mark

    Few Errors on Account Edit

    these notices are not a big deal and should not be displayed on a production site. That said, this will be fixed up for next release. :) thanks for the heads up
  8. Mark

    ich habe da noch eine zweite idee!

    span is inline element, so you may need to make it inline-block. Also you are mssing the url segment on your background-image declaration this should work: background-image: url('/skins/default/images/pokal1.png'); width: 100px; height: 174px; display: inline-block;
  9. Mark

    Created Category count

    At the moment, you would need a custom plugin to build a category menu that would include the counts. I will move this to the feature request forum, I'm sure we had this available at one time many years ago.
  10. Mark

    navigation color

    Add this to skins/default/user.css .bg-dark { background: #000 !important; }
  11. Mark

    Problem for ad_break function

    these 2 child templates have been removed for next release.
  12. Mark

    Screenshot server update patch

    nicolecarmine.ch/blog/ site does not resolve yuamb.ch is just slow, that is the screenshot after waiting 4 seconds of load time, white with preloading gif in teh middle. blogspot is blocking our screenshot server, totally unable to resolve that domain. not sure whats going on with...
  13. Mark

    Edit button text

    admin -> content -> manage languages search for that phrase and edit as needed.
  14. Mark

    Screenshot server update patch

    nope sliders will work fine, as long as they are not massive and slowing the pageload down to a point that it doesn't finish loading in time. Can you provide a couple sample URL's that are rendering black?
  15. Mark

    VisioList 1.9 Hotfix

    Updated hotfix. Patches a small index issue in the installer/updater where users may encounter this error on install regarding index on payment logs Fatal error: Database error in "/home/xxxxxx/public_html/install/index.php" on line 1235 Specified key was too long; max key length is 1000 bytes in
  16. Mark

    Question about SEO, Description and Metatags

    I believe you mean the OG image You can add these to your child/wrapper.html template: <meta property="og:image" content="https://yourdomain.com/image.jpg"/> <meta property="og:title" content="Your Title"/> <meta property="og:description" content="Your description."/> <meta...
  17. Mark

    A weird registration issue

    yes, templates in /child/ simply override the default skins. So any edits should be made in /child/
  18. Mark

    A weird registration issue

    That is my best guess
  19. Mark

    A weird registration issue

    I just tried a test submission and indeed, got an error message with no highlighted field. As Basti mentioned above, this is most likely a custom join field added in the admin panel but not added to the join form template.
  20. Mark

    A weird registration issue

    strange, I will submit a few tests on your list today and see if I can duplicate.
Top