Can someone help me grab this little code?

Discussion in 'PHP' started by Divvy, Jan 17, 2011.

  1. #1
    Hello guys,

    Can someone help me?
    I need to grab an website code to show my featured members at my website. Needs to be exactly like the other website.

    What I need:
    Bar code at the top of the page where is saying "Put me here!" and showing 12 members photos.
    I already have the code to show my members id and avatars...
    Here It is:
    {if count($aFeatured)}
    <div>
    {foreach from=$aFeatured item=aUser}
        <div class="featitem">
        {img user=$aUser suffix='_100' max_width=100 max_height=100}
        </div>
    {/foreach}
    </div>
    </div>
    {/if}
    Code (markup):
    Where {img user=$aUser suffix='_100' max_width=100 max_height=100} is the line to show the avatar image.
    I only need to add the same mouse hover effects that badoo have and the same "Put me here" image...

    Where?
    You need to make an login to see: http://badoo.com/search/
    Please login with webmasterlair [ at ] gmail [ dot ] com and password qywyhohe

    Do you want to help me for free or want a fee for that?
    I can pay you via paypal, just let me know your price via pm...

    Thank you!
     
    Divvy, Jan 17, 2011 IP
  2. kokulusilgi

    kokulusilgi Peon

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    whats the code {img user=$aUser suffix='_100' max_width=100 max_height=100}

    is this smarty ?

    i didnt see this tag before in smarty
     
    kokulusilgi, Jan 17, 2011 IP