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

SonicGT 12-03-2009 08:29 PM

Quote:

Originally Posted by cyclical (Post 1924313)
Works for me VB4 Beta 4 here...

I also would like the option to show it at the top of the forum instead of the bottom.

Agreed, or a way to custom place it into the page where you like.

cyclical 12-05-2009 01:52 PM

Quote:

Originally Posted by SonicGT (Post 1924907)
Agreed, or a way to custom place it into the page where you like.

lol... I have a mustang website as well.

Definately having a few different options would be great.

SonicGT 12-05-2009 02:14 PM

With beta 5 this mod is now missing some of the vb4 style, its missing the border properly

pozo 12-06-2009 02:05 PM

Quote:

Originally Posted by SonicGT (Post 1925714)
With beta 5 this mod is now missing some of the vb4 style, its missing the border properly

Same problem...
Can somebody help us with a code fix? :confused:

BBR-APBT 12-06-2009 04:27 PM

Quote:

Originally Posted by pozo (Post 1926295)
Same problem...
Can somebody help us with a code fix? :confused:

Replace the templates with the following code.

Template newalbum_print
Code:

<div id="wgo_onlineusers" class="wgo_subblock">

                                <h3><img src="{vb:stylevar imgdir_misc}/users_online.png" alt="{vb:rawphrase currently_active_users}" />{vb:raw resimlery}</h3>
                                <div>
<table class="block" cellpadding="6" cellspacing="6" border="0" width="100%" align="center">
<tr>
{vb:raw resimler}
</tr>
</table>

                                </div>
                        </div>


Template newalbum_picture
Code:

<td align="center">       
                <a class="picture" href="album.php?albumid={vb:raw lpicture.albumid}&amp;attachmentid={vb:raw lpicture.attachmentid}"><img  src="attachment.php?attachmentid={vb:raw lpicture.attachmentid}&amp;thumb=1&amp;d=1258906442" alt="269" border="0" /></a>
<br />
<a href="member.php?u={vb:raw lpicture.userid}">{vb:raw lpicture.musername}</a>
<br />
{vb:raw lpicture.title}
</td>


P.S. This will also add the code for the album name and the user the photo belongs too.

pozo 12-06-2009 04:36 PM

Thank you so much, it looks perfect! :up: :up:

By the way... Is there any possibility to put that box above the forums/categories?

BBR-APBT 12-06-2009 04:46 PM

Quote:

Originally Posted by pozo (Post 1926373)
Thank you so much, it looks perfect! :up: :up:

By the way... Is there any possibility to put that box above the forums/categories?

Sure, but this isn't my mod to post major changes to. I am sure when vbulletin 4.0 hits gold he will update this just as it was before so it has different places to put it.

I think he left it limited for the vBulletin beta releases. He already had the code in place to display the album name and album owner. I just added the code to the template on my fix for beta5.

I was just trying to help with a fix till this mods coder gets around to update it.

MrEyes 12-07-2009 06:49 PM

Unless I am missing something, which is entirely possible, the mod doesn't currently respect profile privacy settings. As an example, if a member selects that only friends can see their album the thumbnails from that album may still be displayed. Arguably if the member has selected that option then the thumbnails shouldn't be displayed either.

To fix this the main SQL select needs to change to include:

LEFT OUTER JOIN profileblockprivacy AS pbp ON (pbp.userid = album.userid AND pbp.blockid = 'album')

and

AND (pbp.requirement = 0 OR pbp.requirement IS null)

odonel 12-08-2009 12:04 PM

it messes the layout on fixed width forum if more than 3 pictures, any fix ?

BBR-APBT 12-09-2009 04:17 PM

Is any one else having a problem with the all images not loading every time? On every page reload I have at least one image not load.


All times are GMT. The time now is 11:29 AM.

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.01575 seconds
  • Memory Usage 1,744KB
  • 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
  • (5)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