![]() |
Photopost Gallery Uploads in Postbits and Profiles
This addon has been withdrawn.
|
Have you got a demo or a screen shot of how it looks? because i'd love to see how it looks int he postbit. thanks.
|
Nope, sorry, I don't. However, it isn't hard to imagine.
Users with gallery uploads have one line added to their postbit, and two to their profile. Say they had 5 uploads and have been registered for 10 days, they would have : "Gallery Uploads: 5" in their postbit. (under their post count) "Total Gallery Uploads: 5 (0.5 per day)" in their profile. (under their post count) |
good job, i modified the templates a bit and this is the result
Postbit legacy Code:
<td class="alt2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px"> Code:
<if condition="$post[ppuploads] > 0"><a href="../albums/showgallery.php?cat=500&ppuser=$post[userid]" rel="nofollow" target="_blank"><img class="inlineimg" src="$stylevar[imgdir_button]/gallery.png" alt="$post[ppuploads] Gallery uploads" border="0" /></a></if> Memberinfo Code:
<if condition="$userinfo[ppuploads] > 0"> |
Quote:
I like the way you use "../" in your link to avoid making installers specify the URLs manually. Personally, I always like to specify the absolute URL, because I have different bits of my vB install in different folders, and this means that relative URLs can end up giving 404 errors. Your version is probably better for sites with little customization. I also used the member.php? link because I wanted to display a link to a search page that lists *all* their photos, not just the ones they've put in the member gallery. Your version might well be better for sites which don't have other categories beyond the 'member galleries' one. |
Is there anyway to show the total number of photos from all cats and all members?
|
found a bug. when a user deletes some of his photos the number of uploads in post and memberinfo doesnt reduce
|
won't this do the same without using the add-on?
Code:
<if condition="$post[ppicount] != '0'"> |
are u sure this mod doesnt interfear with post count ? i deleted some users images and i saw that this users post count got decreased. plz check it out
|
all right i just checked. it When u delete user photos in BULK ACTIONS if u delete 5 images and run the cron ,for example his post count is reduced by 5 . plz check it out, maybe this is not mod related but photopost related.
|
All times are GMT. The time now is 02:02 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|