PhotoPlog

PhotoPlog (http://www.photoplog.com/forum/index.php)
-   "How Do I..." Questions (http://www.photoplog.com/forum/forumdisplay.php?f=7)
-   -   How do I removed "Posted By"? (http://www.photoplog.com/forum/showthread.php?t=165)

HUMMER 03-25-2006 08:33 PM

How do I removed "Posted By"?
 
In the Random thumb nails..it shows the picture and right below that "posted by xxx" Is there a way I can remove that text so it just shows the picture?

Also is there a way to insert adsense into the Box of the random thumbnails?

Thanks

Zacarias 03-26-2006 10:41 PM

Did you check the in the plugin's code?

HUMMER 03-28-2006 03:58 PM

No I didn't, you mean the XML file?

Morgan 03-29-2006 02:36 PM

Go to vB ACP -> Plugin System -> Plugin Manager -> PhotoPlog Forum Home Thumbs -> Edit

Also look for the following in the PhotoPlog settings.php file:
Code:

// ###################### INITIALIZE RANDOM BITS ##########################
In both cases, you'll need to edit/remove the following variable from the code:
Code:

$photoplog_row_bottom

Loco.M 04-06-2006 06:57 AM

Quote:

Originally Posted by Morgan
Go to vB ACP -> Plugin System -> Plugin Manager -> PhotoPlog Forum Home Thumbs -> Edit

I don't see this :confused:

Morgan 04-06-2006 02:34 PM

It's there under "Hook Location : forumhome_complete"

Loco.M 04-29-2006 05:26 AM

I see this

Code:

$photoplog_row_bottom
a few times in the plugin,,
do you mean this area ?

Code:

    $photoplog_forumhome = $photoplog_table_start.$photoplog_row_top."</tr><tr>".$photoplog_row_bottom.$photoplog_table_end;
?

thank you

Morgan 04-29-2006 03:48 PM

There are up to three bits to remove...

Remove the following (optional):
Code:

        $photoplog_row_bottom = '';
Remove the following (optional):
Code:

                $photoplog_row_bottom .= "
                <td class=\"alt2\" align=\"center\" width=\"20%\">
                        <div class=\"smallfont\">
                                ".$vbphrase['photoplog_posted_by']." <a href=\"".$photoplog_location."/index.php?".$vbulletin->session->vars['sessionurl']."u=".$photoplog_userid."\">".$photoplog_username."</a>
                        </div>
                </td>
                ";

Remove the following (necessary):
Code:

        // this is in $photoplog_forumhome
        ."</tr><tr>".$photoplog_row_bottom



All times are GMT. The time now is 04:22 AM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.