CodeCanyon

SGM - Simple Multimedia Gallery Machine

  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
brunaferro68 says
Purchased

ok. I’m going to upgrade the version and ask the hoster to activate everything you recomended.

I’ll give you feedback, when i get a answer from them.

Thank you so much.

Bruna

5 months ago
Author
themac themac replied

hi,

there’s no need to upgrade, just use the content of the htdocs folder

rgds
mac

5 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
brunaferro68 says
Purchased

Hello again the mac,

“Both mod_rewrite and the GD library are supported by default.” – This was the answer from the hoster, they were fast.

Well, what is missing then?

I’m testing this also in wamp with mod_rewrite, GD-library and htaccess like you said, and the images doesn’t show too:(

Starting to get worried :(

I can email you a zip with the /galeria folder that i’m using?... i don’t know what else i can do to fix this :(

Thank you. Kind Regards, Bruna

5 months ago
Author
themac themac replied

maybe you could give me a temproary FTP -Account to your installation to check out what’s running false

bye
mac

5 months ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 10 and 49 items
  • Austria
  • Referred between 10 and 49 users
themac says
Author

SGM V3 .0 upped and available

main updates:
  • mobile galleries
  • fullscreen galleries
  • QR-Codes for each gallery
  • ... more information can be found in the item details

rgds
mac

5 months ago
  • Has been a member for 1-2 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • Germany
totoee12 says
Purchased

awesome

thanks for such a great product! keep up the good work – this gallery rules!
5 months ago
Author
themac themac replied

thank you, that’s really nice to “hear” B)

5 months ago
  • Has been a member for 4-5 years
  • Bought between 100 and 499 items
TWISTEDBABY says
Purchased

Hi,

How do I enlarge the main image in the slide show area when using the Gallery 2 (gallerific) option? Also, how can I remove the top pagination? Thanks.

3 months ago
Author
themac themac replied

hi,

thx for purchasing SGM B )

I’ve made a sample File for you: http://envato.homac.at/demos/SimpleGM/_admin/gfA34

to modify your galleriffic galleries please open

outputs/gal02.php

find (without space between > and <) and remove
<div id="controls" class="controls"> </div>
find
s2
replace with
s7

to fix the layout changes caused by the bigger images please take a look at

css/galleriffic.css

rgds
mac

3 months ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Bought between 50 and 99 items
  • Referred between 1 and 9 users
eaflash says

Can I use this script to play my DiVX Movies AVI /DIVX video files? Will work for all modern browsers?

A demo with this kind of files will be wonderful

3 months ago
Author
themac themac replied

hi,

you could test SGM by yourself and upload your videos (user:admin, password:pass)

a sample gallery with an avi file: http://envato.homac.at/demos/SimpleGM/_admin/~35

rgds
mac

3 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
derasto says
Purchased

Hi, theres any way to list all the galleries to guest visitors?

22 days ago
Author
themac themac replied

hi,

yes – since V3.0 it’s possible to assign galleries to other galleries

BUT if you like to make really all other galleries of the user available you have to make little changes to the output file(s).

Quick and dirty :)

i.e. outputs/gal01.php
find

$sql = "select * from `" . $tb_prefix . "galleries_galleries` where gal_id = '$gal'";

replace with
$sql = "select * from `" . $tb_prefix . "galleries` where uid = '$uid'";
find
$linked_gal_ids[] = $row->linked_gal_id;
replace with
$linked_gal_ids[] = $row->id;
rgds
mac
22 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
derasto says
Purchased

Something else.Lets say i have made a gallery with some mp3’s.Is it possible the user can see the name of the mp3 without having to add a description to the file and(or) mouse over to see the description? Thanks in advance.

18 days ago
Author
themac themac replied

hi,

in your gallery you could use the file_name instead of descr_short

example for gal01.php (the prettyPhoto one

search for (for this gallery-type 2 times)

($row->file_type == "mp3-audio") {

and replace the next occurency of
$row->descr_short
with
$row->file_name

rgds
mac

18 days ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 10 and 49 items
  • Austria
  • Referred between 10 and 49 users
themac says
Author

Hello world :)

the really new SGM 3 .1 upped and avail since yesterday

> -) support for youtube short urls (youtu.be)
> -) support for vimeo video urls
> -) catching and displaying youtube video thumbnails
> -) catching and displaying vimeo video thumbnails
> -) updated prettyPhoto gallery – including vimeo support

the update script allows you to grab preview images of your already saved youtube urls

thx for reading
mac

17 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
derasto says
Purchased

Nevermind this post

17 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
derasto says
Purchased

the update working perfect.But still cant make work my last post.

17 days ago
Author
themac themac replied

hi,

thx :)

> But still cant make work my last post.

you meant the mp3 issue?

bye
mac

17 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
derasto says
Purchased

Yes mac.I change the piece of code you told me to do but it seems nothing to be happened.To be more specific: I have some mp3’s that i want to upload.The mp3’s have a title. I need when a user go to the gallery with these mp3’s can also see the title above or under the mp3 default icon. Like this is a bit difficult cause theres no title,all mp3’s have the same icon and difficult to search a song by mouse over to appear the description.

If we can do something about this it would be amazing. thanks

17 days ago
Author
themac themac replied

okay, now I know what you’re meaning 8)

I estimate you’re using the prettyPhoto galleries

you have do the steps twice (iframe and noniframe version)

open

outputs/gal01.php

find (2 times)
<img src="../tn6a" . $thumbsize . ".jpg" border="0" alt="" />
add (2 times)
<div>" . $row->descr_short . "</div>
OR (if you don’t have/want to use descriptions)
<div>" . $row->file_name . "</div>

if you’re about to use it just for mp3s there would be possibilities to display just a list of the mp3-descriptions or file-names without the thumbnails too

rgds
mac

16 days ago
by
by
by
by
by