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)
-   -   Forum Home Enhancements - Latest Album Pictures - Forum Home (https://vborg.vbsupport.ru/showthread.php?t=194827)

abrecher 06-02-2009 01:40 AM

Quote:

Originally Posted by valdet (Post 1687903)
Hi Rolando,

In template afm_picture you would just need to add width or height attributes to the thumbnails

In this case they're sized 50 px

Code:

<a href="album.php?albumid=$lpicture[albumid]&amp;pictureid=$lpicture[pictureid]">
<img title="$lpicture[title]" class="inlineimg" src="picture.php?pictureid=$lpicture[pictureid]&amp;albumid=$lpicture[albumid]&amp;thumb=1" height="50px" border="0" alt="$lpicture[title]" />
</a>


Is there a way I can specify a MAX image width ?

Dalma 06-02-2009 11:43 AM

So any luck yet in modifying the script such that photo's requiring moderation are not displayed?

SaltyOnionBalls 06-03-2009 03:28 PM

Quote:

Originally Posted by abrecher (Post 1821737)
Is there a way I can specify a MAX image width ?

Just replace height with width, no?

abrecher 06-03-2009 04:41 PM

Quote:

Originally Posted by SaltyOnionBalls (Post 1822791)
Just replace height with width, no?

I want to be able to specify both, height and width.

Hasann 06-03-2009 04:51 PM

Quote:

Originally Posted by abrecher (Post 1822840)
I want to be able to specify both, height and width.

Nothing is impossible everything is possible ;) Coming Soon !!!

Bansheebob 06-03-2009 11:17 PM

Any way to change "Random album Picture" to "Members Photos"

????????????

SaltyOnionBalls 06-03-2009 11:24 PM

Hasann, could you please let me know how I am able to use some if conditional to only show pictures from a certain usergroups album.

For example; I would like to only show pictures from my subscribed usergroups albums and not regular members.

Bansheebob 06-04-2009 02:19 AM

heres another demo if anyone wants to see it.

http://www.hillclimbersforum.com

Dr.LoVe 06-04-2009 08:23 AM

Quote:

Originally Posted by abrecher (Post 1821737)
Is there a way I can specify a MAX image width ?


open
afm_picture

and repalce with

Code:

<td align="center">
<a href="album.php?albumid=$lpicture[albumid]&amp;pictureid=$lpicture[pictureid]">
<img title="$lpicture[title]" class="inlineimg" src="picture.php?pictureid=$lpicture[pictureid]&amp;albumid=$lpicture[albumid]&amp;thumb=1"  border="0" alt="$lpicture[title]" width="130" height="130" />
</a>
<br />
<a href="member.php?u=$lpicture[userid]">$lpicture[musername]</a>
</td>

u can change to any size width="130" height="130

testbot 06-04-2009 01:00 PM

Quote:

Originally Posted by Bansheebob (Post 1823027)
Any way to change "Random album Picture" to "Members Photos"

????????????

admincp> Languages & Phrases> Search in Phrases> Find and Replace


All times are GMT. The time now is 12:51 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.01297 seconds
  • Memory Usage 1,739KB
  • 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
  • (6)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