vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > Add-On Modules & Modifications > vBa CMPS v3.x & 2.x > Add-On Modules (version 3.x & 2.x)

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-04-2007, 09:25 AM
John_770 John_770 is offline
Need..More..Coffee..
 
Join Date: Feb 2007
Location: TN
Posts: 17
Default Latest PhotoPost Comments Module

This module will display the latest 5 (configurable) comments from PhotoPost Pro including the associated photo thumbnails.

I noticed there was a similar module posted here as well, but the code wasn't working on my installation so I constructed my own.

Tested and working on VB 3.68, VBA CMPS v3.0 RC1, PP Pro 5.6.2, don't know if it will work otherwise.


1. Open pp_latestcomments.php and make the changes as annotated. Save and upload to your vBadvanced modules folder.

2. Add 2 new templates (Code below - included in .zip also):

adv_portal_pp_latestcomments

Code:
$pp_latestcommentsbits
adv_portal_pp_latestcomments_bits

Replace the two instances of YOURGALLERYURL with your gallery root folder url (ie: http://www.mysite.com/gallery) and the one instance of YOURVBULLETINURL with your vBulletin root folder url (ie: http://www.mysite.com/forums).

Code:
<tr>
	<td class="alt1" align="left">
		<span class="smallfont"><a href="http://YOURGALLERYURL/showphoto.php?photo=$pp_latestcomments[photo]"><strong>$pp_latestcomments[title]</strong></a><br>$pp_latestcomments[comment]<br>by <a href="http://YOURVBULLETINURL/member.php?u=$pp_latestcomments[userid]">$pp_latestcomments[username]</a>
	</td>
	<td class="alt2" align="center">
		<table cellpadding="0" cellspacing="0" border="0">
			<tr>
				<td style="background: url(http://YOURGALLERYURL/data/$pp_latestcomments[cat]/thumbs/$pp_latestcomments[bigimage]); background-color: #FAFAF8; background-repeat: no-repeat; background-position: center;"><a href="http://YOURGALLERYURL/showphoto.php?photo=$pp_latestcomments[photo]"><center>$pp_latestcomments[thumb]</center></a>
				</td>
			</tr>
		</table>
		<span class="smallfont">Rating:$pp_latestcomments[rating]</span>
	</td>
</tr>
3. Navigate to vBulletin admincp / vBa CMPS / Add Module / PHP File:

Module Title: Latest Gallery Comments
Active: Yes
File to Include: pp_latestcomments.php
Module Parent: None
Identifier: pplatestcomments
Templates Used:
adv_portal_pp_latestcomments
adv_portal_pp_latestcomments_bits
Initialize BB Code Parser: No
Initialize Forum Permissions: No
Initialize Moderator Cache/Permissions: No
Initialize Ignored Users: No
Clean File Output: No
Title Row Colspan: 2
Save

Place module where desired.

4. Done
Attached Images
File Type: jpg _Screenshot - Latest PPpro Comments Module.jpg (83.8 KB, 813 views)
Attached Files
File Type: zip VBA - Latest PP Comments Module.zip (56.4 KB, 319 views)

Last edited by John_770; 09-04-2007 at 05:56 PM.
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Photopost vBGallery module help Lord Katsuhito Module & Modification Discussion & Requests 0 07-11-2007 07:27 AM
[vB 3.6.4] Is their a Gallery Module? [photopost 5.62] Bergler Module & Modification Discussion & Requests 5 04-16-2007 07:35 PM
poll module from vba to photopost puregraf Module & Modification Discussion & Requests 0 02-25-2007 03:01 PM
photopost module? Ted S Add-On Modules & Modifications 3 08-09-2004 08:40 AM


All times are GMT -4. The time now is 05:38 AM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.