Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBAdvanced Module: Latest Album Pictures Details »»
vBAdvanced Module: Latest Album Pictures
Version: 2.0.0, by Hasann Hasann is offline
Developer Last Online: Jun 2021 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.7.x Rating:
Released: 10-09-2008 Last Update: 03-14-2009 Installs: 166
Additional Files Translations  
No support by the author.

Latest / Random Album Pictures vBA CMPS Module by

This Product brought to you by
www.vbulletin-turkey.com

Description:

This will add a CMPS block to your vBadvanced CMPS portal page.
It will display the "Latest or Random Album Pictures" in your vBulletin forums.

Features:
  • Username link to profile.
  • Picture link to album.
  • Picture Author
  • Picture Description
  • Album Title
  • Maximum number of pictures to be displayed
  • Maximum Album Pictures Per Row
  • Show Only Selected Users Pictures
  • Enable or Disable Album Titles
  • Enable or Disable Picture Description
  • Maximum Characters of Picture Description to Display
  • Sorting Of Pictures: order by dateline or order by random
  • Username HTML Markup (fetch_musername)
  • Uses exec_switch_bg (Reads $bgclass and returns the alternate table class)

Tested on:
  • vBulletin 3.7.x
  • vBulletin 3.8.x
  • vBadvanced CMPS v3.1.0

Demo: www.vbulletin-turkey.com

INSTALL INSTRUCTIONS

Go to your Forums --> Admincp --> vBa CMPS -->
Download / Upload Module --> Module to Upload -->
Select albumpictures.xml file from your Computer --> than Submit.

upload "vba_cmps_include_template.php" file to your forums/includes folder overwrite..

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
bing11

Comments
  #82  
Old 05-19-2009, 11:57 PM
Blue Ink Blue Ink is offline
 
Join Date: Apr 2009
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tahanan View Post
HI, I installed the mod and it's good and working pretty well. I just want to get rid of the description line but even if I check "no description", it will show "Description:"

Is this a bug?

I have the same problem... is there a fix?
Reply With Quote
  #83  
Old 05-26-2009, 07:50 AM
celikforum celikforum is offline
 
Join Date: Dec 2007
Location: Turkey/Yozgat
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I wish you success in your work so beautiful I do Hasan
Reply With Quote
  #84  
Old 06-13-2009, 08:29 PM
p0lar_bear p0lar_bear is offline
 
Join Date: Feb 2008
Location: Connecticut
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When the module is active on my page, the alt1 class seems to just disappear entirely from the html output; every place on the page where it would say class="alt1" just says class="". The class still exists in the CSS, however.

EDIT:
Huh. The unset(... $bgclass, ...); on line 84 of the module caused this. I commented that part out and it fixed it.

Also, if you have multiple copies of the module, if any of them have a certain user defined (like having a random images module right under a featured user album module), the ones loaded after it seem to inherit the setting for a specific user ID.
Reply With Quote
  #85  
Old 06-14-2009, 08:43 AM
john102774 john102774 is offline
 
Join Date: Aug 2008
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GrendelKhan{TSU View Post
...
I'm getting a double "forums" in the image path:

ie: www. mysite .com/forums//forums/albumthumbs/0/70fd9cd87fc7c23419a288b9aead18f3_24.jpg?dl=1237669 835


anyone know what code to fix to fix that?
I'm experiencing the same problem. The thumbnail link is broken therefore thumbnail is not showing up properly. Any ideas on what might be the cause?
Reply With Quote
  #86  
Old 08-30-2009, 09:47 PM
carmichael1973's Avatar
carmichael1973 carmichael1973 is offline
 
Join Date: Aug 2006
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tahanan View Post
HI, I installed the mod and it's good and working pretty well. I just want to get rid of the description line but even if I check "no description", it will show "Description:"

Is this a bug?
Quote:
Originally Posted by Blue Ink View Post

I have the same problem... is there a fix?
Guys this is a simple fix... The <if> conditional is missing from the adv_portal_album_pictures_bit template.

Replace the adv_portal_album_pictures_bit template with this code and you will be fine:

Code:
$perrow
<td class="$bgclass">
<div class="smallfont" id="picturebits" align="center">
<a href="$vboptions[bburl]/album.php?$session[sessionurl]albumid=$picture[albumid]&amp;pictureid=$picture[pictureid]"><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>" $picture[dimensions] /></a>
<br /> <phrase 1="$vboptions[bburl]/member.php?$session[sessionurl]u=$picture[userid]" 2="$picture[musername]">$vbphrase[by_x]</phrase>
<if condition="$mod_options['album_picture_description']">
<br /> <strong>$vbphrase[description]</strong>: $picture[caption]
</if>
<if condition="$mod_options['album_picture_title']">
<br /> <strong>$vbphrase[album]</strong>: <a href="$vboptions[bburl]/album.php?$session[sessionurl]albumid=$picture[albumid]">$picture[albumstitle]</a>
</if>
</div>
</td>
Reply With Quote
  #87  
Old 09-09-2009, 08:44 AM
naz7 naz7 is offline
 
Join Date: Aug 2009
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great mod.
This mod will appear when i logged in as registered user.
However when i logged out, and view vbad cmps main page again, the mod has disappear.

i checked under Album Pictures -> Usergroup Permissions, it shows unregistered/ Not logged in user can view this.

it seems like a bug? or i'm missing something?

thanks. installed.
Reply With Quote
  #88  
Old 09-11-2009, 01:39 AM
rigodiaz rigodiaz is offline
 
Join Date: Jul 2006
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by p0lar_bear View Post
When the module is active on my page, the alt1 class seems to just disappear entirely from the html output; every place on the page where it would say class="alt1" just says class="". The class still exists in the CSS, however.

EDIT:
Huh. The unset(... $bgclass, ...); on line 84 of the module caused this. I commented that part out and it fixed it.

Also, if you have multiple copies of the module, if any of them have a certain user defined (like having a random images module right under a featured user album module), the ones loaded after it seem to inherit the setting for a specific user ID.
Thank you


Installed!
Reply With Quote
  #89  
Old 09-26-2009, 02:00 PM
Tolden Tolden is offline
 
Join Date: Sep 2009
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed the module, works fine so far. But when a user uploads a photo in one of his/her albums, which should not be public, the module shows a grey box. Is it possible to define that not public photos are completely not shown in the module?
Reply With Quote
  #90  
Old 09-29-2009, 03:06 PM
DeanoUK DeanoUK is offline
 
Join Date: Sep 2004
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tolden - interesting, because a member of mine has just complained that a private image of his is actually being shown within the latest thumbnails. If you don't have permission to view it, it asks you when you click on it. Surely it shouldn't be shown at all.

I'd even prefer the grey image if that's all that's possible, but it's actually being shown.

Presumably this a bug, and one that's quite important to fix?
Reply With Quote
  #91  
Old 12-12-2009, 09:53 AM
rasputin rasputin is offline
 
Join Date: Oct 2007
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi! Congratulations for this mod!

Is there a way to integrate this hack in the newsbits template to have a result like this?



Thanks in advance!
Reply With Quote
Reply


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 06:18 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05518 seconds
  • Memory Usage 2,318KB
  • 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
  • (1)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete