1

Topic: Members Marquee above Activity Feed

i am trying to add members marquee
598,124


what i have done is that i have defined in controller dashboard.php

//marquee
    $D->mq1    = array();
    
    $r    = $db2->query('SELECT * FROM `users` ORDER BY `users`.`num_posts` DESC LIMIT 0 , 20');
    while($o = $db2->fetch_object($r)) {
        
        $D->mq1[]    = $this->network->get_user_by_id($o->id);
    }
    $D->mq1    = array_slice($D->mq1, 0, $num);
//end marquee

and in theme folder dashboard.php

<marquee><?php foreach($D->mq1 as $u) { ?>
                            <a href="<?= userlink($u->username) ?>" class="slimuser" title="<?= htmlspecialchars($u->username) ?>"><img src="<?= $C->IMG_URL ?>avatars/thumbs1/<?= $u->avatar ?>" alt="" style="padding:3px;" /></a>
                    <?php } ?></marquee>

now if i do samething with home.php i can display as more as i want to display but if in dashboard not more then 12
please someone take a look and help me in that

Thumbs up +1 Thumbs down

2

Re: Members Marquee above Activity Feed

Really a nice concept increase member participation  . I hope some of other member help in this regard.

Install Turnkey Web Scripts start your own profit portals
Do someMicro Jobs and earn decent money on your part time

3

Re: Members Marquee above Activity Feed

admin wrote:

Really a nice concept increase member participation  . I hope some of other member help in this regard.

i was expecting that there might be something went wrong under slimuser class in .css but i am wrong tongue

help would be appreciated

Thumbs up Thumbs down

4

Re: Members Marquee above Activity Feed

just added <marquee onmouseover="this.stop();" onmouseout="this.start();">
but the display issue is remains same

Thumbs up +2 Thumbs down

5

Re: Members Marquee above Activity Feed

Thanks Abdul. I have viewed this feature with your portal and its looking great.
Thumb up to your post.

Install Turnkey Web Scripts start your own profit portals
Do someMicro Jobs and earn decent money on your part time

6

Re: Members Marquee above Activity Feed

thank you very much brother

Thumbs up Thumbs down

7

Re: Members Marquee above Activity Feed

Very nice Thank you for this great plugin

Thumbs up Thumbs down

8

Re: Members Marquee above Activity Feed

thanks for the tips..

Thumbs up Thumbs down

9

Re: Members Marquee above Activity Feed

where i must place the code ?

Thumbs up Thumbs down

10

Re: Members Marquee above Activity Feed

plz provide a exact location for the codes to be placed and also suggest. Mine one shows 3 rows and many users at a time. looks odd !!

Thumbs up Thumbs down