News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

SMF Media Gallery (SMG) - 2.0.5 is out! (December 2)

Started by SMGTeam, September 09, 2008, 03:14:05 PM

Previous topic - Next topic

Soms

Quote from: Nao 尚 on August 27, 2009, 01:51:32 PM
QuoteIn any case, sometimes it helps if you disable cookies and/or disable your firewall. I have Zonealarm. I can never mass upload unless I disable it.
Interesting... Didn't know that.

Actually, I mentioned this before on page 174  http://www.simplemachines.org/community/index.php?topic=260821.msg2064111#msg2064111

And you kinda reacted too!  :D  http://www.simplemachines.org/community/index.php?topic=260821.msg2064586#msg2064586

DilSe

#4241
Quote from: Soms on August 27, 2009, 12:30:23 PM
Quote from: Hanzalah on August 27, 2009, 11:07:58 AM
This will be the last time I ask for help. You seem to be ignoring me, though I have no clue why. I thought this is what the thread was for... I guess I will not be able to use your mod since I can't seem to get it to work.  :(

I don't think anybody is ignoring you. It's been stated that if no answer is forthcoming, it means people have not been able to figure out the answer. I know from experience that this can be frustrating but it is a fact of life. Even the mod authors don't always have the answers.

In any case, sometimes it helps if you disable cookies and/or disable your firewall. I have Zonealarm. I can never mass upload unless I disable it.  PS. I am also a noob so don't take my word as the law   ::)

mr.Soms .. very sorry but your quote my post .. but i don't  wright this plz check sorry.. this not my post i don't said anything :)

Whizzy

Quote from: Soms on August 27, 2009, 02:52:14 PM
Quote from: Nao 尚 on August 27, 2009, 01:51:32 PM
QuoteIn any case, sometimes it helps if you disable cookies and/or disable your firewall. I have Zonealarm. I can never mass upload unless I disable it.
Interesting... Didn't know that.

Actually, I mentioned this before on page 174  http://www.simplemachines.org/community/index.php?topic=260821.msg2064111#msg2064111

And you kinda reacted too!  :D  http://www.simplemachines.org/community/index.php?topic=260821.msg2064586#msg2064586

lol busted hahahaha

Nao thanks for the responses, i did know i had v2 but i had beta 1, with beta 4 i did excactly the same as with beta one and it worked but like you said, you can not possibly test for every server setup.

keep up the good work, have no money for your that add on but i might think about adding that too :D

Nao 尚

Quote from: Soms on August 27, 2009, 02:52:14 PM
Quote from: Nao 尚 on August 27, 2009, 01:51:32 PM
QuoteIn any case, sometimes it helps if you disable cookies and/or disable your firewall. I have Zonealarm. I can never mass upload unless I disable it.
Interesting... Didn't know that.

Actually, I mentioned this before on page 174  http://www.simplemachines.org/community/index.php?topic=260821.msg2064111#msg2064111

And you kinda reacted too!  :D  http://www.simplemachines.org/community/index.php?topic=260821.msg2064586#msg2064586
Interesting................ Didn't know that.
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

rgecy

Nao, Dragoon, somebody, PLEASE help!  This header is driving me nuts!  I was able to fix the lower ones "Poster Information" and "Item Info" but the header doesn't want to cooperate.

I tried to dublicate the .header in the CSS but it just makes the Image Galery menu verticle on the left side.

Thanks,

Robert

Soms

Quote from: Hanzalah on August 27, 2009, 03:07:42 PM
mr.Soms .. very sorry but your quote my post .. but i don't  wright this plz check sorry.. this not my post i don't said anything :)

My bad!  :( Sorry about that.

DilSe

Quote from: Soms on August 28, 2009, 02:07:12 AM
Quote from: Hanzalah on August 27, 2009, 03:07:42 PM
mr.Soms .. very sorry but your quote my post .. but i don't  wright this plz check sorry.. this not my post i don't said anything :)

