Activity Stream
48,167 MEMBERS
61902 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4
  1.     
    #1
    Member

    Default Can someone help me grab this code?

    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:
    Code: 
    {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}
    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 Reviewed by Divvy on . Can someone help me grab this code? 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)} Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    bump!?

  4.     
    #3
    Member
    Website's:
    Rapidleech.com FullMaza.com WarezOcean.com MediaFireForum.com
    Yup i can do that. Plz pm me ur MSN/Yahoo id.

  5.     
    #4
    Member
    Palooo 2009 couldn't help me...

    Can someone help me? Here is a better explanation of what I need:

    This is the *class.php code:
    Code: 
    <?php
    
    defined('PHPWOLF') or exit('NO DICE!');
    
    
    class Ttirainbow_Component_Block_Featmembers2 extends Phpfox_Component
    {
    
        public function process()
        {
    
            $dbase = Phpfox::getLib('database');
                
            $aRows = $dbase->select(Phpfox::getUserField() . ', uf.ordering, u.birthday, u.country_iso, u.status')
                ->from(Phpfox::getT('user'), 'u')
                ->join(Phpfox::getT('user_featured'), 'uf','uf.user_id = u.user_id')            
                ->limit(7)            
                ->order('RAND()')
                ->execute('getRows');    
            
            $this->template()->assign(array(
                    'aFeatured' => $aRows
                )
            );
            
            return 'block';        
        }
        
    }
    
    ?>
    And this is the *html.php code:
    Code: 
    <?php 
     
    defined('PHPWOLF') or exit('NO DICE!'); 
    
    ?>
    
    {if count($aFeatured)}
    <div>
    {foreach from=$aFeatured item=aUser}
        <div class="featitem">
        {img user=$aUser suffix='_100' max_width=100 max_height=100}
    
        <div class="featinfo">
            {$aUser|user|shorten:20}<br/>
            Age: {$aUser.birthday|age} <br/>
        </div>
        </div>
    {/foreach}
    </div>
    </div>
    {/if}
    I only need to show the member pic, so I deleted the lines:
    Code: 
    <div class="featinfo">
            {$aUser|user|shorten:20}<br/>
            Age: {$aUser.birthday|age} <br/>
        </div>
    But It seems that the code is messing my webpage, mostly the members IDs. Any ideas of what could be?

    About my request, like you can see, I already have the code to show my members pics, the only thing that I need is:
    1- Same effect like badoo have when we pass with the mouse hover the pic (zoom)
    2- Same blue image that is saying "Put me here!"... notice that the image is above (hover) the members pics...

    Thats all!
    Sorry for my poor english... hope that you understood now.
    Can someone help me? Thank you

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Grab your G+ invite <3
    By alex17 in forum General Discussion
    Replies: 534
    Last Post: 5th Sep 2011, 03:24 PM
  2. Can someone help me grab this code?
    By Divvy in forum Webmaster Discussion
    Replies: 0
    Last Post: 16th Jan 2011, 01:07 AM
  3. How I grab this results?
    By ChaoscripT in forum Web Development Area
    Replies: 1
    Last Post: 23rd Oct 2010, 07:18 PM
  4. [Selling] 8 domains for $20, grab them now :)
    By devilmaycry in forum Completed Transactions
    Replies: 9
    Last Post: 16th Jul 2010, 12:14 PM
  5. [Selling] Sites Grab Em Now
    By Darbo in forum Completed Transactions
    Replies: 4
    Last Post: 17th Dec 2009, 04:24 AM

Tags for this Thread

BE SOCIAL