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)

8thos 10-15-2010 08:20 PM

Where the hell is 'Show Albums' at? I don't even see it. Only registered members can view albums. I want guests to be able to view the random pictures, but not be able to bring up any licks if they click on them. How do I set that up?

Goonie 10-15-2010 09:39 PM

how do i change the background colour so it matches my style?

paarmis.queen 10-15-2010 09:48 PM

tnx installed

spider62 10-18-2010 10:44 AM

Up !

Hi, how to display the photos on several lines? thank you

Cicada 10-21-2010 09:48 PM

this happened to mine today -- what could be the cause?

http://img232.imageshack.us/img232/7113/oopsf.jpg

MrBig 10-21-2010 10:32 PM

Quote:

Originally Posted by Cicada (Post 2112531)
this happened to mine today -- what could be the cause?

http://img232.imageshack.us/img232/7113/oopsf.jpg

did you upgrade you forum? i upgraded my forum to 4.08 and it just went nuts

Cicada 10-21-2010 10:56 PM

Quote:

Originally Posted by MrBig (Post 2112551)
did you upgrade you forum? i upgraded my forum to 4.08 and it just went nuts

i havent upgraded to 4.0.8 yet, i'm scheduling that for this weekend.

i _did_ play with image thumbnail settings and upload settings, but i rebuit my thumbnails [after changing the settings back] , and it's still showing the full-sized images :(

The Coon 10-23-2010 02:16 PM

Provisional arrangement after upgrading to 4.0.8:

Change template: newalbum_print

Search:
PHP Code:

<h3

Replace with:

PHP Code:

<h3 class="blocksubhead"


MrBig 10-26-2010 06:00 AM

Quote:

Originally Posted by jacko_162 (Post 1956441)
edit template: newalbum_picture

replace all with:
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="Image uploaded by: {vb:raw lpicture.musername}" border="0" /></a>
<br />
<a href="member.php?u={vb:raw lpicture.userid}">{vb:raw lpicture.musername}</a>
<br />
{vb:raw lpicture.title}
</td>

will give you a little more "tool tip" info.

nice!

ivanp 11-03-2010 05:52 PM

SQL query is very slow, should be optimized:
Code:

mysql> explain SELECT albumpicture.*, album.*, user.username, user.usergroupid,
    ->  IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
    ->  FROM attachment AS albumpicture
    ->  LEFT JOIN album AS album ON(album.albumid = albumpicture.contentid)
    ->  LEFT JOIN user AS user ON(user.userid = album.userid)
    ->  WHERE album.state = 'public' and albumpicture.contenttypeid = 8
    ->  ORDER BY dateline DESC LIMIT 0, 5;

+----+-------------+--------------+--------+--------------------------------------+-----------+---------+---------------------+------+----------------------------------------------+
| id | select_type | table        | type  | possible_keys                        | key      | key_len | ref                | rows | Extra                                        |
+----+-------------+--------------+--------+--------------------------------------+-----------+---------+---------------------+------+----------------------------------------------+
|  1 | SIMPLE      | album        | ALL    | PRIMARY                              | NULL      | NULL    | NULL                | 4929 | Using where; Using temporary; Using filesort |
|  1 | SIMPLE      | albumpicture | ref    | contentid,contenttypeid              | contentid | 4      | forum.album.albumid |    3 | Using where                                  |
|  1 | SIMPLE      | user        | eq_ref | PRIMARY                              | PRIMARY  | 4      | forum.album.userid  |    1 |                                              |
+----+-------------+--------------+--------+--------------------------------------+-----------+---------+---------------------+------+----------------------------------------------+
3 rows in set (0.00 sec)



All times are GMT. The time now is 12:54 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.01604 seconds
  • Memory Usage 1,747KB
  • 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
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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