MyBB Source


Help out

 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Public Beta] MyGallery
Author Message
bomfile
Junior Member


Posts: 6
Joined: Feb 2009
Reputation: 0
MyBux: 6
Post: #271
RE: [Public Beta] MyGallery
Thanks.
02-02-2010 05:33 AM


Shadeslader
Junior Member


Posts: 6
Joined: Jan 2010
Reputation: 0
MyBux: 2
Post: #272
RE: [Public Beta] MyGallery
thanks mate needed this
02-09-2010 09:27 AM
freebirds
Junior Member


Posts: 2
Joined: Feb 2010
Reputation: 1
MyBux: 4
Post: #273
RE: [Public Beta] MyGallery
Hello, first I want to say thanks for this plugin.

But now to my problem:
I have installed the plugin and everything was o.k. Then I created a test-category and loaded a picture up. Now, when I am choose a categorie following (picture) error appears. I don“t know what this means, maybe someone can help me out?
Found the error in mygal.php! Der was in line 1620 a "3" missing. After ading the number, it works. If this was wrong, may you correct me! Thank you!


Attached File(s)
  Fehler.jpg (Size: 116.65 KB / Downloads: 22)
(This post was last modified: 02-09-2010 11:53 PM by freebirds.)
02-09-2010 11:00 PM
freebirds
Junior Member


Posts: 2
Joined: Feb 2010
Reputation: 1
MyBux: 4
Post: #274
RE: [Public Beta] MyGallery
Hi, its me again !

I found something, that could made better from the author of this plugin. In the ACP is the option CANT view the gallery. I think its not so good, that here is just one usergroup ID possible. For example, I just want to let one usergroup to view the gallery, all others should not see it.

But so far its a great plugin, so thank you for this!
And by the way, sorry for bad english !
02-12-2010 06:26 PM
foobiwan
Junior Member


Posts: 7
Joined: Feb 2010
Reputation: 0
MyBux: 0
Post: #275
RE: [Public Beta] MyGallery
This is awesome! Keep up the work!

[Image: banner-full.gif]
02-16-2010 07:08 AM
TommyBB
Junior Member


Posts: 1
Joined: Feb 2010
Reputation: 0
MyBux: 2
Post: #276
RE: [Public Beta] MyGallery
Great plugin!!!!

Does anyone know how to edit mygal.php to include an on-the-fly PHP watermark whenever a full size image is displayed?

I found a script (shown below) at Sitepoint that does the job perfectly, but I can't for the life of me figure out how to get it to work with mygal.php

PHP Code:
<?php  

header
('content-type: image/jpeg');  

$watermark imagecreatefrompng('watermark.png');  
$watermark_width imagesx($watermark);  
$watermark_height imagesy($watermark);  
$image imagecreatetruecolor($watermark_width$watermark_height);  
$image imagecreatefromjpeg($_GET['src']);  
$size getimagesize($_GET['src']);  
$dest_x $size[0] - $watermark_width 5;  
$dest_y $size[1] - $watermark_height 5;  
imagecopymerge($image$watermark$dest_x$dest_y00$watermark_width$watermark_height100);  
imagejpeg($image);  
imagedestroy($image);  
imagedestroy($watermark);  

?>

Does anyone know how to get this to work?

Thank you!
-Tom
02-18-2010 05:16 PM
TechMan8
Junior Member


Posts: 47
Joined: Mar 2010
Reputation: 0
MyBux: 0
Post: #277
RE: [Public Beta] MyGallery
Nice!! I'll try it out later
03-12-2010 01:03 PM
YoshyRyuDCC
Junior Member


Posts: 9
Joined: Jan 2010
Reputation: 0
MyBux: 18
Post: #278
RE: [Public Beta] MyGallery
I don't know if this has been answered yet so I'll ask, and if anyone can answer me please do so.

Is there a way to have it so that it shows which user uploaded which picture on the gallery?
03-12-2010 02:56 PM
Alexandru21
Administrator



Posts: 711
Joined: Jun 2008
Reputation: 10
MyBux: 757
Post: #279
RE: [Public Beta] MyGallery
Yes... It's in default.

[Image: Alexandru21.png]
Great cheap hosting at DunyX Hosting.
Create your free Twitter Signature.
03-13-2010 03:37 AM
ccalby
Tutorials Team Leader



Posts: 761
Joined: Jan 2010
Reputation: 8
MyBux: 830
Post: #280
RE: [Public Beta] MyGallery
I get an error in when looking at the pics in a categories. It appears above my logo and says this


Attached File(s)
  Error.jpg (Size: 49.9 KB / Downloads: 3)

CreateMyBB and RunBB Support Team Member and MyBBSource Tutorial Team Leader
MyBBSource Tutorials Are Located Here! - http://mybbsource.com/forum-40.html
03-21-2010 06:13 AM
 





Web Design | Web Design Jobs