Site of the Day

Aviva Strongest Directories

IndexU Tips & MODs

What's Up

Blog Calendar
May 2008
M T W T F S S
« Apr    
 1234
567891011
12131415161718
19202122232425
262728293031  

Blog Archives

Pagerank Statistics
PR 7
   
1 site(s)
PR 6
   
4 site(s)
PR 5
   
34 site(s)
PR 4
   
87 site(s)
PR 3
   
153 site(s)
PR 2
   
87 site(s)
PR 1
   
40 site(s)
PR 0
   
115 site(s)

Hide Payment on FREE Listing

 Sunday, March 2nd, 2008

This one is suggested by one of member here. The idea is to hide the payment gateway section when user choose free listing type, and only show them when paid listing selected. A simple but very useful suggestion, so we decide to implement this mods.

Here is how to implement it :

  1. Edit /themes/your_active_theme/add_form.html template, there are 3 changes in this file.
    Change #1 :

    Content visible to member only. Please register and login first.

    To :

    Content visible to member only. Please register and login first.

    Change #2 :

    Content visible to member only. Please register and login first.

    To :

    Content visible to member only. Please register and login first.

    Change #3 :

    Content visible to member only. Please register and login first.

    To :

    Content visible to member only. Please register and login first.

  2. Edit /ajax.php script.
    Change :

    Content visible to member only. Please register and login first.

    To :

    Content visible to member only. Please register and login first.

  3. Edit /themes/your_active_theme/ajax.js javascript.
    Change :

    Content visible to member only. Please register and login first.

    To :

    Content visible to member only. Please register and login first.

Done.
This mods is built based on IndexU default 'kosmos' template, so for other templates you'll need to adjust it a little bit.

We hope this mods will be useful for you.
If you have question or suggestion, just let us know.

3 Responses to “Hide Payment on FREE Listing”



  1. Chad Says:

    Just added this and it works perfectly! Thanks so much!!

  2. Alain Says:

    Hi,

    Just need some help implementing this mod for the cleandex theme. The tutorial is for the default kosmos theme. Thanks.

  3. admin Says:

    Since cleandex template do not use table rows, we'll need to add additional 'div's tag as wrapper.
    Change :

    Content visible to member only. Please register and login first.

    To :

    Content visible to member only. Please register and login first.

    Hope it helps.

Leave a Reply