News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Need help with Profile visitors code for ultimate profile

Started by virsa punjabi, March 13, 2013, 03:55:11 AM

Previous topic - Next topic

virsa punjabi

Hi fellow members,
I have this code to show profile visitors on ultimate profile but profile visitors only appear on left side in a straight line i want them to appear as they appear in buddy list and also I want to show their group colour. could anyone help me please?

function up_block_profilevisitors() {
        global $context, $settings, $txt;

        if ($context['can_pv_view'])
        {
                echo '
                <div id="up_profilevisitors">
                        <h3 class="catbg">
                                <span class="left"></span>
                                <img src="', $settings['images_url'], '/icons/profile_sm.gif" alt="" class="icon" />
                                ', $txt['pv_title'], '
                        </h3>
                        <div class="windowbg creator">
                                <span class="topslice"><span></span></span>
                                <div class="content">';

                // Time to display the lucky guys...
                template_visitors($context['member']['visitors']);
                 
                echo'
                                </div>
                                <span class="botslice"><span></span></span>     
                                </div>
                        </div>';
        }
}

Colin

"If everybody is thinking alike, then somebody is not thinking." - Gen. George S. Patton Jr.

Colin

virsa punjabi

Hi colin thanx for reply I have attached a screen shot of buddy list and a screen shot of profile visitors list thanx

Biology Forums

Hi, could you tell me where to obtain that modification?

Colin

"If everybody is thinking alike, then somebody is not thinking." - Gen. George S. Patton Jr.

Colin


virsa punjabi

Quote from: Liam_michael on March 16, 2013, 03:06:58 PM
Hi, could you tell me where to obtain that modification?
This modification is not on smf mod site anymore but I still got it. I dont know what happened.

Biology Forums

Quote from: virsa punjabi on March 16, 2013, 06:13:34 PM
Quote from: Liam_michael on March 16, 2013, 03:06:58 PM
Hi, could you tell me where to obtain that modification?
This modification is not on smf mod site anymore but I still got it. I dont know what happened.

PM Sent. :)

Dhayzon


virsa punjabi


Advertisement: