vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - Ultimate Media Gallery LITE (https://vborg.vbsupport.ru/showthread.php?t=201533)

Coroner 03-21-2009 06:43 AM

Quote:

Originally Posted by stieger (Post 1770664)
hello,

i need a link to which file ? umg.php ?
i can't see something by flugzone.ch/umg.php > the system say > you have no rights to see this page!
But i'm the Admin of the Page ?

Sorry for my English normal i speak Swiss German :-)

I know, but the language here is english *g
Have you set the permissions for the usergroups ?

Coroner 03-21-2009 06:44 AM

Quote:

Originally Posted by SVTCobraLTD (Post 1772685)
Database Error

Code:

Database error in vBulletin 3.6.10:

Invalid SQL:

SELECT
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
language.phrasegroup_album AS phrasegroup_album,
language.phrasegroup_user AS phrasegroup_user,
language.phrasegroup_search AS phrasegroup_search,
language.phrasegroup_posting AS phrasegroup_posting,
language.phrasegroup_umg AS phrasegroup_umg,
language.phrasegroup_showthread AS phrasegroup_showthread,
language.phrasegroup_global AS phrasegroup_global,
language.options AS lang_options,
language.languagecode AS lang_code,
language.charset AS lang_charset,
language.locale AS lang_locale,
language.imagesoverride AS lang_imagesoverride,
language.dateoverride AS lang_dateoverride,
language.timeoverride AS lang_timeoverride,
language.registereddateoverride AS lang_registereddateoverride,
language.calformat1override AS lang_calformat1override,
language.calformat2override AS lang_calformat2override,
language.logdateoverride AS lang_logdateoverride,
language.decimalsep AS lang_decimalsep,
language.thousandsep AS lang_thousandsep

FROM user AS user
LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid)
LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN language AS language ON (language.languageid = IF(user.languageid = 0, 1, user.languageid))

WHERE user.userid = 1;

MySQL Error  : Unknown column 'language.phrasegroup_album' in 'field list'
Error Number : 1054
Date        : Friday, March 20th 2009 @ 12:17:42 PM
Script      : http://www.XXXXXX.com/forums/umg.php
Referrer    :
IP Address  : XX.XXX.XXX.XXX
Username    :
Classname    : vB_Database


What am I missing?

The text says, that the phrasegroup "album" is missing.
So check out if your vB is running without errors, first.

vidmarc 06-27-2009 11:57 AM

Hi, we have upgraded from the Lite gallery to the paid for version - we need some help with doing the upgrade as we can't find any instructions on how to do this. Can you help?

Coroner 06-27-2009 01:06 PM

Simply overwrite ALL files and upgrade the product.

pmflav1 07-02-2009 04:10 AM

For youtube Instead of of showing the URL thumb, is there any way for it to show the video thumb?

Coroner 07-02-2009 11:37 AM

No, not yet - maybe in a further version

pmflav1 07-03-2009 01:09 AM

Ok, cheers, looking forward to it.
Great module though :)

foroalfaromeo 07-17-2009 08:02 PM

I've been having trouble with the installation of the plugin, it all apparently went well but i cannot see the UMG section on the sidebar of my admin cp. All files were copied acordingly to the documentation provided with the file i downloaded from this post.

Any clues?

Thanks in advance & sory for my bad english!

Coroner 07-18-2009 08:09 AM

Try this:
AdminCP - Usergroups - Administrator Permissions

Here you have to set YES for the UMG.

REMEMBER: You have to be a Super-Administrator to do that !

horusbird 08-14-2009 01:59 PM

Hello, I tested UMG and I find it very well done, I would also like to buy the PRO version but I have one question: If Allow users to create galleries, may or may not enable the user groups, but that will see all the groups and some groups that I would like to keep secret should not be seen.
How to solve?
Moreover, a user can prevent an administrator or a moderator see his gallery?
This seems to me a contradiction.
Thank you

Marco

inciarco 08-15-2009 01:55 AM

Hello Coroner.

I've noticed that there is a Bug on the Lite Version of this Great Mod; the Windows Media Player (WMV) isn't Playing the Uploaded Videos for the Private Categories, (the Video Popup but they don't Play, not even when Clicking on the Play Button); the same WMV Video Uploaded in a Public Category Plays Well but on the Private Category it doesn't. :confused:

I Hope You Can Fix This, Coroner. ;)

My Best Regards.

:)

TGR 08-23-2009 01:25 PM

Quote:

Originally Posted by inciarco (Post 1867643)
Hello Coroner.

