|
Attention: Last reply in this thread was more than 18 Years ago |
|
Thread Tools |
#1
|
|||
|
|||
Total number of images for a user?
How do I determine the total number of images that a user has uploaded? I would like to keep a running count and add that to the user's profile page.
Thanks! |
#2
|
||||
|
||||
That's actually part of the pro version. You'd need to run a query, taking moderation into account, but not wanting to give away the pro stuff, that's all I can say.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
#3
|
|||
|
|||
Bummer, I guess I'll to wait like everyone else. Any idea of what the price will be to upgrade to Pro?
|
#4
|
|||
|
|||
Yes or No for image availability
If we can't get a number, is there a function that returns if a user has uploaded images or not.
For example, I want to display a camera icon on the user's profile page ONLY if they have images in Photoplog. Can that be done with Lite? Thanks |
#5
|
||||
|
||||
For pricing: http://www.photoplog.com/forum/showp...15&postcount=2
Yep, can be done. In the MEMBERINFO template, use: Code:
Content visible to registered users only.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
#6
|
|||
|
|||
Small problem
Here is what I use to display the camera icon in postbit:
<a href="http://www.MY-DOMAIN.com/forums/photoplog/index.php?$session[sessionurl]u=$post[userid]"><img src="images/misc/photo_icon.gif" alt="Gallery"></a> If I wrap the "if" statement around it, it no longer works. <if condition="$photoplog_memberinfo"><a href="http://www.MY-DOMAIN.com/forums/photoplog/index.php?$session[sessionurl]u=$post[userid]"><img src="images/misc/photo_icon.gif" alt="Gallery"></a></if> Does postbit require something different from MEMBERINFO? Thanks |
#7
|
||||
|
||||
Yes, postbit won't work like MEMBERINFO in PhotoPlog Lite, as there is no variable available to use in a similar template conditional statement, so you can either display, or not display, the camera when using PhotoPlog Lite.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
#8
|
|||
|
|||
Another good reason to upgrade
Thanks again for the help! Yet another good reason to upgrade when "Pro" comes out.
|
#9
|
||||
|
||||
LOL, changed my mind, postbit counts are now possible with PhotoPlog Lite v.1.0.8.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
#10
|
|||
|
|||
I will definately upgrade! How do you use the new feature?
As before, I would like to display a camera icon when the users has uploaded images (and possibly display the count as well). Thanks! |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Maximum number of images supported? | Ace | Pre-Sale Questions | 1 | 06-01-2008 05:39 PM |
how much the total price for a PhotoPlog the last version? | 7lanet | Pre-Sale Questions | 2 | 02-14-2008 04:43 AM |
Total User Images: * | Martyn | "How Do I..." Questions | 1 | 05-11-2006 12:27 AM |