vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Mini Mods - YBMF-Image Thang-New Latest Album Pictures - Forum Home ( Extension ) (https://vborg.vbsupport.ru/showthread.php?t=233707)

TimberFloorAu 02-08-2010 08:37 PM

No its not possible, Installation instructions are in the Zip :)

Ticinofelino 02-09-2010 05:18 PM

1 Attachment(s)
I only find the instructions in the image below, but don't know exactly what templates to edit, and how... :rolleyes: doesn't matter... thanks anyway.

TimberFloorAu 02-09-2010 06:29 PM

No problems

slumbermann 02-09-2010 10:34 PM

any chance you can make this as a widget instead?

TimberFloorAu 02-10-2010 07:45 PM

No sorry, as all this does is change the css and some js for Atakans mod. Perhaps ask him :)

anestetic 02-11-2010 09:51 AM

Quote:

Originally Posted by cloferba (Post 1975727)
albums owner isnt show correctly using vbseo..

http://img198.imageshack.us/img198/5663/errormg.jpg

user is "elargentino", but is showing as "members/elargentino=al"..bum?

why?



ı have this problem
vbseo

vppremier 02-12-2010 10:25 AM

can this be changed to show picture attachments from a specific forum?

TimberFloorAu 02-12-2010 04:48 PM

This is an extension to Atakans mod.

AFAIK no it cannot pull images from attachments within forum posts/threads

vppremier 02-14-2010 07:40 AM

Do you know of anything that can?

TimberFloorAu 02-14-2010 07:44 AM

Yes there is a MOD out that Shows all users attachments

testbot 02-21-2010 02:40 PM

May i add a few suggestions for the next release?

the js files should go in clientscript/somefolder. maybe /clientscript/ybmf? i put mind in /clientscript/js for now.

i also made a plugin with a template hook so no edit needs to be made to the headinclude template. the less template edits the better. the code is below. i haven't looked at the code for the newalbum_picture template but i'm sure there's a template_parse you can do there too.

plugin:
Code:

$template_hook['headinclude_css'] .= "\n" . '
<script type="text/javascript" src="clientscript/js/cvi_text_lib.js"></script>
<script type="text/javascript" src="clientscript/js/instant.js"></script>'. "\n";


Jabong82 02-21-2010 06:34 PM

Nice Mod.

Hey TimberFloorAu, does the original mod show the latest Albums of User's friends/contacts, or is it a mod for latest albums of EVERYONE on the forum?

If it is for EVERYONE, is there a way to only show the albums of say a user's friends? Would there be a way to do this?

Thank you in advance

TimberFloorAu 02-21-2010 06:38 PM

Quote:

Originally Posted by testbot (Post 1988086)
May i add a few suggestions for the next release?

the js files should go in clientscript/somefolder. maybe /clientscript/ybmf? i put mind in /clientscript/js for now.

i also made a plugin with a template hook so no edit needs to be made to the headinclude template. the less template edits the better. the code is below. i haven't looked at the code for the newalbum_picture template but i'm sure there's a template_parse you can do there too.

plugin:
Code:

$template_hook['headinclude_css'] .= "\n" . '
<script type="text/javascript" src="clientscript/js/cvi_text_lib.js"></script>
<script type="text/javascript" src="clientscript/js/instant.js"></script>'. "\n";


If you would like to release this as a Product please do so, I dont use albums or this hack, because of other projects. So cannot test, I give you my blessing :)

Ste

Quote:

Originally Posted by Jabong82 (Post 1988252)
Nice Mod.

Hey TimberFloorAu, does the original mod show the latest Albums of User's friends/contacts, or is it a mod for latest albums of EVERYONE on the forum?

If it is for EVERYONE, is there a way to only show the albums of say a user's friends? Would there be a way to do this?

Thank you in advance

This hack just changes the appearance of the images, everything else is pretty much catered for in the original Mod.

Ste

Jabong82 02-21-2010 06:40 PM

Cool thank you for the reply.

Did the original mod default to showing every member's albums, or was it restricted to only user's contacts/friends?

Thank you again.

setishock 02-21-2010 07:15 PM

I have downloaded this and set it aside for now. I'm waiting until I get updated to 4.0.2.
Thanks for adding to Atakan's product. Gives it character.

TimberFloorAu 02-21-2010 08:16 PM

It has two choices from recollection:

Random album images
Latest album images

If a user marks a album as private I think it respects that condition.

Ste

oddmud 02-21-2010 08:34 PM

I followed your instructions, and it's not doing anything.

TimberFloorAu 02-21-2010 08:47 PM

Quote:

Originally Posted by oddmud (Post 1988341)
I followed your instructions, and it's not doing anything.

Thats a bugger innit.

Wanna send a test link so we can check it out.

oddmud 02-22-2010 04:03 PM

