vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Integration with vBulletin - Photopost Pro image block for Member page (https://vborg.vbsupport.ru/showthread.php?t=205046)

Infopro 02-20-2009 09:40 PM

1 Attachment(s)
Quote:

Originally Posted by tehtide (Post 1749049)
I'll fix it in the next release.

I'm hoping to have it ready in a couple days.


Any suggestions for other features?

Great, thanks.

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?

Infopro 02-21-2009 11:39 AM

Quote:

Originally Posted by tehtide (Post 1749049)
I'll fix it in the next release.

I'm hoping to have it ready in a couple days.


Any suggestions for other features?


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. ;)

Teresa 02-21-2009 07:21 PM

Quote:

Originally Posted by Reeftanksonline (Post 1745433)
Fatal error: Cannot redeclare pp_is_image() (previously declared in /home/*****/public_html/forum/tlb/pp_memberblock/plugins/pp_memberblock.php:59) in /home/*****/public_html/forum/member.php(512) : eval()'d code on line 55

any ideas?

I get this exact same error. What was the fix?

Tauhid 02-23-2009 12:19 AM

Quote:

Originally Posted by Infopro (Post 1750199)
Great, thanks.

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?

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.

tehtide 02-23-2009 07:49 PM

Quote:

Originally Posted by Teresa (Post 1750913)
I get this exact same error. What was the fix?

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.

tehtide 02-23-2009 07:51 PM

Quote:

Originally Posted by Infopro (Post 1750199)
Great, thanks.

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?

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.

tehtide 02-23-2009 07:57 PM

Quote:

Originally Posted by Infopro (Post 1750619)
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. ;)

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...

Teresa 02-24-2009 12:41 AM

Quote:

Originally Posted by tehtide (Post 1752611)
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.

It worked after disabling (unchecking the active box) this old product from the Plug In Manager: PhotoPost Gallery Photos in profile, on this hook: member_complete.

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.

Teresa 02-24-2009 01:35 AM

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;
}

and added this right below it:

Code:

li.memberinfo_tiny_murphy {
        height:68px;
        width:75px;
        overflow:hidden;
        float:$stylevar[left];
        text-align:center;
        margin:1px;
}

Since my name is Murphy, I know that it's MY mod to come out later.

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>

Results are here: http://www.guineapigcages.com/forum/...avyspirit.html

Teresa 02-24-2009 02:05 AM

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!


All times are GMT. The time now is 03:15 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01314 seconds
  • Memory Usage 1,755KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete