Results 1 to 5 of 5

Thread: free template update for indexu 1.3.1 release.

  1. #1
    Join Date
    Jul 2008
    Posts
    117

    Default free template update for indexu 1.3.1 release.

    free templates has been updated for indexu 1.3.1 compliant.

    the templates can be downloaded at nicecocer.com client area.

    here the list of updated template files :

    - main.css
    - add_form.html
    - bad_link_form.html
    - register_form.html
    - review_form.html
    - sendmail_form.html
    - suggest_category_form.html
    - tell_friend_fav_form.html
    - tell_friend_form.html
    - tell_friend_site_form.html
    - block/block.tell_friend.html

    this minor template change is for supporting new recaptcha library that has been added at indexu deluxe 1.3.1 release.

    thanks.

  2. #2
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    Will there be a detail file on the changes in those files? Due to changes made in my template, I'm unable to just overwrite my existing stuff.
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  3. #3
    Join Date
    Jul 2008
    Posts
    117

    Thumbs up

    hello frank,

    here the template code change in template updated files, just change indexu default captcha code block below :

    HTML Code:
    <div>
      <label><img src="captcha.php" alt="" /></label>
      <span><input type="text" name="captcha_key" value="" /></span>
    </div>
    to

    HTML Code:
    <%if $enable_recaptcha%>
      <div style="float:right">
        <%$recaptcha_html%>
      </div>        
    <%else%>
      <div>
        <label><img src="captcha.php" alt="" /></label>
        <span><input type="text" name="captcha_key" value="" /></span>
      </div>
    <%/if%>
    this mean, if recaptcha library is enable then recaptcha html code will be load, if not then default indexu captcha library will be load.

    i use add_form.html from kosmos template for example, you can change your template files and adapted with your css layout.

    thanks.

  4. #4
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    Nice and simple, thanks maulana

  5. #5
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    Yes... thank you very much!!
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

Similar Threads

  1. mobi template update
    By maulana in forum Indexutemplates
    Replies: 5
    Last Post: 02-27-2009, 05:32 PM
  2. Finally here is the .PSD for the Free IndexU Template
    By John Milton in forum Templates
    Replies: 28
    Last Post: 08-28-2008, 01:42 PM
  3. FREE template
    By inspireme in forum Templates
    Replies: 14
    Last Post: 06-16-2007, 03:58 PM
  4. INDEXU v3.2 Release!
    By dody in forum Announcements
    Replies: 11
    Last Post: 08-27-2004, 05:53 PM
  5. New release update?
    By craven in forum v5.x
    Replies: 2
    Last Post: 11-21-2002, 05:30 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •