PDA

View Full Version : Forum Home Enhancements - Tabbed Latest Album Pictures + Comments - Forum Home


Hasann
06-02-2009, 10:00 PM
Album Pictures & Album Comments - Forum Home by https://vborg.vbsupport.ru/external/2009/12/22.png

https://vborg.vbsupport.ru/

This Product brought to you by
www.vbulletin-turkey.com (http://www.vbulletin-turkey.com/)

Comments, suggestions, translations, bugs, etc... are very welcome!
Support is only given to people who have clicked Mark as Installed.

Description:

It will display the "Album Pictures & Album Comments - Forum Home" in your vBulletin forums.

Mark as Installed (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=215272) - Nominate for MOTM (https://vborg.vbsupport.ru/vborg_miscactions.php?do=nominate&threadid=215272&type=1)

Features:

Username link to profile.
Picture link to album.
Picture Author
Picture Description
Picture Comment(s)
Album Title
Maximum number of pictures to be displayed
Maximum Album Pictures Per Row
Show Only Selected Users Pictures
Enable or Disable Album Titles
Maximum Characters of Picture Title to Display
Enable or Disable Picture Description
Maximum Chars of Picture Description to Display
Enable/Disable Forum Home Album Pictures
Forum Home Album Pictures Location
Forum Home Album Pictures Usergroup Viewing Permissions
Forum Home Album Pictures Width
Forum Home Album Pictures Height
Enable Album Pictures Comments
Maximum number of comments to be displayed
Can View Selected Usergroups Forum Home Album Comments
The maximum number of characters for comments
Enable Comments Picture Thumbnails
Comments Picture Width
Comments Picture Height
Sorting Of Pictures: order by ascending or order by descending or order by random
Username HTML Markup (fetch_musername)
Uses exec_switch_bg (Reads $bgclass and returns the alternate table class)


Installation

import product-album_pictures.xml file into your product manager via admincp.
that's all it.
enjoy..

Demo: www.vbulletin-turkey.com (http://www.vbulletin-turkey.com/)

Comments, suggestions, translations, bugs, etc... are very welcome!
Support is only given to people who have clicked Mark as Installed.

Hasann
06-03-2009, 05:16 PM
5. July 2009 Tabbed Album Pictures v2.0 Released

Here are the Release Changes and New Features


- Added Tabbed Content
- Added Picture Comment(s)
- Added Maximum Characters of Picture Title to Display
- Enable Album Pictures Comments
- Maximum number of comments to be displayed
- Can View Selected Usergroups Forum Home Album Comments
- The maximum number of characters for comments
- Enable Comments Picture Thumbnails
- Comments Picture Width
- Comments Picture Height

dxflw
06-03-2009, 05:22 PM
Thanks Hasann!

saviola8x
06-03-2009, 06:37 PM
so very cool. but I want to run parallel with the mod : Latest Album Pictures - Forum Home by my forum is error. ~> http://forum.svmtcn.net/ .Thanks

DobieGillis?
06-03-2009, 06:48 PM
so very cool. but I want to run parallel with the mod : Latest Album Pictures - Forum Home by my forum is error. ~> http://forum.svmtcn.net/ .Thanks

I have the same issue, just not sure why you need both. They kind of are the same thing, no?

hubix
06-04-2009, 10:19 AM
Hi,

looks much smoother than the older version.
One problem I got are the phrases description and album. They don't show up.
I think the reason is that you use the phrases which are not global available.
With this little plugin I could fix that fast:
if (THIS_SCRIPT == 'index')
{
$phrasegroups[] = 'album';
}

Maybe you can change your code acordingly.

And thanks for that Hack

Audax666
06-04-2009, 10:29 AM
Nice hack thanks man
Another nice option would be this:
Maximum Characters of Picture Description to Display
also for the album names.

And a symbol that comments are posted for that picture would made your hack perfect.

Just my 2 cent :)

anestetic
06-04-2009, 11:02 AM
teşekkürler Hasann kurdum tam istediğim gibi anasayfada kayma yapmıyor 4 resimden fazlası
ancak resim boyutlarını otomatik ayarlaması olsaydı daha ıyı gozukurdu ornegın Atakan abinin yaptıgındaki gibi böyle bırsey yapılmazmı ? cunku kendimiz değer verince resimlerin bazılarında bozulma oluyor

goxy63
06-04-2009, 05:59 PM
Nominated, rated, and installed

Great job

This one seems to work better than one for Vba CMPS, as here images dont brake forum borders

Audax666
06-04-2009, 06:53 PM
I've tested it on the IE 6 and it looks like this
100111
Don't know how it looks like on the IE 7?
Just wanted to mention that...

Edit:
Ok, just saw the the problem but couldn't solve it. If I got a fixed image width, most pictures are blurred.
If I leave that field blank, the Firefox shows every image correct. Just the IE looks like the attached picture above.
Maybe this could be fixed?

DobieGillis?
06-04-2009, 07:06 PM
I've tested it on the IE 6 and it looks like this
100111
Don't know how it looks like on the IE 7?
Just wanted to mention that...

Edit:
Ok, just saw the teh problem but couldn't solve it. If I got a fixed image width, most pictures are blurred.
If I leave that field blank, the Firefox shows every image correct. Just the IE looks like the attached picture above.
Maybe this could be fixed?

just realized how blurry the pics are. Just went back to my original mod that displayed forum home pics, much cleaner.

abrecher
06-05-2009, 06:03 AM
just realized how blurry the pics are. Just went back to my original mod that displayed forum home pics, much cleaner.

It's a real shame, but I have to agree.

You should take a look at http://www.scriptol.com/how-to/image-thumbnail-fixed-size.php and come up with something that keeps the picture proportions when they're resized.

Also, I found that the Header where it says "Forum Home Album Pictures" didn't look like it was part of my skin. The other mod I installed did that.

This one has LOT of potential though!

Audax666
06-05-2009, 08:37 AM
Ok, slept one night over and could fix the IE and Firefox display problem.
I just changed in the forumhome_album_picturebit template the following code.

Take this
<img class="page" src="$vboptions[bburl]/$picture[thumburl]" alt="$picture[caption_preview]" border="0" style="padding:$stylevar[cellpadding]px; <if condition="!$usercss">border:solid $stylevar[cellspacing]px $stylevar[tborder_bgcolor]</if>" width="$vboptions[forumhome_album_picture_width]" height="$vboptions[forumhome_album_picture_height]" />

And replace ist with that
<img class="page" src="$vboptions[bburl]/$picture[thumburl]" alt="$picture[caption_preview]" border="0" style="padding:$stylevar[cellpadding]px; <if condition="!$usercss">border:solid $stylevar[cellspacing]px $stylevar[tborder_bgcolor]</if>" <if condition="$vboptions[forumhome_album_picture_width]">width="$vboptions[forumhome_album_picture_width]"</if> <if condition="$vboptions[forumhome_album_picture_height]">width="$vboptions[forumhome_album_picture_height]"</if> />

So if no width or height attribute is given, it doesen't appear in the code and everything looks fine! ;)

DobieGillis?
06-05-2009, 02:19 PM
It's a real shame, but I have to agree.

You should take a look at http://www.scriptol.com/how-to/image-thumbnail-fixed-size.php and come up with something that keeps the picture proportions when they're resized.

Also, I found that the Header where it says "Forum Home Album Pictures" didn't look like it was part of my skin. The other mod I installed did that.

This one has LOT of potential though!

I use this one

https://vborg.vbsupport.ru/showthread.php?t=194827

works like a charm/

ABDALWAHID
06-05-2009, 02:26 PM
Thank you hasann. Teşekkürler...

anestetic
06-05-2009, 03:32 PM
Ok, slept one night over and could fix the IE and Firefox display problem.
I just changed in the forumhome_album_picturebit template the following code.

Take this


And replace ist with that


So if no width or height attribute is given, it doesen't appear in the code and everything looks fine! ;)

thank you Audax :up::rolleyes:

bu işimi g?rd? (:

FeatheredFriend
06-25-2009, 09:46 PM
Installed but doesn't show up on my page anythought? web addy is www.3featheredfriends.net/forums thanks!

delmarva
06-30-2009, 03:39 AM
Very nice mod! Thanks.

I would like to be able to have this feature on other forums within the site (other than forum home). Also, is there a way to put a frame around the photos? Just a few thoughts... Thanks again.

350Chevy
06-30-2009, 04:20 AM
I have this installed and working (for the most part) but some (not all, just a few) of the images show up blank (please see the attachment), when you click on the name it loads the picture in the album just fine.

Also in the album (and probably unrelated to this mod) in the very upper left corner of the screen above the header I see this ""

One last thing, is there a way to get the images to resize the thumbnails to just make them smaller instead of stretching them? For example a long image with a normal size of 2560px ? 1024px looks a little funny when stretched to 120x120. That same image would look better if it were scaled to 150x60. Is there a way to do that instead of stretching it? Love the mod btw. :)

Hasann
07-05-2009, 05:18 AM
5. July 2009 Tabbed Album Pictures v2.0 Released

Here are the Release Changes and New Features


- Added Tabbed Content
- Added Picture Comment(s)
- Added Maximum Characters of Picture Title to Display
- Enable Album Pictures Comments
- Maximum number of comments to be displayed
- Can View Selected Usergroups Forum Home Album Comments
- The maximum number of characters for comments
- Enable Comments Picture Thumbnails
- Comments Picture Width
- Comments Picture Height

atmaca
07-05-2009, 06:58 AM
5. July 2009 Tabbed Album Pictures v2.0 Released

Here are the Release Changes and New Features


- Added Tabbed Content
- Added Picture Comment(s)
- Added Maximum Characters of Picture Title to Display
- Enable Album Pictures Comments
- Maximum number of comments to be displayed
- Can View Selected Usergroups Forum Home Album Comments
- The maximum number of characters for comments
- Enable Comments Picture Thumbnails
- Comments Picture Width
- Comments Picture Height

Thanks for update Hasann.

s-p0k
07-05-2009, 07:26 AM
lov it good work ~~~>installed

350Chevy
07-05-2009, 08:42 PM
Great work, nice update. :) Some of my pictures are still having the same issue of not showing though. :(

Also, the tab colors for "Album Pictures" and "Album Comments" do not match my forum colors.

yotsume
07-06-2009, 06:04 AM
You need to also make a vba mod with your tabbed version for albums and comments. Can you make this into a vba mod?

Hasann
07-07-2009, 08:16 PM
Great work, nice update. :) Some of my pictures are still having the same issue of not showing though. :(

Also, the tab colors for "Album Pictures" and "Album Comments" do not match my forum colors.
Yui Tabbed Menu changed to Profile Tabs :)
You need to also make a vba mod with your tabbed version for albums and comments. Can you make this into a vba mod?

Coming Soon :)

kaptanblack
07-07-2009, 08:33 PM
Thanks man you are wonderful =)

Audax666
07-07-2009, 08:48 PM
Yep, nice new features!
Is there a possibilty to get a brand free version for a little fee?

Hasann
07-07-2009, 08:57 PM
Yep, nice new features!
Is there a possibilty to get a brand free version for a little fee?

Yes send me a pm for brand free option

RK1gaming
07-08-2009, 02:43 AM
great job - thanks Hasann once again a nice easy installed mod

Hasann
07-08-2009, 05:57 PM
Browser Issue Fixed Now
Please Re-Install this Mod Again !!!

goxy63
07-08-2009, 08:33 PM
Is there any way to use this in Vba CMPS?

Hasann
07-08-2009, 11:36 PM
Is there any way to use this in Vba CMPS?

Coming Soon Tomorrow :cool:

flapjack
07-09-2009, 10:46 AM
awesome mod :)

anyway i can throw you a few dollars so I can remove branding? :p

Hasann
07-09-2009, 01:23 PM
awesome mod :)

anyway i can throw you a few dollars so I can remove branding? :p

yes you can send me a pm for details

350Chevy
07-10-2009, 05:55 AM
Yui Tabbed Menu changed to Profile Tabs :)


Sweet! thanks...

But, any idea about this? Some of my images do not show on your addon. They show just fine in the albums. (Check the attachment)

Also, any way to get the images to shrink and center instead of "STRETCH"? A long picture looks horrible stretched to a square sized.

gamerfu
07-11-2009, 07:09 AM
I recieve pictures streching and 'X' for picture comments.

https://vborg.vbsupport.ru/external/2009/08/68.jpg

avsunforum
07-11-2009, 03:44 PM
Thanks Men

Hasan Eline Sağlık Harıkasın Kurdumu Tıkladım

yotsume
07-11-2009, 07:45 PM
Installed and seems to work great on vb3.7x. Now I need this ASAP as a vBA Mod for my CMPS homepage!

yotsume
07-11-2009, 07:55 PM
Coming Soon Tomorrow :cool:

Its longer then tomorrow! LOL

All vBa users need this ASAP! This rocks!

I hope this gets released soon! :)

yotsume
07-15-2009, 09:37 PM
Combined Tabs For Albums and Photopost Pro Gallery
(See my attached example)

Can we have you make this same mod but with two more tabs for Photopost Gallery Pictures and Gallery Comments.

So finally one mod that saves room for both album and gallery photos and comments combined together! THIS WOULD ROCK!!!

This is the next step. Too many mods that take up too much room. Tabs are the answer big time!

Your tabs are awesome and save so much space. So what you need to do please is make this so we can have our gallery also tabbed.

You also need to make a vBa mod that is tabbed and has 4 tabs for the albums and gallery combined as well. :)

GOGOGO! PLEASE!!! LOL

I hope you seriously consider this. Can you let me know ASAP so I can get the work done if you wont do it.

THANKS!

Brathamike
07-16-2009, 05:21 PM
very nice thanks you installed

Garamond
07-18-2009, 09:33 PM
Please make it show Photopost Pro Gallery as well as the internal Album function in vBulletin, most of my members ONLY use the Photopost Gallery, so it's just not usable as this addon is today.

Can you make it compatible to Photopost?

Hasann
07-18-2009, 09:51 PM
I don't have Photopost Pro Gallery so sorry I can't.

Brathamike
07-19-2009, 08:56 AM
Hello hansann. What style tymplet do i need to edit i would like to add more to what you have.

1. Most coment pictures
2. Most view pictures

also wouldl like to change the colors and add more tables

Also i would like to remove the copywrite stuff and your link. Can you PM me the details
i dont mind paying for it

thaks

great mod though i love it i will use this on all my sites. Also would love to see something for vbadvance too :)

gamerfu
07-19-2009, 09:09 AM
Hasann, could reply to the problems stated above?

mpoorrajab
07-20-2009, 08:25 AM
i installed it but when i choose the location of it in Below navbar it hide my forum navbar and dont show the pictures ...

and when i select the other locations it show me a blank page instead of my forum ...

what is the problem for?

Dr.LoVe
07-22-2009, 09:42 PM
Mark as Installed ;)

sokrates4612
07-23-2009, 07:45 AM
I am waiting for Vbadvanced version too. :)

visitangeles
07-23-2009, 06:06 PM
i installed it but cannot see the pictures. the pictures just have a title on them but they do not show.

any ideas?

goxy63
07-25-2009, 09:50 AM
Regarding to vba ;)
Coming Soon Tomorrow :cool:

Would love to see that next week atleast, great mod tho

Cheers

giyotin92
07-25-2009, 12:20 PM
Thanks Hasann,[ StÆNGER ]

Almotmaiz.Net
07-25-2009, 04:59 PM
WoooooW !!

i like it !

but found problem with RTL on comment tab.

forecd float:right on collapse button.

furst
07-26-2009, 11:36 PM
installed but i don't like the way the pictures are stretched... and would it be okay to remove the copyright thing from the bottom? it's pretty cluttersome. I would rather put it in my footer or not have it at all.

Hasann
08-01-2009, 04:27 AM
update release coming soon tonight

apiasto
08-02-2009, 10:04 AM
great hack one question though when i logoff the album disappears even though i have selected unregister users can see the album.any idea thnx

itsheinz
08-03-2009, 03:36 PM
very nice ..installed :)

xxalexkimxx
08-03-2009, 06:32 PM
wow this is really cool mod :)
Thanks for sharing

Allan
08-03-2009, 07:21 PM
Nice idea Hasann, congrat ;)

goxy63
08-03-2009, 11:29 PM
1.
Users who choose that their albums are hidden for guests cause that guests see blank space where imege should be...is there any way to exclude these images shown for guests or exclude them for everyone!?

2.
Option that certain usergroops album images are not shown would be great, existing option "Show Only Selected Users Pictures" is I think useless for most of us
VBA option would be more than appreciated

Any suggestions

ywwz
08-04-2009, 01:16 AM
I found that under my present skin, it's not shown toward unregistered visitors. Is it possible to fix it?

Hasann
08-04-2009, 05:39 AM
i installed it but when i choose the location of it in Below navbar it hide my forum navbar and dont show the pictures ...

and when i select the other locations it show me a blank page instead of my forum ...

what is the problem for?

if you edited your FORUMHOME template sure it is nothing show at all

ricardoNJ
08-05-2009, 04:45 AM
How can I see ALL COMMENTS?

draver
08-07-2009, 08:44 AM
The thumbnails are not loading in Album Comments.

The path to the mini picture is: http://www.my-domain.de/alben/mini/1/_1360.?dl=

mabersoft
08-07-2009, 09:53 AM
Hay great Mod. Am i able to make add-ons for this? or not. If not then ok.

Anyway.

Great mod. Thanks.

VonDoom
08-08-2009, 06:48 PM
Im wondering whats on the to do list with this mod. Uninstalled for the moment. the branding is in poor location maybe it can just be located in the comments tab and the distorted pictures just looks bad. Not complaining just waiting and hoping for a few improvments.

moonclamp
08-12-2009, 10:12 PM
I recieve pictures streching and 'X' for picture comments.

https://vborg.vbsupport.ru/external/2009/08/68.jpg
Same problem here with the red crosses, but I'm not even getting the picture title.

Pictures are stored in the file system if that makes any difference.

Faizan
08-21-2009, 02:02 AM
good

Prens23
08-26-2009, 05:38 AM
Picture Show, but Show Pictures do not comment ...

FitgirlWorld
08-29-2009, 08:12 PM
Installed-- great mod thanks!

how do I get rid of the " by username" tag under each picture?

I see where I can turn on/off album titles but not "by username"

350Chevy
09-02-2009, 02:14 AM
Any updates to fix all of the issues with this mod? Thnx. :)

pauldack
09-05-2009, 05:14 PM
Top mod, my users are loving this one. Cheers Hasann.

Zi55
09-06-2009, 12:56 PM
Hello ,
It's use a 2 queries every time the page refresh , can't you intergate it to vBOptimise , or make it use datastore ?
Thanks ,
Zi55

derandechser
09-09-2009, 01:30 AM
Hey,

any chance to make it brand free?

Greets,
Peter

BigBass
09-10-2009, 01:50 PM
It works great for me, but cant find how to put "How many times the pic has been viewed...

Any help?

BigBass
09-10-2009, 08:46 PM
great hack one question though when i logoff the album disappears even though i have selected unregister users can see the album.any idea thnx


I have the same problem, has it been resolved yet?

Zi55
09-17-2009, 11:53 AM
Hello ,
It's use a 2 queries every time the page refresh , can't you intergate it to vBOptimise , or make it use datastore ?
Thanks ,
Zi55

After tests it use 3 queries , and mading a lot of MySQL Usage :(
Thanks ,
Zi55

Easific
09-22-2009, 08:39 AM
I too would like to see something done to the branding, otherwise a great mod.

jluerken
10-09-2009, 08:55 AM
Has anyone already made a german language file and wants to share it?

VonDoom
10-09-2009, 12:43 PM
Originally Posted by apiasto View Post

great hack one question though when i logoff the album disappears even though i have selected unregister users can see the album.any idea thnx


I have the same problem, has it been resolved yet?
---------------------------------------------------------------------------

This is a setting outside of the Hack. Since these pictures are stored in the members photo albums and profiles are disabled to guests there is no way to allow viewing of the filmstrip to guests. Unless you make the members profiles public to visitors. Witch i would strongly recommend against. This would allow Email Bots to harvest your members sensitive data and wind up on a boat load of spammers lists.

On a side note i was hoping to see this mod updated by now. But i see support for this hack is lacking anyhow. untagged 3 queries ill pass on all that. Nothing against the author. I use a few of his mods. but at the expense of three queries and the squished pics, and poorly placed brand. i went back to the old trusty Latest Album Pictures - Forum Home

CiyaEzIM
10-10-2009, 12:37 PM
Eline sağlık hasan gerçekten çok güzel.

helmica
10-15-2009, 08:52 AM
hi,
i need to upgrade to vb4 are Album Pictures Comments is ok by vb4?

thanks in advance for you help

crkgb
10-16-2009, 02:03 AM
While it says that the mod is supported - in reality it is not. I don't think vb.org has any means of controlling this.

goxy63
10-16-2009, 11:59 AM
Not shure did anyone before noticed:

If user write comment with quotes " "
on forum page we can see this
&quot; some txt here &quot;

Great mod tho, hope developer is working on version for vb4, or will do so ASAP
Iam planing to donate(if not much) for brandfree version (vb4)

Cheers

ricardoNJ
10-26-2009, 04:30 PM
I have a bug, I think. When I loggin I can not see the picture [I see it in white] and I make click on it and I have to log in again, and then I can see it, before not.
Is there a bug????

mattpist
10-28-2009, 02:53 AM
i seem to be missing the images from the comments tab. any fix for this?

goxy63
10-29-2009, 11:48 PM
Great mod but support is one big 0

ricardoNJ
10-30-2009, 04:12 PM
Great mod but support is one big 0
I'm thinking that's true!:mad:

Kolbi
11-20-2009, 01:47 PM
There is a bug with displaying the pictures at the Latest 5 Album Comments...

sailnet
12-16-2009, 08:35 PM
this is a really great mod and it installed easily, however it's not working properly for me and wondered it you had any ideas.

I am using 3.8.4 and my version of photopost is: 6.23

the code pointing to my images is wrong.

there's an extra slash in the path names

and I know my two fields are setup properly in :

Photopost Directory
Complete directory to your photopost installation with the trailing slash. IE: /home/userxxx/public_html/photopost/

and

URL for the photopost installation
URL for the photopost installation. Include the trailing slash: ie http://www.yoursite.com/forum/photopost/


<div id="tlb_memberblock_pp" class="tborder content_block">
<h4 class="thead block_title">
<a href="#top" class="collapse_gadget" onclick="return toggle_collapse('tlb_memberblock_pp')"><img id="collapseimg_tlb_memberblock_pp" src="http://www.mysite.com/forums/images/buttons/collapse_generic.gif" alt="" border="0" /></a>
<a name="tlb_memberblock_pp"></a>
<span class="block_name">Latest Photos</span>

</h4>
<div class="block_content" id="collapseobj_tlb_memberblock_pp" style=""><!-- BEGIN TEMPLATE: tlb_memberinfo_block_pp -->
<div class="alt1 smallfont block_row" style="text-align:center">
<ul class="list_no_decoration" id="photos_list">
<!-- BEGIN TEMPLATE: tlb_memberinfo_block_pp_image -->
<li class="memberinfo_tiny">
<a href="/usr/local/websites/mysite/photopost/data//500/screen4.gif" class="highslide" onclick="return hs.expand(this)"><img style="margin-top: 0px" width="80" height="60" src="/usr/local/websites/mysite/photopost/data//500/thumbs/screen4.gif" border="0" title="Click to enlarge" alt=""/></a>
</li>
<!-- END TEMPLATE: tlb_memberinfo_block_pp_image --><!-- BEGIN TEMPLATE: tlb_memberinfo_block_pp_image -->
<li class="memberinfo_tiny">
<a href="/usr/local/websites/mysite/photopost/data//500/screen1.gif" class="highslide" onclick="return hs.expand(this)"><img style="margin-top: 0px" width="80" height="60" src="/usr/local/websites/mysite/photopost/data//500/thumbs/screen1.gif" border="0" title="Click to enlarge" alt=""/></a>

</li>
<!-- END TEMPLATE: tlb_memberinfo_block_pp_image --><!-- BEGIN TEMPLATE: tlb_memberinfo_block_pp_image -->
<li class="memberinfo_tiny">
<a href="/usr/local/websites/mysite/photopost/data//500/139-quattro-pic5lg.jpg" class="highslide" onclick="return hs.expand(this)"><img style="margin-top: 0px" width="80" height="60" src="/usr/local/websites/mysite/photopost/data//500/thumbs/139-quattro-pic5lg.jpg" border="0" title="Click to enlarge" alt=""/></a>
</li>
<!-- END TEMPLATE: tlb_memberinfo_block_pp_image --><!-- BEGIN TEMPLATE: tlb_memberinfo_block_pp_image -->
<li class="memberinfo_tiny">
<a href="/usr/local/websites/mysite/photopost/data//500/1Sunset1.jpg" class="highslide" onclick="return hs.expand(this)"><img style="margin-top: 0px" width="80" height="60" src="/usr/local/websites/mysite/photopost/data//500/thumbs/1Sunset1.jpg" border="0" title="Click to enlarge" alt=""/></a>
</li>
<!-- END TEMPLATE: tlb_memberinfo_block_pp_image --><!-- BEGIN TEMPLATE: tlb_memberinfo_block_pp_image -->
<li class="memberinfo_tiny">
<a href="/usr/local/websites/mysite/photopost/data//500/1Sunset.jpg" class="highslide" onclick="return hs.expand(this)"><img style="margin-top: 0px" width="80" height="60" src="/usr/local/websites/mysite/photopost/data//500/thumbs/1Sunset.jpg" border="0" title="Click to enlarge" alt=""/></a>
</li>
<!-- END TEMPLATE: tlb_memberinfo_block_pp_image --><!-- BEGIN TEMPLATE: tlb_memberinfo_block_pp_image -->

<li class="memberinfo_tiny">
<a href="/usr/local/websites/mysite/photopost/data//500/1Blue_hills.jpg" class="highslide" onclick="return hs.expand(this)"><img style="margin-top: 0px" width="80" height="60" src="/usr/local/websites/mysite/photopost/data//500/thumbs/1Blue_hills.jpg" border="0" title="Click to enlarge" alt=""/></a>
</li>
<!-- END TEMPLATE: tlb_memberinfo_block_pp_image -->
</ul>
</div>




ps: the latestest version pg photopost has in its config-int.php this:


// The URL of your photo dir where your images are stored (with / at end)
$data_dir = "/usr/local/websites/mysite/photopost/data/";

which appears to be the cause of the additional slash - I have not tried my site without the slash at the end though

sailnet
12-16-2009, 09:00 PM
as a follow up.

when I removed the / between "$data_dir} and {$pcat} in
tlb_memberinfo_block_pp_image that helped but my site still does not want to show the images via refernce by path name. I may change your code to refer to images by url instead and see what happens.

at the present time I just get small vertical bars on the screen where the images should be displayed.

mattpist
12-21-2009, 08:36 AM
man, it's been forever... any fix for the lack of images in the comments tab?

mattpist
01-06-2010, 10:06 PM
anyone?

cindy helmond
01-23-2010, 07:41 PM
hi hassan great app but can you change, ii have the option random latest pics , if you look then he say latest x pics on forumhome , can you make it latest random x pics ?
thx

furst
03-31-2010, 05:53 PM
Please port this to vbulletin 4.0

Garamond
04-03-2010, 02:29 PM
Please enable PhotoPost pictures as well, people are using that more than the Default Album solution in vBulletin.

bartek24m
05-13-2010, 09:24 AM
how insert this mod in vbcmps ?

mmllc
06-24-2010, 07:30 AM
This is not showing up at all for any usergroup.

I'm thinking its my Vbul Theme, any way to install this manually instead of using auto insert?

mmllc
06-24-2010, 08:22 AM
This is not showing up at all for any usergroup.

I'm thinking its my Vbul Theme, any way to install this manually instead of using auto insert?

ShawneyJ
06-25-2010, 06:42 AM
hi hassan great app but can you change, ii have the option random latest pics , if you look then he say latest x pics on forumhome , can you make it latest random x pics ?
thx

yeah would be way better as random.

edit: i need to open me eyes lol, random is there :D

thanks great mod.

b6gm6n
07-11-2010, 09:12 PM
Hi, my users love this, i installed on my forum-home, i also installed the vbadvanced version i found, but they don't like it as much, so i created a template-module for vba, but it will not show the picture-bits and comment bits, is there anything in the global-variables i could add in my vbadvanced which may help? thanks

Nodanoshi
07-30-2010, 07:11 PM
i need it to vba too, but it seems that support this mod die some years ago...

Maxim-PF
10-27-2010, 09:14 AM
Thank you! Very good huck.

It will be better, if we can switch only selected groups to show pictures on forumhome.

safakuygur
01-08-2011, 08:38 PM
very nice thanks

Hasan bunun 4.x olanını yayınlamayı düşünüyormusun ?

vBarsiv
02-16-2011, 03:03 AM
labor health buddy ;)

WebCraker
02-16-2011, 03:31 AM
Tesekur ederim Hassan
Thank you very much ;)

testbot
02-18-2011, 12:46 AM
breaks my forum. running 4.1.x

Hasann
02-18-2011, 07:03 AM
breaks my forum. running 4.1.x

this modification isn't for vb version 4.1.

BOWZONE
02-27-2011, 03:07 PM
This is a great mod and I love it...That being said, I'm putting a mobile style on the site and want to know if anyone is able to help me turn off this plug in on my mobile style only and have it active on my default style...Thoughts??

testbot
02-27-2011, 03:36 PM
This is a great mod and I love it...That being said, I'm putting a mobile style on the site and want to know if anyone is able to help me turn off this plug in on my mobile style only and have it active on my default style...Thoughts??

Hmmm... you can probably create a plugin that detects the mobile style and then fires off $vbulletin->options['productname']=0

that should get you started

testbot
02-27-2011, 03:37 PM
this modification isn't for vb version 4.1.

Yea, I don't know what I was thinking. Not enough sleep when I loaded it.

Any plans to create an update for 4.1.x?

BOWZONE
02-27-2011, 04:19 PM
Thank you! I'll try that.

afgboy
04-19-2011, 08:37 PM
hello,

at first, thanks for this mod a lot. but i have a little problem...
i upload a picture becaus my english ist not well.
in the picture you can see, that somethin is missing there before :