I've noticed that there is a Bug on the Lite Version of this Great Mod; the Windows Media Player (WMV) isn't Playing the Uploaded Videos for the Private Categories, (the Video Popup but they don't Play, not even when Clicking on the Play Button); the same WMV Video Uploaded in a Public Category Plays Well but on the Private Category it doesn't. :confused:

I Hope You Can Fix This, Coroner. ;)

My Best Regards.

:)

Noticed the same, Its uploading the files to the private gallery folder (created folder 1 in my case) but then its looking to playback the files from public gallery folder 0.

Coroner 08-23-2009 01:41 PM

It's nothing other than in PRO !?

You can try the follwing:
open umg_extensio.phpn and search for: 'wmv'
in this part change:
Code:

$url = $media_url;
into:
Code:

$url    = $vbulletin->options['bburl'] . '/' . $media_url;

inciarco 08-24-2009 04:47 AM

Quote:

Originally Posted by Coroner (Post 1872690)
It's nothing other than in PRO !?

You can try the follwing:
open umg_extensio.phpn and search for: 'wmv'
in this part change:
Code:

$url = $media_url;
into:
Code:

$url    = $vbulletin->options['bburl'] . '/' . $media_url;

I tried the Change Coroner, but it didn't Worked; seems like it's something different. :(

What Else Can I Try? :confused:

My Best Regards.

:)

inciarco 08-24-2009 04:54 AM

Quote:

Originally Posted by TGR (Post 1872677)
Noticed the same, Its uploading the files to the private gallery folder (created folder 1 in my case) but then its looking to playback the files from public gallery folder 0.

Yes, the Problem is Exactly there as you mention it; it's Pointing to the Gallery Folder Zero (0) and not to the Gallery Folder of the User ID Number. :confused:

Coroner, seems like there is a Code Line that is Pointing to that Folder Zero (0) and that is Not Pointing to the Number of the User's Folder. :confused:

Is Pointing to:

http://zzz.com/zzz/umg_gallery/images/0/original/zzz.wmv

And It Should be (in my case is 3):

http://zzz.com/zzz/umg_gallery/images/3/original/zzz.wmv

Perhaps could be in the Code Lines that Assign the Path to the Variable "$media_url", that is missing the Option to Assign that Folder Number when the Media is in a User's Category.

My Best Regards.

:)

inciarco 08-24-2009 05:07 AM

I just noticed that this also happens on other Media Formats on the Private Galleries; I just uploaded a FLV Video and it didn't Played on the Private Gallery, I think it should be because of the number of the Folder (Zero and not the User's Number).

What Code Lines Should we Edit, Coroner, to Correct this? :confused:

My Best Regards.

:)

Coroner 08-24-2009 01:45 PM

Holly sh... - I will fix it.
For all who wanna fix it itself, open umg_page.php and search for:
Code:

$media_url  = 'umg_gallery/images/0/original/' . $media['mediaid'] . '_' . $media['efilename'];
change into:
Code:

$media_url  = 'umg_gallery/images/' . $media['gallery'] . '/original/' . $media['mediaid'] . '_' . $media['efilename'];

inciarco 08-25-2009 02:50 AM

Quote:

Originally Posted by Coroner (Post 1873375)
Holly sh... - I will fix it.
For all who wanna fix it itself, open umg_page.php and search for:
Code:

$media_url  = 'umg_gallery/images/0/original/' . $media['mediaid'] . '_' . $media['efilename'];
change into:
Code:

$media_url  = 'umg_gallery/images/' . $media['gallery'] . '/original/' . $media['mediaid'] . '_' . $media['efilename'];

Thank You Very Much For the Solution, Coroner. :up:

Medias in Private Galleries are Working Fine Now. :up::up::up:

My Best Regards.

:)

inciarco 08-26-2009 02:48 AM

Coroner, I think there is a Bug in the Deleting Process of the Uploaded Media Files for Public and Private Categories. :confused:

When I Delete a Media, Like a WMV Video, the Mod Deletes the File named "2_mediatype_wmv.gif" (for the Second Media in this Case), but Don't Deletes the "2_video_prueba_wmv.wmv" File, which is the Video itself, Leaving Lot's of Unused Files on the Folders, with the Consequence on Server Disk Usage Filled with "Trash" Files that are Very Hard to Select and Delete Manually One by One. :confused:

I Hope you can Fix this, because in case of Many Files is Very Hard for Admins to Select Which Files are Used and Which have been Deleted but have the Unused Video File in them, and more if Users Create Private Categories and Start Uploading and Deleting Many Videos, Collapsing the Server's Hard Disk Space. :confused:

My Best Regards.

:)

