Skip to:
Content
Pages
Categories
Search
Top
Bottom

active member imageslider


  • h2waldmann
    Participant

    @h2waldmann

    Hi, how i get this:
    – from the latest active five members
    — the username
    — the avatar
    — an the latest image that they uploaded

    i want so make a imageslider on the stratscreen on my website

    something like this: http://s7.directupload.net/images/140408/vrunl8id.png

    thats my code:

    
    <ul id="bpimageslider">
    
        <li>
        	<img alt="#" src="<?php variable ?>" />
        	<div class="bpis-user"><?php variable ?></div>
            <div class="bpis-title"><?php variable ?></div>
        </li>
        
        <li>
        	<img alt="#" src="<?php variable ?>" />
        	<div class="bpis-user"><?php variable ?></div>
            <div class="bpis-title"><?php variable ?></div>
        </li>
        
        <li>
        	<img alt="#" src="<?php variable ?>" />
        	<div class="bpis-user"><?php variable ?></div>
            <div class="bpis-title"><?php variable ?></div>
        </li>
        
        <li>
        	<img alt="#" src="<?php variable ?>" />
        	<div class="bpis-user"><?php variable ?></div>
            <div class="bpis-title"><?php variable ?></div>
        </li>
        
        <li>
        	<img alt="#" src="<?php variable ?>" />
        	<div class="bpis-user"><?php variable ?></div>
            <div class="bpis-title"><?php variable ?></div>
        </li>
        
    </ul>
    

    is it possible this way?

    im using
    – wp 3.8
    – bbpress 2.5.3
    – buddypress 1.9.2
    – rtMedia

    best regards
    tomas

  • The topic ‘active member imageslider’ is closed to new replies.
Skip to toolbar