but i dont knwo where i can edit there a word. i want to write there Album: and Kommentare:

perhaps somebody can helps me :)

afgboy
04-26-2011, 09:46 PM
hello,

at first, thanks for this mod a lot. but i have a little problem...
i upload a picture becaus my english ist not well.
in the picture you can see, that somethin is missing there before :

but i dont knwo where i can edit there a word. i want to write there Album: and Kommentare:

perhaps somebody can helps me :)

nobody can help me?

mapleleaffans
05-22-2011, 10:59 PM
I had another mod like this installed, but uninstalled it and installed this one! Thank you so much for a clean, better looking and organized "Latest Album Pictures" on the forum home page mod! :D

Akyeame Kwame
06-20-2011, 06:27 PM
Greetings Hasaan,

This is a great mod and I've used it successfully but today I went to the file system at the behest of my hosts and now, the images aren't showing on forum home nor for comment thumbnails. Is there something I can do in the xml file to make it recognize the new location? It's a directory in the forums chmod'ed to 777. I've already tried reimporting but no joy. Any assistance would be greatly appreciated.

Manoel J?nior
06-29-2011, 01:04 AM
I found a very annoying BUG in this product, when I delete a user who has an album, the image keeps popping up, and was no longer to appear.

How to solve this annoying problem?

For when someone clicks on the image, goes to an error page.

Manoel J?nior
07-01-2011, 12:16 PM
I found a very annoying BUG in this product, when I delete a user who has an album, the image keeps popping up, and was no longer to appear.

How to solve this annoying problem?

For when someone clicks on the image, goes to an error page.
Please, help me?

letsjoy
11-30-2011, 11:05 AM
please make this for vb 4
Thanks :)

Manoel J?nior
11-30-2011, 04:20 PM
please make this for vb 4
Thanks :)
https://vborg.vbsupport.ru/showthread.php?t=228618&page=26

M.C.
08-02-2012, 08:37 AM
https://vborg.vbsupport.ru/showthread.php?t=228618&page=26
good mode but this one better, please make exact one for vb4

mokujin
11-13-2012, 09:47 AM
Hello Hassann,
Why you dont upgrade to vb 4.2? Thanks

webnsn
04-16-2020, 08:14 AM
Can I play AFTER FIRST POST?