vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - vBA CMPS Module: Random album pictures (https://vborg.vbsupport.ru/showthread.php?t=249105)

BlackThorn 08-21-2010 10:00 PM

vBA CMPS Module: Random album pictures
 
Removed.

BlackThorn 08-22-2010 08:26 AM

Reserved.

Wunderlust 08-22-2010 09:49 AM

Awesome, However some issues. I cannot get it to display in a row. It only does the vertical configuration regardless of how many pictures you select per row.

There is also a red box shown above each picture.

Do you have the module php file instead of the xml?

Hippy 08-22-2010 10:24 AM

thanks BlackThorn

BlackThorn 08-22-2010 10:35 AM

Quote:

Originally Posted by Wunderlust (Post 2087735)
Awesome, However some issues. I cannot get it to display in a row. It only does the vertical configuration regardless of how many pictures you select per row.

There is also a red box shown above each picture.

Do you have the module php file instead of the xml?

It's okay added. Try other new xml module file.

Regards,

Hippy 08-22-2010 11:05 AM

same red box there caused but this line
Code:

<img class="page" src="{vb:raw picture.thumburl}" border="0" /></a><br />

Wunderlust 08-22-2010 11:06 AM

No Joy.. still does nt work!

Wunderlust 08-22-2010 11:10 AM

Ok module works but the red box exists

BlackThorn 08-22-2010 12:36 PM

Well, sorry guys... Forget internet explorer browser testing sorry again...

IE Errors fixed now...

Module has been updated by me now. :rolleyes:

Regards,

jackichan70 08-22-2010 12:40 PM

still failed with horizontal

BlackThorn 08-22-2010 12:50 PM

Quote:

Originally Posted by jackichan70 (Post 2087802)
still failed with horizontal

Are you sure? Please let me see that like a screenshot demo.

jackichan70 08-22-2010 01:10 PM

Horizontal such distorted picture preview here . thank you .

Hippy 08-22-2010 01:31 PM

besides adding the <br /> under
Code:

<div class="smallfont" id="picturebits" align="center">
again
they work great

vLkn 08-22-2010 02:51 PM

Cool :rolleyes:

Thanks Savas Installed!

BlackThorn 08-22-2010 05:45 PM

Quote:

Originally Posted by vLkn (Post 2087850)
Cool :rolleyes:

Thanks Savas Installed!

Youre welcome (:

Quote:

Originally Posted by Hippy (Post 2087820)
besides adding the <br /> under
Code:

<div class="smallfont" id="picturebits" align="center">
again
they work great

Thank you!
Really I was boring that!

Daryn 08-24-2010 02:04 AM

A smal problem. If you turn off descriptions on the vertical one the word "Description:" is still shown. Also even if you enable Album title it is not shown on the vertical one. Just something to look at.

BlackThorn 08-24-2010 02:22 AM

Quote:

Originally Posted by Daryn (Post 2088625)
A smal problem. If you turn off descriptions on the vertical one the word "Description:" is still shown. Also even if you enable Album title it is not shown on the vertical one. Just something to look at.

Open your adv_portal_album_pictures_bit template and find;

PHP Code:

<br /> 
{
vb:rawphrase description}: {vb:raw picture.caption

DELETE and save then, it's okay. And I didn't add albums title code to this module :) May be I can update this module next the time mate.

Best Regards.

bada_bing 08-24-2010 12:25 PM

OK this mod jacked up my portal. Installed it and seemed to work fine when logged in as admin but then tried to login as a member and I received database errors when accessing my vbadvanced home. I tried to re-install the plugin with same results so I tried to un-install the plugin now when I visit my portal I get this.. I need a fix please..

Quote:

Warning: require([path]/modules/latest_album_pictures.php) [function.require]: failed to open stream: No such file or directory in [path]\includes\vba_cmps_global.php on line 62

Warning: require([path]/modules/latest_album_pictures.php) [function.require]: failed to open stream: No such file or directory in [path]\includes\vba_cmps_global.php on line 62

Fatal error: require() [function.require]: Failed opening required 'C:\Domains\teenzspot.net\wwwroot\forums/modules/latest_album_pictures.php' (include_path='.;C:\php5\pear') in C:\Domains\mysite.net\wwwroot\forums\includes\vba_ cmps_global.php on line 62

bada_bing 08-24-2010 12:30 PM

OK so I restored by vbadvanced portal by reinstalling this plugin but disabling it. I either need a fix or how to uninstall this without breaking my site!

BlackThorn 08-24-2010 02:36 PM

This module will be fix coming soon. Please be patient :)

Daryn 08-24-2010 04:46 PM

Thanks for the notice BT. I had the same problem and was going to mention it, but it's good to know that you're ahead of us already.

bada_bing 08-25-2010 06:24 PM

Quote:

Originally Posted by BlackThorn (Post 2088870)
This module will be fix coming soon. Please be patient :)

Just wanted to see when you might release a fix

benstillman 08-26-2010 03:46 PM

Change alt="269" to alt="{vb:raw picture.title}" in the adv_portal_album_pictures_bit template. FYI.

benstillman 08-26-2010 05:57 PM

Problem, big problem. It throws a generic database error for guests/people not logged in. Works fine if you're logged in.

This is the code causing the problem:


Code:

      if(!(can_moderate(0, 'caneditalbumpicture')) OR !(can_moderate(0, 'candeletealbumpicture')))
        { $getpicturesstate = (($getpicturesuser) ? ' AND' : '') . ' (album.state = \'public\' OR (NOT ISNULL(userlist.relationid) AND album.state = \'private\'))'; }


morrow 08-26-2010 09:35 PM

Any way to include most recent attachments?

BlackThorn 08-28-2010 04:23 AM

UPDATED.

Winter Sonata 08-28-2010 12:31 PM

works without database error this time :) THANKS

bada_bing 09-01-2010 08:10 PM

OK so I come across another major bug with this plug albumspictures(horizontal).xml

Everything appears to work good when logged as administrator or not logged in at all BUT when I login with a normal member account I get a database error.. Please correct this as I have it disabled for now if the fix comes out shortly.

BlackThorn 09-01-2010 08:49 PM

Quote:

Originally Posted by bada_bing (Post 2092585)
OK so I come across another major bug with this plug albumspictures(horizontal).xml

Everything appears to work good when logged as administrator or not logged in at all BUT when I login with a normal member account I get a database error.. Please correct this as I have it disabled for now if the fix comes out shortly.

Are you sure for that? I've tested this module again but I didn't get an error yet?
Please install that module again and let me see when you installed.

Wunderlust 09-01-2010 09:21 PM

I have the same database issue for non admins.

BlackThorn 09-01-2010 09:38 PM

Please send me your site link.

bada_bing 09-02-2010 03:21 PM

Quote:

Originally Posted by BlackThorn (Post 2092597)
Are you sure for that? I've tested this module again but I didn't get an error yet?
Please install that module again and let me see when you installed.

BlackThorn

This module is still installed but disabled because if I keep it enabled them my members cant access the portal (vbadvanced) without getting a database error.

If you like PM me with when you want to test and I can create a userid on my site and I will enable the module so you can see it. We can also IM using google IM if you want to change, let me know that via PM ok

Thanks

Pinto Pony 02-03-2011 04:05 PM

Looks and works great :) Thanks!

nocte 03-25-2011 10:05 PM

Does this module respect privacy settings for albums?

BlackThorn 03-26-2011 03:47 AM

Quote:

Originally Posted by nocte (Post 2177484)
Does this module respect privacy settings for albums?

You would change it, setting in admincp -> vBA CMPS permissions section.

PS still, I hadn't update to this vBA CMPS module so I think, a new version will release for vBulletin 4.1.3 version.

MonkYZ 06-10-2011 09:32 AM

Unfortunatelly after installing this module in vBA it crashed my whole site (vB 4.1.3) :(
Waiting for an update...

jitkoo 06-16-2011 11:21 AM

(vB 4.1.3) :(

imported_dfmafia 12-04-2011 03:08 AM

vBA still works but module doesnt display.

vB 4.1.8
vBA 4.1.2

xertox 04-03-2012 02:16 AM

Doesn't display for me either...

vB 4.1.11
vBA 4.1.2

xertox 04-09-2012 07:53 PM

I have it working now. Is it possible to set it to grab all images like from social groups and from the forums?


All times are GMT. The time now is 05:03 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.02145 seconds
  • Memory Usage 1,816KB
  • 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
  • (4)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
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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