vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Forum Home Enhancements - Latest Album Pictures - Forum Home (https://vborg.vbsupport.ru/showthread.php?t=174445)

DanW 04-04-2008 02:10 PM

just installed :D :up:

http://www.thecameraforums.co.uk

Devil Woman 04-05-2008 07:14 PM

Is there anyway that you can stop this from going on 1 certain template? I have a mobile template on my forum for mobile phone users and since I added this hack it has made the mobile phone template too big so mobile users are unable to get onto the forum.

Thanks

furst 04-06-2008 09:04 PM

It would be nice if the album name was linked to the album itself.

aryshi 04-06-2008 09:57 PM

thank .. installed :)

can any one tell me how can i desplay this hack to visitor ..!

glorify 04-06-2008 11:26 PM

@above--set your user permissions to enable to view albums.

Nice work. I combined the hack with PixelFx's round overlay hack. If PE OK's it, I could add it in here.

Demo ;)

furst 04-06-2008 11:32 PM

Quote:

Originally Posted by glorify (Post 1484790)
@above--set your user permissions to enable to view albums.

Nice work. I combined the hack with PixelFx's round overlay hack. If PE OK's it, I could add it in here.

Demo ;)

Nice, please do share.

glorify 04-06-2008 11:37 PM

Sent a pm to PixelFX letting him know I'd like to release it to you all. Keep checking back.

Boofo 04-06-2008 11:37 PM

Quote:

Originally Posted by glorify (Post 1484790)
@above--set your user permissions to enable to view albums.

Nice work. I combined the hack with PixelFx's round overlay hack. If PE OK's it, I could add it in here.

Demo ;)

I'd like to see the code for this. ;)

GrendelKhan{TSU 04-07-2008 06:36 AM

Anyway to make so:
- doesn't show the username
- uses smallfont (some browsers... albums run off edge of fixed width forum cause of names)

glorify 04-07-2008 10:27 AM

Quote:

Originally Posted by GrendelKhan{TSU (Post 1485023)
Anyway to make so:
- doesn't show the username
- uses smallfont (some browsers... albums run off edge of fixed width forum cause of names)

In template amf_picture, replace:
Code:

<br />
<a href="member.php?u=$lpicture[userid]">$lpicture[musername]</a>
<br />
$lpicture[title]
</td>

with:
Code:

<br />
<div class ="smallfont">$lpicture[title]</div>
</td>

I am trying to limit the output of $lpicture[title] to X amount of characters but having no luck. Anyone else with ideas on that one?


All times are GMT. The time now is 08:39 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.01363 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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