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)
-   -   Major Additions - Ultimate Media Gallery LITE (https://vborg.vbsupport.ru/showthread.php?t=203029)

Tophon 02-05-2009 07:07 PM

How much and where can I get the PRO?

Does it allow mass uploads?

Coroner 02-05-2009 07:21 PM

On my HP under Products (only registered members).
It will cost 44€ and supports Massupload

Tophon 02-05-2009 07:37 PM

Many thanks Coroner. It might be worth a post to say users need to go to License Manager to get the PRO, I was looking around for 20 mins on there. :)

Tophon 02-05-2009 08:01 PM

Edit: Just figured out the question that I added.

Coroner 02-06-2009 05:52 AM

Quote:

Originally Posted by Tophon (Post 1735490)
Many thanks Coroner. It might be worth a post to say users need to go to License Manager to get the PRO, I was looking around for 20 mins on there. :)

Sorry, I forgott to say.

Tophon 02-06-2009 11:31 AM

Coroner, very happy with this so far, great work.

Two things:

I have set up a public gallery and set permissions for guests to view images. It shows the main category (inc the thumbnail on the index) but cannot seem to view images in sub categories?
The permisions look ok that have been set but on the sub category, the option for unregistered and guests cannot be checked on the radio button? Any ideas?

Also, Ecards are disallowed but with permissions it still shows the option and on clicking it, it gives this error:

Code:

Invalid SQL:
SELECT
        media.*,user.username,COUNT(comment.comid) AS ccount,
        ca.userid AS gallery,ca.title AS cattitle,ca.description AS catdescription,ca.rateit,ca.comments,ca.modcomm,cat.permission,
        ca.buddies,ca.friends,ca.timestamp,ca.password,ca.real_pass,ca.parentid
        FROM umg_media AS media
        LEFT JOIN umg_category AS ca ON (ca.catid=media.catid)
        LEFT JOIN user AS user ON (user.userid=media.userid)
        LEFT JOIN umg_comment AS comment ON (comment.mediaid=media.mediaid
        AND comment.moderate=0 OR
        IF(ca.userid=0,
                (comment.moderate=1 AND
                        (comment.mediaid=media.mediaid AND (1 OR 1) OR
                                (comment.mediaid=media.mediaid AND comment.userid=25) OR
                                (comment.mediaid=media.mediaid AND comment.userid=25 AND (64 OR 128 AND 25))
                        )
                ),
                (comment.moderate=1 AND
                        (comment.mediaid=media.mediaid AND (1 OR 1) OR
                                (comment.mediaid=media.mediaid AND comment.userid=25) OR
                                (comment.mediaid=media.mediaid AND comment.userid=25 AND (64 OR 128 AND 25)) OR
                                (comment.mediaid=media.mediaid AND 25 AND 256)
                        )
                )
        )
)
        WHERE media.mediaid=55
       
        GROUP BY media.mediaid;

Not so much a big deal as I guess normal reg users cannot see the ecard option, but thought I would bring it to your attention.

ScottiG 02-07-2009 03:44 AM

I just ordered this product and paid via PayPal, but I cannot download from the products page, it shows my order as "open" - How long does it usually take to be able to download? I was hoping that the download would be instant as I am working on the site now and would like to have installed this right away.

Coroner 02-07-2009 05:56 AM

Sorry, we have a time difference of 12 hours (or more ?). And when I'm asleep, I can't read my emails.
But ... your status is now "active"

ScottiG 02-07-2009 07:34 AM

Thanks, and sorry for seeming impatient, I just thought the process would be automatic. I have downloaded and installed the files, but I cannot get into the umg.php - I get the vbulleting default page telling me I do not have permission to access the page.

The product installed just fine and I can see the settings in the admincp, and I have turned the gallery on, but I still cannot access it at all. Also, in the documentation, it shows a "permissions" page with a bunch of options, but I do not see that page in the admincp anywhere. The only "permissions" page I see is for moderators, super moderators, and administrators - Am I missing files?

Thanks in advance for the help.

ScottiG 02-07-2009 07:57 AM

Nevermind, I got it figured out - I did not change the permissions in the usergroups.

Coroner 02-07-2009 08:01 AM

*big smilie* - no problem.

Rckcrwlr 02-11-2009 11:45 AM

Can this be used for Hosting on the Forum???

I have problems with people posting info with pics and then two months later they delete them in Photobucket and now I have dead links.

I want to be able to manage them so that they cannot delete them.

Is this my answer???

Coroner 02-11-2009 03:10 PM

If you mean, that users can't delete images/medias - yes, but only in public gallery.
In their own private - they can !

Rckcrwlr 02-11-2009 03:26 PM

Quote:

Originally Posted by Coroner (Post 1740942)
If you mean, that users can't delete images/medias - yes, but only in public gallery.
In their own private - they can !

Great...and also it can be a host url links in the forum????

Coroner 02-11-2009 03:47 PM

I don't know, what your forum hosted - but you can insert some medialinks (in the UMG - not in the forum)

Rckcrwlr 02-11-2009 05:29 PM

I am a newbie so I may be asking it wrong..

I want it to act like a Photobucket or Youtube but on my server...

Is members upload their pics and video to UMG, can they get a link that they can add to their post on the forum.

Xphusion 02-12-2009 02:32 AM

how do i adjust the Upload file size 2.4 mb for a video? dont think so lol also how can i add more extentions to the upload area

this isnt goin to cut it

Allowed Filetypes:
jpg, jpeg, gif, png, avi, mp3, mid <--- neeeds SWF MP4 etctec
Allowed Filesizes:
2048 x 2048 (Pixels) or 2.5 MB of 64M <--- 2.5 mb ? more like 10 mb minimum

how can i adjust these? if they cant be well consider this mod un-installed

Coroner 02-12-2009 03:23 AM

Adjust this in the usergroups. You can set it individual for each usergroup.

Xphusion 02-12-2009 04:05 AM

gettin this error when trying to delete media


Code:

Database error in vBulletin 3.8.1:

Invalid SQL:
UPDATE vbumg_counts SET commentcount=0 WHERE catid=;

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 '' at line 1
Error Number  : 1064
Request Date  : Thursday, February 12th 2009 @ 01:03:36 AM
Error Date    : Thursday, February 12th 2009 @ 01:03:36 AM
Script        : http://nuke-design.net/umg.php
Referrer      : http://nuke-design.net/umg.php?c=3&page=1
IP Address    : MYIP
Username      : MYNAME
Classname    : MY_Database
MySQL Version : 5.0.41-community-log

Gettin This error when i Updated Category Counters
Code:

Database error in vBulletin 3.8.1:

Invalid SQL:
UPDATE
                        vbumg_counts SET
                        mediacount  =0,
                        media_date  =,
                        commentcount=0,
                        views      =0
                        WHERE catid=1;

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 '
                        commentcount=0,
                        views      =0
                        WHERE catid=1' at line 4
Error Number  : 1064
Request Date  : Thursday, February 12th 2009 @ 02:29:52 AM
Error Date    : Thursday, February 12th 2009 @ 02:29:54 AM
Script        : http://nuke-design.net/admincp/umg_admin.php?do=categorycount
Referrer      : http://nuke-design.net/admincp/umg_admin.php?do=maintenance
IP Address    : MYIP
Username      : MYNAKE
Classname    : MY_Database
MySQL Version : 5.0.41-community-log


Also what file to i need to edit to fix the icons .gif dosent look that great id rather use custom icons in .png format

Chadi 02-12-2009 04:29 AM

I tried your vgallery importer (both files). Didn't work.

https://vborg.vbsupport.ru/external/2009/02/86.png
https://vborg.vbsupport.ru/external/2009/02/87.png
https://vborg.vbsupport.ru/external/2009/02/88.png

I'm using vb 3.8.1 and PhotoPost vBGallery v2.2.