<a href="http://www.goaliecrease.net" target="_blank">http://www.goaliecrease.net</a>

shows the original but doesn't change the look of them.

TimberFloorAu 02-22-2010 07:44 PM

Send me test account details to login and check on user side

svandanam 02-25-2010 09:22 PM

Quote:

Originally Posted by TimberFloorAu (Post 1989071)
Send me test account details to login and check on user side

same problem here...even I am not able to get it work ? can I PM you a test account pls ??

TimberFloorAu 02-28-2010 06:09 AM

Sure :)

shane greer 03-01-2010 10:56 AM

Any idea why it displays some of the enhanced graphics and at other times it doesnt?

https://vborg.vbsupport.ru/external/2010/03/120.jpg

TimberFloorAu 03-02-2010 04:46 AM

No Idea Shane

TimberFloorAu 03-02-2010 05:30 AM

Quote:

Originally Posted by svandanam (Post 1991558)
same problem here...even I am not able to get it work ? can I PM you a test account pls ??

Fixed :)

cyclical 03-10-2010 12:10 PM

I have this working on 4.0.2, just needs an option to collapse it. Some users don't want to see it all the time, some users do. Any chance of that on the next release?

cloferba 03-10-2010 10:43 PM

Quote:

Originally Posted by anestetic (Post 1979861)
ı have this problem
vbseo

what about this!?

Jabong82 03-10-2010 10:54 PM

1 Attachment(s)
Installed.

Quick question though, mine doesn't look like yours with the styling. I was able to get the name/photos etc., but there are no "effects". I attached screenshot.

Oh and how do you remove the little green man and the "Random Album Picture" caption? Thank you.

TimberFloorAu 03-11-2010 01:51 AM

you havent uploaded all files correctly. By the sound of it, unable to see in your image what is what as its zoomed out

Jabong82 03-11-2010 03:57 AM

Oh wait I was finally able to get it (yah I uploaded to the wrong place). By the way, do you know if the Atakans original mod fixed the User Privacy issues? I love your mod (installed and nominated :P), but I think it is a concern for me if it doesn't respect user permissions. Like if someone has set their albums to only be seen by friends, and then this mod throws it up there for anyone to see that would be a problem.

Do you by chance know how to fix this? Thanks again.

PS: Oh yah how do we get rid of the green man? And is there any way to get the effects to work on the Album Cover Thumbnail? I added your template edit to get it working on the pictures when you click an album, but the cover still remains unstyled(have to edit album_list template?). Thanks again.

TimberFloorAu 03-11-2010 05:00 AM

Hi Jab,

I havent got server access at the moment, whilst we do some restructuring.

1. i dont think atakan ever fixed the private issue.
2. the green man, not sure < I dont use this mod > so cant recall, if you PM me admin access and account details ( user / pass ) and links I will gladly look for you.

Ste

Jabong82 03-11-2010 05:23 AM

Hey Tim thanks for the response. Actually I just tested it and yah it looks like the privacy issue hasn't been fixed so I won't be able to use this mod. A lot of my members have private albums, so this would just wreak havoc! Anyway thanks again for your help this is a really great mod I'm disappointed I won't be able to use :(.

TimberFloorAu 03-11-2010 05:27 AM

No Problems :)

saghir 03-12-2010 01:07 AM

nice, installed , good

its displaying in small , can be able to show a little bit big ??

frightie 03-12-2010 09:20 PM

Excellent mod. I was curious how I could also style it to a user's list of albums?

TimberFloorAu 03-12-2010 09:28 PM

Quote:

Originally Posted by frightie (Post 2002422)
Excellent mod. I was curious how I could also style it to a user's list of albums?

https://vborg.vbsupport.ru/showpost....65&postcount=2

frightie 03-12-2010 09:32 PM

I did that already and it works great, but I'm talking about the page that shows the albums from a user, not the pics within an album

TimberFloorAu 03-12-2010 09:58 PM

Quote:

Originally Posted by frightie (Post 2002434)
I did that already and it works great, but I'm talking about the page that shows the albums from a user, not the pics within an album

Ok,

sorry I dont use this mod :) like a lot of stuff I make, it isnt ordinarily used by our forums.

If you have a link you can pm me, with/without user/admin access I will have a look for you.

Ste

Dennis Kaczor 03-15-2010 09:09 PM

OK guys, I'm missing something here, and maybe right in front of me, but I cannot find the templates newalbum_picture and newalbum_print. I have checked for them and cannot seem to find them, can someone please tell me where these are located.

TimberFloorAu 03-15-2010 09:44 PM

Are you on vb4 ?
If so you are missing something :)


All times are GMT. The time now is 11:00 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.01324 seconds
  • Memory Usage 1,818KB
  • 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
  • (2)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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