Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
YBMF-Image Thang-New Latest Album Pictures - Forum Home ( Extension ) Details »»
YBMF-Image Thang-New Latest Album Pictures - Forum Home ( Extension )
Version: 1.00, by TimberFloorAu TimberFloorAu is offline
Developer Last Online: Jan 2013 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.0.1 Rating:
Released: 01-20-2010 Last Update: Never Installs: 135
Template Edits
Re-useable Code Translations  
No support by the author.

YoBroMoFo- New Latest Album Pictures - With Panache

This is an extension for Atakan Koc Album Mod for forumhome: https://vborg.vbsupport.ru/showthread.php?t=228618

This is an extension made by us for his great MOD. We under no circumstance take credit for his work, this is merely a extension to his product. Meaning you need

to dowload and install his mod, and click Install. Before you can use this extension.

Instructions In Download Folder

Goto: http://www.netzgesta.de/instant/instant.zip check out the license, and if you satisfy the conditions download the package. It is free.
Create a folder called js
Put the following two files ( from download package ) in the js folder and upload to your server
cvi_text_lib.js
instant.js
Your Done.

This is an extension for Atakan Koc Album Mod for forumhome: https://vborg.vbsupport.ru/showthread.php?t=228618

This is an extension made by us for his great MOD. We under no circumstance take credit for his work, this is merely a extension to his product. Meaning you need

to dowload and install his mod, and click Install. Before you can use this extension.

Further: The JS used in this extension is by: http://www.netzgesta.de
Please read their License agreement prior to using their scripts.

Download the Javascript from : http://www.netzgesta.de/instant/instant.zip

If you USE then click INSTALL. As always we will help where possible. Please note if you upgrade Atakan's New Latest Album Pictures - Forum Home , then you will

more than likely have to reinstall this extension


E N J O Y

Download Now

File Type: zip YBMF-Image-Thang_.zip (60.3 KB, 998 views)

Screenshots

File Type: jpg screenshot.jpg (49.8 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 01-31-2010, 08:07 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good Luck
Reply With Quote
  #23  
Old 02-01-2010, 09:36 AM
starman? starman? is offline
 
Join Date: Apr 2008
Posts: 181
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed - great product - Thank you.
One small glitch though - some of my members names are long and the suffix 's Album goes missing or partly missing. Is there a way to change the font size? Also there is a space between a members name & the suffix.
eg JoeBlow 's Album rather than JoeBlow's Album
Sorry - I don't mean to be picky but IMHO I think it would be a nice fix.
Reply With Quote
  #24  
Old 02-01-2010, 09:47 AM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Change:

Code:
<td align="center">	
		<a class="picture" href="album.php?albumid={vb:raw lpicture.albumid}&amp;attachmentid={vb:raw lpicture.attachmentid}"><img class="instant nocorner itxtalt"  src="attachment.php?attachmentid={vb:raw lpicture.attachmentid}&amp;thumb=1&amp;d=1258906442" alt="{vb:raw lpicture.username} 's Album" border="0" /></a>
<br />
<a href="member.php?u={vb:raw lpicture.userid}">{vb:raw lpicture.musername}</a> 
<br />
{vb:raw lpicture.title}
<p style="clear: left;"></p>
</td>
to

Code:
<td align="center">	
		<a class="picture" href="album.php?albumid={vb:raw lpicture.albumid}&amp;attachmentid={vb:raw lpicture.attachmentid}"><img class="instant nocorner itxtalt"  src="attachment.php?attachmentid={vb:raw lpicture.attachmentid}&amp;thumb=1&amp;d=1258906442" alt="{vb:raw lpicture.username}'s Album" border="0" /></a>
<br />
<a href="member.php?u={vb:raw lpicture.userid}">{vb:raw lpicture.musername}</a> 
<br />
{vb:raw lpicture.title}
<p style="clear: left;"></p>
</td>
This will fix the space before the apostrophe.

Regarding the titles usernames etc. You would have to edit cvi_text_lib.js

Good luck its quite complex lol
Reply With Quote
  #25  
Old 02-01-2010, 11:35 AM
starman? starman? is offline
 
Join Date: Apr 2008
Posts: 181
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Now that's what I call support. Brilliant. Thank you once again.
Reply With Quote
  #26  
Old 02-01-2010, 11:41 AM
mobe00 mobe00 is offline
 
Join Date: Jan 2010
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed..thanks..works perfect. did a few changes on it.
Attached Images
File Type: jpg album.jpg (29.3 KB, 0 views)
Reply With Quote
  #27  
Old 02-01-2010, 05:02 PM
Rob F Rob F is offline
 
Join Date: Oct 2002
Location: Ireland
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Love the effect TimberFloorAu

Quick question though. Some of our members have lengthy usernames so would it be possible to modify one of the scripts to have something like what mobe00 posted - where there's no writing on the image frame?

Been looking through the installation instructions and where it says to replace the content of newalbum_picture, if I removed the
Code:
alt="{vb:raw lpicture.username} 's Album"
Would it achieve the effect I'm looking for?
Reply With Quote
  #28  
Old 02-01-2010, 05:14 PM
Rob F Rob F is offline
 
Join Date: Oct 2002
Location: Ireland
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nevermind above post - messing about so tried it anyway and it worked
Reply With Quote
  #29  
Old 02-01-2010, 05:41 PM
mobe00 mobe00 is offline
 
Join Date: Jan 2010
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

to remove the members/username from the picture do this . find template:
newalbum_picture

Replace content with:

<td align="center">
<a class="picture" href="album.php?albumid={vb:raw lpicture.albumid}&amp;attachmentid={vb:raw lpicture.attachmentid}"><img class="instant nocorner" src="attachment.php?attachmentid={vb:raw lpicture.attachmentid}&amp;thumb=1&amp;d=125890644 2" alt="{vb:raw lpicture.username} 's Album" border="0" /></a>
<br />
<a href="member.php?u={vb:raw lpicture.userid}">{vb:raw lpicture.musername}</a>
<br />
{vb:raw lpicture.title}
<p style="clear: left;"></p>
</td>
Reply With Quote
  #30  
Old 02-01-2010, 05:48 PM
mobe00 mobe00 is offline
 
Join Date: Jan 2010
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

here are some other cool effect for the <img class"xxxxxxxx" tag from netzgesta.de

* Initialisation class "instant"
* vary the shadow by adding ishadow followed by the desired opacity in percent:
Shadow opacity class "ishadow" - min=0 max=100 default=33
* vary the frame by adding icolor followed by the desired color as hex:
Frame color class "icolor" - min=000000 max=ffffff default=f0f4ff
* vary the tilt direction by adding one of the following:
Tilt direction class "itiltleft" or "itiltnone" or "itiltright"
by default "instant.js" cycles through [left|none|right].
* prevent the shading by adding noshading:
Shading off class "noshading"
* vary the border design by adding historical:
Frayed border class "historical"
* prevent quadratic corner by adding nocorner:
Round corner class "nocorner"
* preserve the image aspect ratio by adding preserve:
Image aspectratio class "preserve"
* vary the annotation text by adding itxtcol followed by the desired color as hex:
Text color class "itxtcol" - min=000000 max=ffffff default=000000
* get the text from alt attribute by adding itxtalt:
Text selection class "itxtalt"
* get the text from title attribute by adding itxttitle:
Text selection class "itxttitle"
Reply With Quote
  #31  
Old 02-01-2010, 05:54 PM
Rob F Rob F is offline
 
Join Date: Oct 2002
Location: Ireland
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks mobe00
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04: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
  • Page Generation 0.07533 seconds
  • Memory Usage 2,332KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete