The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||||||||||
Photopost Pro image block for Member page
![]() Developer Last Online: May 2010 ![]() ![]()
This product provides a block that goes onto the member page and displays images from Photopost Pro 6.X Gallery.
Using the options you can place the block at any of the 6 standard template hook locations in the MEMBERINFO template. This mod has been tested with Photopost Pro 6.2, but it should work just fine with Photopost Pro 6.X and above... and maybe version 5. This mod has been tested with vBulletin version 3.8 and should work with version 3.7 and up. CHANGELOG
Thanks goes to Tauhid and his patience in allowing me to debug this thing on his site... Download Now
Screenshots
Supporters / CoAuthors Show Your Support
|
Comments |
#52
|
|||
|
|||
![]() Quote:
As for suggestions, I've got mine set to show 15 images to fill the block up real nice. But I've got almost 1/2 an image width of space between the rows (5 per row). Too much, IMO. Would be nice to remove some of that wasted space if possible. Also, those 15 images are left aligned. Can they be centered in the block? What's the protype=1; for exactly at the end of URL? |
#53
|
|||
|
|||
![]() Quote:
I was able to fix those up. The errors were carrying across the entire site (with firebug on alerting me to it) so I had to. ![]() One other thought I had, on the bottom of the block, "Vist Your Gallery" link. It points to this URL (snipped off the irrelevent stuff): member.php?uid=mynumberhere&protype=1; But this link points to an ugly side of photopost I don't care for people to see if I can help it. Like many areas of the photopost gallery. If you are in your pp gallery and click the "My Photos" link in pp toolbar, it takes you to this page instead. showgallery.php?cat=500&ppuser=mynumberhere Which to me is a lot nicer looking presentation page. (at least it is on mine) Just a thought. ![]() |
#54
|
|||
|
|||
![]()
I get this exact same error. What was the fix?
|
#55
|
|||
|
|||
![]() Quote:
|
#56
|
|||
|
|||
![]()
The fix is that pp_isimage is delcared in another plugin or product.... PM me and let's see if we can fix it temporarily. I'm renaming my stuff to make it compliant and remove these issues with the next release.
|
#57
|
|||
|
|||
![]() Quote:
As for centering it... I'm fighting that myself. I'm not the best HTML coder... but I'm getting there. On the next release I hope to have the visual stuff cleaned up and more presentable. |
#58
|
|||
|
|||
![]() Quote:
Maybe what I need to do is add an option to give you a choice what link you want... to the member profile in photopost or to category 500... |
#59
|
|||
|
|||
![]() Quote:
I guess I wasn't using it anyway. Got that info from Reef... Thanks Reef. I also want to get rid of that huge extra space between each row of photos (ASAP!). And I'd like the ability to show either both or whichever link on "Visiting X's Gallery." I think both versions have their place. |
#60
|
|||
|
|||
![]()
When the next version comes out, I'll change this, but in the meantime, here's my fix for the extra space:
in template: memberinfo_css, I copied this: Code:
li.memberinfo_tiny { height:105px; width:75px; overflow:hidden; float:$stylevar[left]; text-align:center; margin:1px; } Code:
li.memberinfo_tiny_murphy { height:68px; width:75px; overflow:hidden; float:$stylevar[left]; text-align:center; margin:1px; } Then I changed this template: tlb_memberinfo_block_pp_image to this: Code:
<li class="memberinfo_tiny_murphy"> <a href="{$data_dir}/{$pcat}/{$photo}" class="highslide" onclick="return hs.expand(this)"><img style="margin-top: 0px" width="80" height="60" src="{$data_dir}/{$pcat}/thumbs/$photo" border="0" title="Click to enlarge" alt=""/></a> </li> |
#61
|
|||
|
|||
![]()
Also, I need to be able to change the "Latest Photos" to something else, like "Latest Gallery Photos" to help us distinguish between the member albums on our site.
THANKS! |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|