Search results

  1. Mark

    Typo in vote_message_fail

    you can find any core language entries by going to admin -> Content -> Manage languages then search for part of the phrase. this will let you change the wording for any of the "core" verbiage. If its from a user contributed plugin (like this appears to be) you need to navigate into the...
  2. Mark

    Every Vote Site Showing Same Screenshot

    You can replace sources/in.php with this file to fix this issue.
  3. Mark

    Every Vote Site Showing Same Screenshot

    Hey There, thanks for reporting this, that is indeed a bug. I will have this fixed up and a patch posted this weekend.
  4. Mark

    Screenshot server update patch

    Did you create an API key and enter into your admin?
  5. Mark

    Return policy ?

    Once you open a chargeback case claiming the product is not as described your payment is frozen which means your membership and access to download resources is also frozen. You have escalated your refund to paypal, so that is now where this will be resolved.
  6. Mark

    Content of "Added Website" Confirmation Site

    Hello, did you try editing the link_code.html template? Simply open it up, and add your link however you want it to be displayed. Its just plain text / HTML so should be simple enough. empty anything in that template and put this in: link to: https://yourdomain.com/ if you need...
  7. Mark

    Return policy ?

    With open source software (or any software for that matter) there is no return policy.
  8. 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.
  9. 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...
  10. 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...
  11. Mark

    Hello?

    yeah its been really quiet this last few months, not a lot of support lately.
  12. 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.
  13. 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
  14. 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;
  15. 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.
  16. Mark

    navigation color

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

    Problem for ad_break function

    these 2 child templates have been removed for next release.
  18. 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...
  19. Mark

    Edit button text

    admin -> content -> manage languages search for that phrase and edit as needed.
  20. 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?
Top