vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Social Group and Album Enhancements - All Albums (https://vborg.vbsupport.ru/showthread.php?t=172215)

abroad 02-20-2010 10:47 AM

that should be a standard mod vor vb4. Photos are great assets and make a website interesting.

AzH 02-21-2010 06:50 PM

Excellent mod. Should have been default.

pjcnlv 02-25-2010 01:53 AM

Is this going anywhere? it is desperately needed for VB4.

x626xblack 02-25-2010 01:02 PM

Please update for vb4

pjcnlv 03-04-2010 04:17 AM

This is obviously no longer supported and should be pulled from the site.

Digital Jedi 03-04-2010 04:24 AM

Quote:

Originally Posted by pjcnlv (Post 1996632)
This is obviously no longer supported and should be pulled from the site.

That's not how it works. If they pulled mods that were no longer supported, they'd have to pull more than half the mods from the site. Why would they even pull a working modification for an existing version of vBulletin?

Videx 03-04-2010 05:40 AM

Ha. They won't even pull mods that don't work (can you say "Passive Video"?). Most likely this author has simply not yet updated to vb4.

horussjr 03-05-2010 06:36 PM

update to vb4.0 please

abroad 03-05-2010 08:35 PM

we need an update...

Digital Jedi 03-06-2010 06:11 PM

Quote:

Originally Posted by horussjr (Post 1997966)
update to vb4.0 please

Quote:

Originally Posted by abroad (Post 1998028)
we need an update...

Come on guys, constantly saying that isn't going to make it happen any faster, or at all.

MrToasty 03-13-2010 05:51 AM

Looks like all of us who've upgraded to vB4 are in luck thanks to HCGB! :)
https://vborg.vbsupport.ru/showthread.php?t=237931

Butzel 03-22-2010 06:19 AM

Quote:

Originally Posted by Butzel (Post 1949388)
I would like to have 2 columns for all albums.

Please, can you help me ? Thanks

many users create an album without filling it. To cancel these albums, it would be nice to have a simple way to delete them.
Perhaps there ist help for the 2 columns view ??

Thank you

MrD 03-22-2010 06:35 AM

Hi,
deleting Albums is not Part of this Addon.
This is a VB Feature, but the Way to Cancel is simpel.

Go in the album an click delete Album

conradk 04-11-2010 10:07 PM

This is a nice mod and agree it is better implemented than the vB4.x album view.

career 04-18-2010 08:07 AM

Seems this mod havn't search by album title and username.

furst 06-11-2010 06:05 AM

Quote:

Originally Posted by MrToasty (Post 2002623)
Looks like all of us who've upgraded to vB4 are in luck thanks to HCGB! :)
https://vborg.vbsupport.ru/showthread.php?t=237931

thanks, works well.

CPB123 07-31-2010 11:19 AM

Abe, I've been using your All Albums hack for a long time and my users love it. Recently one of my users noticed that the Prev | Next words at the top right of the page had completely disappeared, and we're not sure what this coincided with or when it happend (via previous vB upgrades, etc). The pipe is still there | where it should be, but looking at the page source the words don't get displayed.

Has anyone had this problem? I'm running 3.4.8 PL2 and v2.5 of this hack. I also tried installing the "Album Next and Prev links use AJAX" and then the AJAX code shows in the source but the words still aren't there on the page.

*edit* the First / Last words do show up I just realized.. its just Prev|Next totally missing *edit*

BirdOPrey5 09-19-2010 08:46 PM

Installed, Thanks.

snobbytec 10-04-2010 07:20 PM

Hello,

installed but my Guests can“t view all_albums.php

What can i do ? View Albums is allowed for Guests

mightypilot 11-24-2010 07:33 PM

Does this "All Albums" mod support VB 4.0.8?

Mark

mightypilot 11-24-2010 07:35 PM

Sorry, I missed the previous post. I'll go check it out..

Mark
------------------------------------------
Originally Posted by MrToasty View Post

Looks like all of us who've upgraded to vB4 are in luck thanks to HCGB!
https://vborg.vbsupport.ru/showthread.php?t=237931

thanks, works well.

Scandal 12-07-2010 02:05 PM

Thank you very much!

Ευχαριστώ! (in Greek :D )

floggerss 01-28-2011 03:56 PM

How can i this manually to the navbar?

BirdOPrey5 01-28-2011 11:16 PM

The exact code can vary by style but for anything close to the default style it would be...

Edit navbar template.

Find this line:
Code:

<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
Right before or right after it add this line:

Code:

<td class="vbmenu_control"><a href="all_albums.php$session[sessionurl_q]">$vbphrase[all_albums]</a></td>

xenxo blanco 02-14-2011 11:38 PM

Perfect! Installed!

floggerss 02-16-2011 04:30 PM

I get this errror

SELECT album.*,
> picture.pictureid, picture.extension, picture.idhash,
> picture.thumbnail_dateline, picture.thumbnail_width, picture.thumbnail_height,
> user.*
> FROM album AS album
> LEFT JOIN picture AS picture ON (album.coverpictureid = picture.pictureid AND picture.thumbnail_filesize > 0)
> LEFT JOIN user AS user ON (album.userid = user.userid)
> WHERE album.state IN ('public', 'private', 'profile')
> ORDER BY
> LIMIT 0, 10;
>
> MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 0, 10' at line 10
> Error Number : 1064
> Request Date : Sunday, February 13th 2011 @ 02:35:14 PM
> Error Date : Sunday, February 13th 2011 @ 02:35:15 PM
> Script : http://stylers.com.ar/all_albums.php
> Referrer :

troyuncucom 07-02-2011 05:22 PM

i want to click on picture, and go next picture. How can i use it?

And, can i use with vbseo?

BirdOPrey5 07-02-2011 05:53 PM

Quote:

Originally Posted by troyuncucom (Post 2215934)
i want to click on picture, and go next picture. How can i use it?

That has nothing to do with this mod. Try this: https://vborg.vbsupport.ru/showthread.php?t=254064

Sheldon77 10-05-2011 11:21 AM

Hello,

I seen good review regarding this hack but, when I tried to install in new version of Vbulletin 4.1.6, it giving me error of below,

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: album_all_navbar_link in [path]\includes\functions.php on line 4183

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: album_all_quick_links in [path]\includes\functions.php on line 4183

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: album_all_sortarrow in [path]\includes\functions.php on line 4183

Please let me know if anything I need to modified to work it perfectly.

Mahendra

BirdOPrey5 10-05-2011 03:42 PM

Quote:

Originally Posted by Sheldon77 (Post 2253547)
Hello,

I seen good review regarding this hack but, when I tried to install in new version of Vbulletin 4.1.6, it giving me error of below,

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: album_all_navbar_link in [path]\includes\functions.php on line 4183

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: album_all_quick_links in [path]\includes\functions.php on line 4183

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: album_all_sortarrow in [path]\includes\functions.php on line 4183

Please let me know if anything I need to modified to work it perfectly.


Mahendra

This is a 3.8 hack, it won't work on 4.x at all.

gonzek 10-14-2011 04:06 PM

Hi,

anybody knows something about hack like this for vb 4.x?

SiteTalkZone 10-17-2011 04:22 PM

Quote:

Originally Posted by gonzek (Post 2257200)
Hi,

anybody knows something about hack like this for vb 4.x?

yes here https://vborg.vbsupport.ru/showthread.php?t=237931

good luck

Alfa1 12-31-2011 09:44 AM

After upgrading to vb3.8.7 and php 5.3.8, I get the same error as floggerss:
Quote:

Originally Posted by floggerss (Post 2163267)
I get this errror

SELECT album.*,
> picture.pictureid, picture.extension, picture.idhash,
> picture.thumbnail_dateline, picture.thumbnail_width, picture.thumbnail_height,
> user.*
> FROM album AS album
> LEFT JOIN picture AS picture ON (album.coverpictureid = picture.pictureid AND picture.thumbnail_filesize > 0)
> LEFT JOIN user AS user ON (album.userid = user.userid)
> WHERE album.state IN ('public', 'private', 'profile')
> ORDER BY
> LIMIT 0, 10;
>
> MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 0, 10' at line 10
> Error Number : 1064
> Request Date : Sunday, February 13th 2011 @ 02:35:14 PM
> Error Date : Sunday, February 13th 2011 @ 02:35:15 PM
> Script : http://stylers.com.ar/all_albums.php
> Referrer :

Does anyone have a fix?

BirdOPrey5 12-31-2011 04:57 PM

The problem is the SQL statement is missing something after "ORDER BY" it should be ORDER BY _field_name_ of some sort, not sure what off hand though.

jskoh 01-13-2012 07:19 PM

hi, can manually insert the script. one of my template isnt showing the "All album" on the nav bar. where and what should i add on the template?

accludetuner 02-14-2012 07:06 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2282566)
The problem is the SQL statement is missing something after "ORDER BY" it should be ORDER BY _field_name_ of some sort, not sure what off hand though.

There are sort options:
PHP Code:

ORDER BY $sortname $sortorder 

The issue I noticed is that I was getting this error because of malformed URLs. Every time I received this invalid SQL error, the URL had the "?language=" added at the end of the URL - /forum/all_albums.php?language=af

Not sure if that helps some of you with this error.

-P

LenBoyer 01-06-2013 11:08 PM

I am verified on the board, and not showing up as unregistered. Any Ideas?

Len

LenBoyer, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

mykkal 03-11-2013 01:36 PM

can we get thumbnails & descriptions?


All times are GMT. The time now is 01:36 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.02975 seconds
  • Memory Usage 1,819KB
  • 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
  • (1)bbcode_php_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (38)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