![]() |
Quote:
You already saw, we're apparently running GD v. 1.6.2 or higher. We need 2.0. :angry: |
i got everything finally working, i ahd to manually do some stuff to the database but i still cant get the verify photo working, i edited the admin/index.php correctly, pverify.php is in the admin dir it just simple dosent work for me :(
|
Hi
my englisch ist bad!!! I have chop built however a problem into the Gallerie see one the picture not instead see one only a red cross. If I darauf(rotes Kreuz)klicke then comes the picture into large goes thus, what have I now still wrongly? Here the left: http://www.dede1.de/Board/memberlist...on=viewgallery And with MemberAvatr get I only a white side also here the left: http://www.dede1.de/Board/memberlist...&action=avatar I there which forgot or? Cu Dede1 |
Very cool...I'll probably be installing this tonight. Nice idea, Velocd. :) *clicks install*
|
Quote:
Could you post some screenshots instead, you gave a link to your forum but it requires registration. That or provide a test member account. |
Hi
hier test member account: User :Tester25 Pass: Tester25 screenshots: 1.not Photo http://www.dede1.de/bilder/Desktop.JPG 2. http://www.dede1.de/bilder/Desktop1.JPG |
Great Hack, installed and working perfectly. I have one question tho. Is there a way an admin can manually add someone's pic to the gallery?
|
Sorry for bothering you again, Velocd, but I was wondering what I have to do to eliminate the thumbnail from the Member List Gallery (I believe memberlist_photobit is used). I can't get a newer version of GD so the thumbnails simply aren't being generated; however, clicking on the broken image GIF leads me to a correctly displayed full-sized photo. Is there some way to substitute the thumbnail for a simple text link leading to the full-sized picture? It would make this hack viable for people like myself who don't have a newer version of GD installed already.
Sorry if this is a hassle, but please consider my proposal. If you or anyone else knows how to substitute the thumbnail in the Member List Gallery for an ordinary text link leading directly to the full-sized picture screen, would you please make the modifications available here? |
thank you! I had a couple of bumps along the road, but all issues were well covered by this support thread! I'm very happy because I had no way to do this with the phpBB board I had!
|
hi,
verry nice hack, i will install and hope its work on my root server;) Hiho Dede, ich werde mich jetzt mal dranbegeben, die roten Kreuzchen sind also Dein Problem, bin ja mal gespannt. greetz subu1 |
ups edit no error more
|
sorry for my bad english but i have a new problem.
If i modify my picture in my profile i have a short error, looks in my attachment and in my member.php i dont have a picture but in my profile its work i see my picture |
Merc:
I had the same problem and i changed the memberlist_userphoto to this: Code:
<a href="memberlist.php?s=$session[sessionhash]&action=viewphoto&userid=$getphoto[id]"> Then u would have to delete the $getphoto[comments] where it originally is to avoid it being displayed double |
BTW: i got a question:
How could i change it so that users can upload more then 1 photo of themselves? Would that be doable? |
Anybody having any problems with members being logged out when they click the members link after installing this?
After I installed this, when members click on the members button they get logged out.????? Any ideas? |
juhu i have a new version of gd2.0 and its work, but another quetions. Who can i delete the photo's of my user?
|
help :/
in member.php i get this (when trying to login and such) Parse error: parse error, unexpected T_VARIABLE in /home/kyugokuc/public_html/vb/member.php on line 1252 and for admin/index.php i get this when i try and access it Parse error: parse error, unexpected '{' in /home/kyugokuc/public_html/vb/admin/index.php on line 111 plz help, im pretty sure i did it right |
You probably have forgotten a semicolon ";" somewhere after the ending of one of the code lines, or some other simple syntax error.
Post the code that exists around line 1252 and 111. @subu1: There is no admin-cp built in function for deleting member photos, you will simply have to either ask the person to delete it (the easiest way, since it is then also ridden from the directory), or do it yourself (going into PHPmyadmin and deleting the user-photo data, which honestly isn't that hard either). |
ok thxx, i delete on phpmyadmin, no Problem, but i thing ti is better when the Admin can this doing in Acp.
thxx for your Hack *click install"* yeahhhhhhh;) |
*bump*
Great Hack, installed and working perfectly. I have one question tho. Is there a way an admin can manually add someone's pic to the gallery? I know that you have to manually upload the thumbnail and the full sized image and name it corresponding to their member number. But that is all i know to do, maybe there is a sql script that needs to be run for it to be inserted into the photo gallery. I looked through the code, but it got confusing. Any help would be greatly appreciated thanks. |
lord help me.. It says i need GD 2.0, or course, how would i go about installin this.. dont laugh too hard :)
|
>>>>> IF U HAVE IMAGEMAGICK <<<<<<
u can resize the orignal image if it's file size is bigger than the max size in member.php looks for PHP Code:
replace /w this PHP Code:
after that go to admin option then change max file size to 500kb or more.... |
Quote:
Quote:
|
hi,
can everybody tell me why my signature Hack, work now with 256 color, after ich install GD2.0 (have install a new bundel PHP 4.3.1 with new Apache and mysql) before install this bundel my signature Hack works with more Color's. Look in my signature *cry* |
You need to replace whenever you see ImageCreate function, with the ImageCreateTrueColor function.
|
thxxx Velocd, it works great :-)
|
ok i just had a stupid idea... maybe my admin control over the pics is not there because im running 2.2.9? if i turn verify photos, everything works fine, people can upload their photos and what not and everything is displayed ok
|
I love this hack.. have it up and running on our dev site.. wish I could show you all, as I've tweaked it (like we do with all things on our site) and am currently incorperating it into our member of the week section... (auto rotation)
|
Quote:
|
Great I install it and make it an Arabic version
Thanks |
I moved my page recently now I get this when try to upload a picture.
Any Ideas? Fatal error: Call to undefined function: imagecreatefromjpeg() in /home/*****/public_html/forums/gdresize.php on line 9 |
I keep gettin a error.
Fatal error: Call to undefined function: imagecreatefromjpeg() in /home/squareul/public_html/forums/gdresize.php on line 5 when people are tryin to upload their pics. It gets into the photo album but with just a big X. I'm using 1.3 and line 5 in that file would be if (preg_match("/jpg|jpeg/",$system[1])){$src_img=imagecreatefromjpeg($name);} I have gdresize and everytghing. This hack worked perfectly on my old server but i recently moved to a newer one but with the same php 4.3.1 and i just get that error. Can someone help me out herrE? |
does someone want to post the code needed to allow users to add multiple pictures? :)
|
Thank you for a nice hack. I have installed with no problems.
Looking forward to the multiple uploads! Let me know if you need a tester... |
I installed this on a other server no problem.
I am trying to install on another server that dont support jpg it works ok with png buth I would rather jpg cause the file size is small and its a more common format. Any Help Please..on changeing some files to make it work? GD Support enabled GD Version bundled (2.0 compatible) FreeType Support enabled FreeType Linkage with TTF library GIF Read Support enabled PNG Support enabled WBMP Support enabled |
*bumporoonie*
|
Quote:
Thanks Steve123, I have been waiting for a long time for someone to come up with some code to do that,. Is there a way of only having the thumbnail pic in the profile instead of the full pic? Thanks again Rebel38 |
I have just checked with my host and they have said that GD is installed on my server but that it is an earlier version.
They also said that I can't have it upgraded because the earlier version allowed for more file types. Looks like I'll have to wait around until they decide to upgrade the system. |
Quote:
I offer no guarantee's, but if it helps someone my gdresize.php is attached. |
Thank's a lot. I'm just going to upload it now and give it a go!!!!
Fingers crossed<><><><><><> |
All times are GMT. The time now is 11:40 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|