When I tried the import, vbgallery20_2_umg.php gave me this error:
Code:

<!--  /* Font Definitions */  @font-face    {font-family:&quot;Cambria Math&quot;;    panose-1:2 4 5 3 5 4 6 3 2 4;    mso-font-charset:1;    mso-generic-font-family:roman;    mso-font-format:other;    mso-font-pitch:variable;    mso-font-signature:0 0 0 0 0 0;} @font-face    {font-family:Calibri;    panose-1:2 15 5 2 2 2 4 3 2 4;    mso-font-charset:0;    mso-generic-font-family:swiss;    mso-font-pitch:variable;    mso-font-signature:-520092929 1073786111 9 0 415 0;} @font-face    {font-family:Consolas;    panose-1:2 11 6 9 2 2 4 3 2 4;    mso-font-charset:0;    mso-generic-font-family:modern;    mso-font-pitch:fixed;    mso-font-signature:-520092929 1073806591 9 0 415 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal    {mso-style-unhide:no;    mso-style-qformat:yes;    mso-style-parent:&quot;&quot;;    margin:0in;    margin-bottom:.0001pt;    mso-pagination:widow-orphan;    font-size:11.0pt;    font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;    mso-ascii-font-family:Calibri;    mso-ascii-theme-font:minor-latin;    mso-fareast-font-family:Calibri;    mso-fareast-theme-font:minor-latin;    mso-hansi-font-family:Calibri;    mso-hansi-theme-font:minor-latin;    mso-bidi-font-family:&quot;Times New Roman&quot;;    mso-bidi-theme-font:minor-bidi;} a:link, span.MsoHyperlink    {mso-style-priority:99;    color:blue;    mso-themecolor:hyperlink;    text-decoration:underline;    text-underline:single;} a:visited, span.MsoHyperlinkFollowed    {mso-style-noshow:yes;    mso-style-priority:99;    color:purple;    mso-themecolor:followedhyperlink;    text-decoration:underline;    text-underline:single;} p.MsoPlainText, li.MsoPlainText, div.MsoPlainText    {mso-style-noshow:yes;    mso-style-priority:99;    mso-style-link:&quot;Plain Text Char&quot;;    margin:0in;    margin-bottom:.0001pt;    mso-pagination:widow-orphan;    font-size:10.5pt;    font-family:Consolas;    mso-fareast-font-family:Calibri;    mso-fareast-theme-font:minor-latin;    mso-bidi-font-family:&quot;Times New Roman&quot;;    mso-bidi-theme-font:minor-bidi;} span.PlainTextChar    {mso-style-name:&quot;Plain Text Char&quot;;    mso-style-noshow:yes;    mso-style-priority:99;    mso-style-unhide:no;    mso-style-locked:yes;    mso-style-link:&quot;Plain Text&quot;;    mso-ansi-font-size:10.5pt;    mso-bidi-font-size:10.5pt;    font-family:Consolas;    mso-ascii-font-family:Consolas;    mso-hansi-font-family:Consolas;} .MsoChpDefault    {mso-style-type:export-only;    mso-default-props:yes;    mso-ascii-font-family:Calibri;    mso-ascii-theme-font:minor-latin;    mso-fareast-font-family:Calibri;    mso-fareast-theme-font:minor-latin;    mso-hansi-font-family:Calibri;    mso-hansi-theme-font:minor-latin;    mso-bidi-font-family:&quot;Times New Roman&quot;;    mso-bidi-theme-font:minor-bidi;} @page Section1    {size:8.5in 11.0in;    margin:1.0in 1.0in 1.0in 1.0in;    mso-header-margin:.5in;    mso-footer-margin:.5in;    mso-paper-source:0;} div.Section1    {page:Section1;} -->  Invalid SQL:
  ALTER TABLE adv_gallery_categories ADD `umgid` INT(11) NOT NULL DEFAULT '0';
 
  MySQL Error  : Table 'admincd_vbulletin.adv_gallery_categories' doesn't exist
  Error Number  : 1146
  Request Date  : Thursday, February 12th 2009 @ 12:06:29 AM
  Error Date    : Thursday, February 12th 2009 @ 12:06:30 AM
  Script        : http://www.talkjesus.com/vbgallery20_2_umg.php?do=convert_a
  Referrer      : http://www.talkjesus.com/vbgallery20_2_umg.php
  IP Address    : xxxxx
  Username      : Chad
  Classname    : vB_Database
  MySQL Version : 5.0.67-community

When I tried vbgallery_2_umg.php, it imported everything fine, however see above screenshots (note: the duplicate categories is only because I ran that file twice).

Also got this db error:

Code:

Invalid SQL:
  UPDATE
                    umg_counts SET
                    mediacount  =0,
                    media_date  =,
                    commentcount=0,
                    views      =0
                    WHERE catid=1;
 
  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 '
                    commentcount=0,
                    views      =0
                    WHERE catid=1' at line 4
  Error Number  : 1064
  Request Date  : Thursday, February 12th 2009 @ 12:11:06 AM
  Error Date    : Thursday, February 12th 2009 @ 12:11:06 AM
  Script        : http://www.talkjesus.com/xxxxx/umg_admin.php?do=categorycount
  Referrer      : http://www.talkjesus.com/xxxxx/umg_admin.php?do=maintenance
  IP Address    : xxxxx
  Username      : Chad
  Classname    : vB_Database
  MySQL Version : 5.0.67-community


Coroner 02-12-2009 10:32 AM

Will check the database error.

Converter:
vbgallery20_2_umg.php this is the "old" vbgallery.
vbgallery_2_umg.php, is the newer version of vbgallery

So give me a few minutes/hours - will check the database error, and change the upload

Coroner 02-12-2009 11:52 AM

So, hope that fixed now. See the EDIT note !

Chadi 02-12-2009 12:44 PM

Thanks but still doesn't work.

- no images show up per categories
- comments not imported
- statistics in footer still blank
- no thumbnails on gallery home page

Coroner 02-12-2009 01:06 PM

1.) Have you got an error ?
2.) After converting, it will show the structure of categories - does it ? If not, it wasn't finished !

Leave the 2 for categories (maybe set the checkbox to yes) - start it !

DON'T DO ANYTHING - LEAVE IT AS IT IS (it can take up to 30 minutes - avaible on images, comments, eg...)

I've tested all of the converters - and all will work.

Coroner 02-12-2009 02:29 PM

Sorry, I've completely forgotten the arabic countries. (grammaticaly right ???)
They still need a "fliped" forum (right -> left).

In the product, locate the template umg_main.
search for:
Code:

<html>
and change this line into:
Code:

<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
That's all - sorry again.

Chadi 02-12-2009 06:01 PM

Quote:

Originally Posted by Coroner (Post 1741864)
1.) Have you got an error ?
2.) After converting, it will show the structure of categories - does it ? If not, it wasn't finished !

Leave the 2 for categories (maybe set the checkbox to yes) - start it !

DON'T DO ANYTHING - LEAVE IT AS IT IS (it can take up to 30 minutes - avaible on images, comments, eg...)


I've tested all of the converters - and all will work.

It does not work. I ran vbgallery_2_umg.php after re-uploading all files fresh, reimporting fresh and chmodding 777 the gallery folder. I did not get an error during the import process, but it still does not work. No photos show up in each category. No stats.

The import did show the category structure and end with the "finish" in the link, on last step.

mhender 02-15-2009 09:46 AM

How can I delete photos out of the gallery?

Coroner 02-15-2009 02:43 PM

In the gallery album. mark the checkbox(es) and - at the right bottom - use the inlinemod.

ScottiG 02-20-2009 05:22 AM