Coroner 08-26-2009 03:46 AM

There are more than one option for deleting media.
So which option do you mean ?

1.) inside a category (mark checkbox and "delete media")
2.) inside the media itself (edit/delete)

inciarco 08-26-2009 03:57 AM

Quote:

Originally Posted by Coroner (Post 1874548)
There are more than one option for deleting media.
So which option do you mean ?

1.) inside a category (mark checkbox and "delete media")
2.) inside the media itself (edit/delete)

Inside the Media itself there is No Option to Edit/Delete, (only to Report and to Rate the Media, and the Info of the Media).

Inside the Category I Check the Media and Choose the "Delete Media" Option and the Button "Go (1)", (1 for 1 Media Selected or the Number of Media Selected).

It says "The selected Images/Media were deleted.", but only the .gif File is Deleted and Not the File of the Video. :confused:

My Best Regards, Coroner, I Hope You Can Fix this and Tell Us What Changes to Apply to Make this Possible.

:)

Coroner 08-26-2009 07:14 AM

Sorry, after loads of upgrades .... Option 2 is in PRO.

In umg_actions.php you will find:
Code:

if ($med['filename'] != $med['efilename'])
{
        @chmod (DIR . '/umg_gallery/images/' . $med['category'] . '/original/' . $med['mediaid'] . '_' . $med['efilename'], 0777);
        @unlink (DIR . '/umg_gallery/images/' . $med['category'] . '/original/' . $med['mediaid'] . '_' . $med['efilename'], 0777);
}

This part is for deleting the file.

You can try to change this line:
Code:

@unlink (DIR . '/umg_gallery/images/' . $med['category'] . '/original/' . $med['mediaid'] . '_' . $med['efilename'], 0777);
into
Code:

@unlink (DIR . '/umg_gallery/images/' . $med['category'] . '/original/' . $med['mediaid'] . '_' . $med['efilename']);

inciarco 08-26-2009 02:46 PM

Quote:

Originally Posted by Coroner (Post 1874596)
Sorry, after loads of upgrades .... Option 2 is in PRO.

In umg_actions.php you will find:
Code:

if ($med['filename'] != $med['efilename'])
{
        @chmod (DIR . '/umg_gallery/images/' . $med['category'] . '/original/' . $med['mediaid'] . '_' . $med['efilename'], 0777);
        @unlink (DIR . '/umg_gallery/images/' . $med['category'] . '/original/' . $med['mediaid'] . '_' . $med['efilename'], 0777);
}

This part is for deleting the file.

You can try to change this line:
Code:

@unlink (DIR . '/umg_gallery/images/' . $med['category'] . '/original/' . $med['mediaid'] . '_' . $med['efilename'], 0777);
into
Code:

@unlink (DIR . '/umg_gallery/images/' . $med['category'] . '/original/' . $med['mediaid'] . '_' . $med['efilename']);

Thank You Very Much For Your Help Coroner; the File Edit Works Fine and Now Video Files are Being Deleted when Deleting them from the Galleries. :up:

My Best Regards.

:)

Coroner 08-26-2009 05:44 PM

Ok, thx. Will upgrade the Files (vB37 / vB38) tomorrow.

Zaki Shafqat 08-27-2009 03:47 AM

2 questions: Is there a different between this version and the 3.8.x version? i have installed 3.7.x version on my board and now found 3.8.x too just want to know if there is any difference between both version?

Second question is: Can i show images on my forum home page replacing the album pictures (remember there is a hack that shows Randam Pictures on Forum Home) just want to know if it can show random pictures on my forum home so i can just turn off my albums and use this one

Coroner 08-27-2009 11:02 AM

1.) Definately NO. Both versions are the same
2.) Do you mean "forumhome" (index.php) ? Not in the LITE - the PRO hast some AddOn's.
Images in "forumhome", ProfileTab (User Media), MiniSlideshow ...

Zaki Shafqat 08-28-2009 12:28 AM

can somebody help out by answering post number 105?

Coroner 08-28-2009 03:14 AM

Quote:

Originally Posted by Zaki Shafqat (Post 1875552)
can somebody help out by answering post number 105?

The answer is #106

creative-friend 04-07-2010 11:09 PM

need a lil help

i wana upload more images at 1 time

but i can only upload 1 image at 1 time

whyz dat??

Coroner 04-08-2010 02:18 PM

whyz dat ?? cauze it'z so *g

I didn't implemet more than one dl at one time (also PRO). But with ZIP or FTP upload in the PRO you can upload more than 1.


All times are GMT. The time now is 08:01 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.01593 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
  • (15)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (30)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