Search results

  1. I

    Files changes on v3.5

    Hi, Can you please tell us what files were affected on this version? This way the people who has custom changes can narrow down the need to search for changes in all the files.
  2. I

    Ability edit and translate email responses

    It would be great if we could have the ability edit and translate the automated email responses. - Registration. - Lost password. And all the system automated messages.
  3. I

    Change user status in bulk

    User manage page, should have a check box on the left side of each user and we should be able to change the users status in bulk instead of doing it one by one.
  4. I

    Submit banned words in bulk

    What if I have a long list of domains that I want to ban? for example 500 URLs. I need to enter them one by one to be able to ban each domain. Instead of a Text box to add just one word or domain, it should be a Text Area box to be able to include various domains or words one per line. And...
  5. I

    Show same shorten URL for the same long URL

    Just like bit.ly is doing it. If you shorten a long URL without being logged in the script should verify if the same URL was asked to be shorten before and then if there's the same URL in the DB it should give you the same short URL, e.g. If anonymous user wants to shorten the URL...
  6. I

    Text not localized

    On file: Short_Url_Site_Script_v3_0\index.php Line: 170 Agree with our<a href="terms.<?php echo SITE_CONFIG_PAGE_EXTENSION; ?>" target="_blank"><?php echo t("terms", "terms"); ?></a> Text "Agree with our" is not localized and for this reason we can't change the text language using the...
  7. I

    How to add a new Theme?

    Can someone tell me how can I add a new theme? Is it possible to create a child theme? What files do I need to modify to change the whole layout without affecting the core script files?