I have the pro version installed and running on my site - It works great, but I just downloaded the latest version 1.4.6 and now the "latest" thumbnails no longer show on the main gallery page - I have/had them set up correctly as they worked just fine in the old version. Also, I imported the UMG in profilefield product, but that does not seem to work either. The user's profiles that have images in the gallery do not look any different than before the installation. I checked your site to see how the feature worked, but it does not appear to be working on your site either, nor do the thumbnails appear on the main gallery page of your site either.

Is there missing code in the new version? An oversight perhaps?

Also, it would be great to have the ability for members to be able to link to ALL the images they have uploaded from their signature, or to simply provide other users with a link to perform this task. For example, let's say I have uploaded 150 images total and have 30 images in five different categories, but I wanted to have a link in my signature to direct people to ALL my images in a gallery layout - Could you add this feature? I am aware that you can do a search for a members media, and also you can click the link from the member list t see all the members media, but the URL that the link outputs does not function the same when used as an external URL link as it does when you click on it from within the gallery itself. This seems like it would be a simple thing to figure out, but I simply do not know how to do it.

Thanks in advance for addressing my issues.

Coroner 02-20-2009 09:52 AM

Can we make the Support for the PRO here ?
http://www.php-unlimited.com/forumdisplay.php?f=76

There are too many differences between LITE and PRO.

Chadi 02-20-2009 04:05 PM

Hey Coroner,

Just curious if you can iron out the issues with the vbgallery import script you have.

Thanks.

Vindicator 02-22-2009 12:39 AM

great system. Installed without issue. Got a few bugs.

1. Uploading video media completes without error but never shows up in UMG
2. Upload count doesnt represent what you actually see when you click on the category (no subs)

Here's the link if you want to peek - http://www.skylineowners.com/forum/umg.php?


Cheers Coroner - Never easy supporting a new mod release!

Vindicator 02-22-2009 01:15 AM

I found a few of these errors in my apache error log

PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of umg_get_mother_categories(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in <removedactualpath>/forum/umg_gallery/umg_actions.php on line 109

Hope that helps.

aztecboi2003 02-22-2009 05:13 AM

Installed this and it shows up in the admin cp but not anywhere on my forums. No link in the navbar. I can manually go to the link for it but it says I don't have permission. I set the permissions in the usergroup manager but they don't stay saved. Any ideas?

Coroner 02-22-2009 09:15 AM

Quote:

Originally Posted by Vindicator (Post 1751104)
I found a few of these errors in my apache error log

PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of umg_get_mother_categories(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in <removedactualpath>/forum/umg_gallery/umg_actions.php on line 109



Hope that helps.

How many categories do you have ?

Coroner 02-22-2009 09:16 AM

Quote:

Originally Posted by aztecboi2003 (Post 1751180)
Installed this and it shows up in the admin cp but not anywhere on my forums. No link in the navbar. I can manually go to the link for it but it says I don't have permission. I set the permissions in the usergroup manager but they don't stay saved. Any ideas?

Permissions are vB standard. Maybe uninstall and reinstall will help

Vindicator 02-22-2009 12:03 PM

5 categories. (2 for pictures, 2 for videos, 1 for both). None of them are nested, all top level categories.

Just realised I hadn't set permissions up to allow you access. I've done that now. You can upload ( <5mb ) to the public gallery if you want to check what happens.

Coroner 02-22-2009 12:32 PM

yes, please

aztecboi2003 02-22-2009 01:13 PM

Quote:

Originally Posted by Coroner (Post 1751255)
Permissions are vB standard. Maybe uninstall and reinstall will help

I didn't realize it created an additional custom usergroup. I kept deleting that usergroup. It appears to work now but it won't let me create a public gallery category though. It makes it private.

Coroner 02-22-2009 01:57 PM

Ok, to create a public gallery.

Go into the UserCP (umg).
Do you have two links of "Categories" ?
If so, use the 2nd link - if not, go into the AdminCP - Usergroups and set you Usergroup to UMG-Admin and check it out again.


All times are GMT. The time now is 11:08 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.01665 seconds
  • Memory Usage 1,860KB
  • 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
  • (7)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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