Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - CeJay

Pages: 1 ... 22 23 24 25 [26] 27 28 29
376
Hello;
shouldn't it be:
Code: [Select]
target=\"_blank\"instead of:
Code: [Select]
target='blank'

That is what I thought, however everytime I did it that way (which I did seveal times because i thought I was screwing something up) it would give me an error on that line.
As soon as I made it "target='blank'" it worked.
Got me as I am far from any expert and from an average designer, but that is what worked.

377
Mods & Plugins (Releases & Support) / Re: [MOD] Category Image v1.0.2
« on: January 06, 2007, 02:17:12 AM »
The install file is attached to the main post from V@no at the bottom by his signature.

378
CeJay

Do you happen to know where in that random.php file I can edit it so that when a picture is clicked on it opens up in a new window instead of the same?

1Newbie

Find:
Code: [Select]
echo "<a href=\"".ROOT_PATH."details.php?image_id=$image_id\"><img src=\"".$thumb_src."\" border=\"0\" alt=\"$image_name\"></a><br>\n";
Replace with:
Code: [Select]
echo "<a href=\"".ROOT_PATH."details.php?image_id=$image_id\" target='blank'><img src=\"".$thumb_src."\" border=\"0\" alt=\"$image_name\"></a><br>\n";
This should make a new window open when you click on the thumbnail.

379
Quote
Strange it only works in the main root directory.

I think I found the way it is suppose to work if you put it in your gallery directory.
In random.php should look like this:
Quote
define('ROOT_PATH', './');


Quote
Hmm,.. How come Video Files Thumbnails dont show up?
That one I cant answer as mine do show up.

Quote
Do you happen to know where in that random.php file I can edit it so that when a picture is clicked on it opens up in a new window instead of the same?
I am looking to figure this out. As soon as I get it I will post it.
I have tried what I thought would work, but all I get is an error so give me some time since I am not good with php to begin with  :oops:.
Unless someone else has the answer??

380
I assume you added the random.php file to your "gallery" directory?

If that is the case that is why you get those errors as I did the same.

Upload random.php to your main directory (out of the 4images directory) and then try to load it to see if it works.
Should look like so: http://www.YOURSITE.COM/random.php

382
Quote
i hope someone can upload it to his server or to any oneklick hoster like rapidshare.com

Header Files (PSD): http://rapidshare.com/files/10395923/wallpaper_header.zip.html

Template: (last version done for 1.7.3, but works with 1.7.4)
http://rapidshare.com/files/10396845/wallpaper_template_1.7.3.zip.html

I believe these files will be deleted in about 45 days. So get them while you can. Hopefully the site will be back soon.  :!: :?:

I did test the downloads and they both work after a few jumps through some small hoops  :wink:

384
@ mawenzi
Thanks for doing that!

385
All you need to change is the root path.


Not sure why you started 2 threads in same day about an hour apart. I suggest you delete the other one as it is not needed.

386
Quote
The Links aren't Working Paul
I also get a "500 Internal Server Error" when visiting the site and trying to download the files.

I would attach the files but they are to large, so Iam not able to.

387
This happened to me about a week ago and I contacted my hosting provider to see what happened.
All they said was the it was "due to the user not existing" and then when I asked them why or how it could of happened they said "It could have been a simple mistake; or another bug in cpanel.".

So if you used cpanel to install 4images I would contact your host right away to see if that was the problem.
Otherwise all you need to do is re-add mysql user (like above post from woodp).

388
If you are planning on having a real large site you may want to look over this post prior:
http://www.4homepages.de/forum/index.php?topic=15997.0

However I also believe it don't matter what script you use with a large site could have issues and should have a special designed script done just for your needs and for the server you are on. Just my opinion, but otherwise I love 4images and will use it all the time because I do not on planning to have my site get that large as it is mainly for friends and family to keep in touch.

389
Discussion & Troubleshooting / Re: Top Images in Thumbnails
« on: December 31, 2006, 09:45:02 AM »
Thank you CeJay--- it worked out pretty well. Now the only thing that is different (I got it onto the "Top Images" page correctly, but it's not formatted the same as the "New Images" with the borders of the cells. Any thoughts on this??
My only thought on this is you may have to edit your .css file for that page. Not sure on that, but I know that is something usually done with themes when the borders need to be edited.
More of a guess, but just trying to give you an idea.
Sorry if I am no help on this  :(

390
Discussion & Troubleshooting / Re: Canīt create thumbnails, please help.
« on: December 31, 2006, 09:36:42 AM »
Quote
But is it possible to open the fullsize image on a new window (pop-up) when clicking on it in "details.php"!?
Try these to see if they are something you like or gives you more help then I can give:

http://www.4homepages.de/forum/index.php?topic=3236.0

http://www.4homepages.de/forum/index.php?topic=11198.0

http://www.4homepages.de/forum/index.php?topic=3938.0

Pages: 1 ... 22 23 24 25 [26] 27 28 29