MyBB Source


Enter the Guess MyBB 1.6 Release Date Contest

Blue Rush has been updated

Latest Releases: Password Change - Mark Unread - Ban Appeal

 
 
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
Post: #271
RE: [Public Beta] MyGallery
Thanks.
02-02-2010 05:33 AM


Shadeslader
Junior Member


Posts: 6
Joined: Jan 2010
Reputation: 0
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
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: 16)
(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
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
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
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
 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [Public Beta] Awards System Nickman 257 15,178 Today 07:09 AM
Last Post: Heart
  [Public Beta] MyDownload Section Alexandru21 113 5,101 02-23-2010 07:50 AM
Last Post: Connor-
  [Public Beta] AdvancedProfile 2 Alexandru21 62 3,022 02-21-2010 01:23 AM
Last Post: Tierney
  [Public Beta] MyTrader Nickman 29 1,993 02-09-2010 05:51 AM
Last Post: danysalva
  [Quick Beta]MyRiddles Alexandru21 48 2,379 02-02-2010 09:26 AM
Last Post: slankeydoodle
  [Public Beta] AdvancedProfiles Alexandru21 28 2,558 06-01-2009 02:29 AM
Last Post: Alexandru21




Web Design | Web Design Jobs