Version: 1.0.4, by tehtide
Developer Last Online: May 2010
Category: Integration with vBulletin -
Version: 3.8.x
Rating:
Released: 02-10-2009
Last Update: 02-16-2009
Installs: 42
Uses Plugins
Re-useable Code Additional Files
No support by the author.
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
Version 1.0.1 - Initial release
Version 1.0.2 - Minor bug fixes, added debug mode.
Version 1.0.3 - Fixed dumb coder (me) issues...
Version 1.0.4 - Updated database code
Debug mode is available in the .php file. Instruction on how to use it are included in the readme file. This data will be useful to try and detect where any issues are.
Thanks goes to Tauhid and his patience in allowing me to debug this thing on his site...
Im using some of the pp includes to show random images on the forum. I'm guessing the renaming ppimage applies to me as well? What was the workaround?
Code:
Fatal error: Cannot redeclare pp_is_image() (previously declared in /domains/www/asdf.com/board/tlb/pp_memberblock/plugins/pp_memberblock.php:59) in /domains/www/asdf/board/member.php(512) : eval()'d code on line 79
Im using some of the pp includes to show random images on the forum. I'm guessing the renaming ppimage applies to me as well? What was the workaround?
Code:
Fatal error: Cannot redeclare pp_is_image() (previously declared in /domains/www/asdf.com/board/tlb/pp_memberblock/plugins/pp_memberblock.php:59) in /domains/www/asdf/board/member.php(512) : eval()'d code on line 79
You have a plugin that is using the hook member_complete that is declaring the same function. Find that plugin and disable it.
Sorry I've not updated this yet... work has been kicking my butt. I hope to sit down and collate all these updates and fixes into a concise update in the next couple days.
I installed this mod recently, last 2 days... worked, also another photopost plugin for a gallery members link in the profile, either this or the other is causing server crashes, massive core dumps, i had to remove 2000+ 50 meg core dump files, I'm investigating and i'll return with the results
yeah I'm pretty sure it was this, soon as i installed it the core dumps started, un-installed...they stopped! it almost cost me my host and server this mod for some reason, they were ready to blame me for it all... as i say, this made something crash and created 2000+ 50 meg files in my forums dir...be WARNED!
wow, how can this be done, the one you showed in your attachment. random photos showing up in the tabs....that would be lovely if that could be done.
You can do this. It's in the settings. Vbulletin options > TLB PP Memberblock Settings.
Quote:
Originally Posted by tehtide
That is something that came from photopost itself... if you look in photopost you'll see that on the end of many of the links.
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.
I may have missed it, I've been using PP for years and never saw the protype=1 before this. Removing it from tlb_memberinfo_block_pp does kill the link from working correctly though. Takes you to the same place clicking a user name anywhere on the gallery does. To a profile page no one ever looks at. [IMHO]
Quote:
Originally Posted by tehtide
Yeah... I thought about that but that only shows the pictures that are in that category (500). And if you have multiple pictures in multiple categories then it doesn't quite work out... As for my other mod that is a typo on my end... I didn't mean for it to go there.
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...
Nice idea for the option. Yes it takes you to cat=500 but there you see listed your other albums in the other cats. If you had set this to use say, cat=501 it does not show anything else other than that, cat=501. In contrast, cat=500 page displays all album groups for the user and the option link to create new album.
Quote:
Originally Posted by Teresa
When the next version comes out, I'll change this, but in the meantime, here's my fix for the extra space:
I used this, works fine. But I edited your size changes to match the ones located in your tlb_memberinfo_block_pp_image (see attach for result)
After I posted the other day about the space I realized it was being called from the memberinfo_css.
Quote:
Originally Posted by b6gm6n
I installed this mod recently, last 2 days... worked, also another photopost plugin for a gallery members link in the profile, either this or the other is causing server crashes, massive core dumps, i had to remove 2000+ 50 meg core dump files, I'm investigating and i'll return with the results
yeah I'm pretty sure it was this, soon as i installed it the core dumps started, un-installed...they stopped! it almost cost me my host and server this mod for some reason, they were ready to blame me for it all... as i say, this made something crash and created 2000+ 50 meg files in my forums dir...be WARNED!
-b6
Not seeing any issues with this at all here. Might want to have your host look at your logs a bit closer to help you find out more.
You have a plugin that is using the hook member_complete that is declaring the same function. Find that plugin and disable it.
Nice mod and I have installed it. :up: I have the mod you refer to in the above quote and I have disabled it. That mod however, had a on/off feature that the members could turn on or off depending if they wanted those photos on their profile. I have yet to find that with this mod. Is there a chance you could add that ?