My bad!  :( Sorry about that.

it's ok :)



anybody help me ..plz
Latest item possible it's show before General Category ....? if it's possible plz help......

Angelotus

Question, large items (in this case pictures JPG), everytime I upload them, the screen gets blank and nothing happens.
My settings are ok. Why does this happen?

Soms

Quote from: Hanzalah on August 28, 2009, 08:53:08 AM
anybody help me ..plz
Latest item possible it's show before General Category ....? if it's possible plz help......

In BoardIndex.template.php

Search for:

Quote/* Each category in categories is made up of:
   id, href, link, name, is_collapsed (is it collapsed?), can_collapse (is it okay if it is?),
   new (is it new?), collapse_href (href to collapse/expand), collapse_image (up/down image),
   and boards. (see below.) */
   $first = true;
   foreach ($context['categories'] as $category)
   {
      echo '
   <div class="tborder" style="margin-top: ' , $first ? '0;' : '1ex;' , '' , $context['browser']['needs_size_fix'] && !$context['browser']['is_ie6'] ? 'width: 100%;' : '', '">
      <div class="catbg', $category['new'] ? '2' : '', '" style="padding: 5px 5px 5px 10px;">';
      $first = false;

Add before:
Quote// Mgallery-mod Start
   global $sourcedir;
   @include($sourcedir . '/Subs-Mgallery-mod.php');
   // Mgallery-mod End


Search for:
Quote// Mgallery-mod Start
   global $sourcedir;
   @include($sourcedir . '/Subs-Mgallery-mod.php');
   // Mgallery-mod End

      // Here's where the "Info Center" starts...


Replace with:

Quote// Here's where the "Info Center" starts...

Always make a backup of your files before you edit! And don't  forget I am a noob. But this worked for me.


DilSe


c-ron

Hi! I discovered today that galleries that were converted from SMF Gallery Light don't have full db information (I think). You can change the access permissions for these galleries in admininstration, but the functionality isn't totally there, in that view permissions work, but permissions for adding items are broken.

This is with SMF Media Gallery 2.04b4 on a 1.1.10 forum.

I noticed this when a user (who had all the correct permissions) said he couldn't upload. I checked, and the folder he was trying to upload to (one of the converted ones) was missing its 'Mass Upload' and 'Mass Download' links (for non-admin users), and images uploaded to it resulted in the 'An Error Has Occurred! The file has a invalid extension' message. To work around this, I did a mass download from that gallery (as admin), created a new gallery with a similar name, mass uploaded into the new one, and then deleted the old gallery and renamed the new one.

silastyler

Have 2.0 beta 4 installed, flawlessly, and love it.
I have a small issue with a font color though, and I was hoping someone could point me in the direction of its source (style sheet or whatever):

I have New Babylon 2 set as my theme and the subtext in the gallery admin pages is a dark grey color that is impossible to read with this theme. This color is also the default for the description text under each album in the UserAlbums view. I have scoured the css files for the source of this color, but I cannot find it.

I've included pix of the text areas I am referring to.

Any help would be appreciated.






Nao 尚

@c-ron> Please PM Dragooon here. Maybe he'll look into it. He wrote the permission profiles which, if it were only up to me, would have been removed long ago, so just ask him to fix the converters to use the permission profiles instead. I won't do it myself.
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

c-ron

Thanks Nao. I've PM'ed him. 

Also, I just ran into an easy to fix problem with the Direct link URLs. I searched this discussion but didn't see it mentioned, so here's the fix. If accessing the Direct link URL gives:

" File is writable by others, please fix permissions and try again. "

chmod or change the permissions of /MGalleryItem.php to 644 via FTP.

Nao 尚

If you did a search on MGalleryItem.php, you would file mentions that it needs to be chmodded to 0644 or 0755 (both are fine). Maybe not here because SM.org's search engine is quite peculiar, but at least over at smf-media.com.
It's something we can't do anything about -- we rely on SMF's file copy engine to install the package and set permissions properly.
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

probinson77

I just upgraded to SMG 2.0 beta 4, and now it seems like my [smg] tags are no longer working.

If you use the SMG tag in your post and preview it, it displays the image, but when you post, the SMG tag no longer displays the image and instead shows up like [smg id=200]

Everything else seems to be working except for the SMG tags.  Does anyone have any idea where I might start?  I've made sure that smg is an allowed tag in the BBC codes, and I've set the permissions, so I don't know what else could be wrong.  Prior to the upgrade, the SMG tag worked flawlessly.

Thanks for your help.

Nao 尚

What was your previous version?

Also, the tag works just fine on my site. Of course I have the latest revision on it...
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

probinson77

Previously, I had 1.5.6 installed.  I uninstalled that version before installing 2.0b4.

It's really odd.  When you use the SMG tag and click Preview, it shows the image as expected, but when you click Post and on every subsequent page load, it doesn't work.

Also, if you do an in-line edit of the post, immediately after saving the post, it shows the image, but then when you leave and come back to the thread, it doesn't work either.

TheListener

I believe I may have accidently deleted a crucial line from my sources subs file.

The line I accidently deleted is

'mlist' => array(


Where is the best place for it so I can let the members have their gallery back?


Nao 尚

@thelistener> dunno.

@pro> you probably have a conflicting mod...
I will not make any deals with you. I've resigned. I will not be pushed, filed, stamped, indexed, briefed, debriefed or numbered.

Aeva Media rocks your life.

Advertisement: