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 - cronk005

Pages: [1] 2 3 4
1
Chit Chat / Re: My New Template
« on: May 05, 2008, 06:17:50 AM »
I don't understand what you mean? Change the copyright? the copyright is still intact. at the VERY bottom of the screen it says that it is powered by 4homepages.de and the template design is by myself... which it is...

2
Chit Chat / My New Template
« on: May 05, 2008, 02:16:32 AM »
Hi-

I have finally rolled out my template to my site. It seems sleek and user friendly and follows the general design of the rest of my website. I am looking for any thoughts..

http://galleries.travelingtheworldaround.com

Regards,

DECronk

3
Thank you. That worked perfectly. I'm glad there are people around here that can help..

4
Hi There-

The server which houses my site crashed (though there was no loss of data), there appears to be an issue with uploading files into categories which existed prior to the server crash). I now get the following error when trying to upload files into these directories.

Warning: move_uploaded_file(./data/media/228/2007.October.13-Zoo-147.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in /******/******/******/galleries/includes/upload.php on line 103

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpIVrnYu' to './data/media/228/2007.October.13-Zoo-147.jpg' in /******/******/******/galleries/includes/upload.php on line 103

I am running version 1.7.2
Php verison: 4.4.7

Line 103 of the file in upload.php is 
$ok = move_uploaded_file($this->upload_file, $this->upload_path[$this->image_type]."/".$this->file_name);
Your help is greatly appreciated in how I can get rid of this error.

5
Hello-

Today I tried to log into my RSS feeder to check and make sure all of my website RSS feeds were working and discovered that the galleries were not working. So I went to physically check the link and came up with the following message.

The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
--------------------------------------------------------------------------------
Whitespace is not allowed at this location. Error processing resource


I did a search on this site and tried a few of the suggestions, but none of them seem to work. It has been working up until about the beginning of this week.

Your thoughts and suggestions on how I can fix this error.

 

6
Hi There--

I use version 1.7.2 and when I installed this into my site (which took a lot of trial and error), it came to my using a [/language] tag after each language and before the next language. Once I did this it worked well.....

[english]English Text[/english] [nederlands]Nederlandse tekst[/nederlands]

If this doesn't work, it may be because you forgot to put in a multilang() tag a long the way. They are easy to miss... ;-)

7
I am having problems also getting the photo to upload. I go and check the CHMOD settings for the folder and they are at 777. When I go into member_editprofile and try to upload it, nothing happens.

Thoughts? I've checked the code several times and it all appears as it should based on the installation instructions.

I'm using 1.7.2

Regards,

DECronk

8
I feel very stupid right now. I thought for sure this was something that would need changing in the categories.php or other that i never even thought about the language pages..

thanks for the help.

DECronk

9
Right now when I click on a category which has more pages than the current page of photos, i get the  "» First Page" » PAGES « &labuo Last Page.. But I want to change it so that instead of being just &raquo and « it will say &raquo Previous Page and « Next Page... (See attached photo). I have searched both the categories.php and includes/paging.php and just cannot figure out where the code is to change this to be as such.

Your help is appreciated.

Regards,

DECronk

10
Discussion & Troubleshooting / Re: Description / Title in 2 Languages
« on: June 16, 2007, 02:17:44 AM »
Hi Pauline--

I think what you are looking for is this..
http://www.4homepages.de/forum/index.php?topic=6749.0

It takes quite a bit of time and concentration, but if I can do it, so can anyone else...

11
Hi KurtW--

I think you misunderstand my question or perhaps I did not explain myself good enough (either are possible).

This is NOT an additional field. I know how to do this (somewhat)... I am trying to bring the date field (that you fill in when you click on the "Edit" button underneath your image) http://................/admin/index.php?goto=images.php%3Faction%3Deditimage%26amp%3Bimage_id%3D1638

Which gives you the option of changing the date. I want to add this field to the memberupload.html page. I added the tag {image_date} to a standard html style text box but it does not do anything with the date from this initial field...

12
Hi There--

I am wondering the best to add the date field to the member upload form. More often than not I upload my photos a few days after they are taken and would like the ability to change the date as they are being uploaded instead of going back to the photo and "Edit" the date/time of the images.

I searched the database but unfortunately too many hits came up when I searched by date field.... If you can help I would greatly appreciate it.

Greets-
DEC

13
Mods & Plugins (Releases & Support) / Re: [MOD] RSS Feed 0.1
« on: June 09, 2007, 06:06:17 AM »
Hi There--

So how would one go about getting this to work with the multilang() function so that it does not say the entire [language]wording wording wording[/] [language2]wording wording wording[/].

Regards,

14
This is a great MOD and I have really enjoyed using it. I have over the past few months noticed (maybe I didn't pay too much attention earlier if this was a problem) but when I have multiple languages: ie: English, Nederlands, German if I do the tags I result this:

example: [english]Germany Munich Palaces[/][deutsch]Deutschland München Schloß[/][nederlands]Duitsland München Palaces[/]
         when language selected:   , Germany, Munich, Palaces

But if I add a space after the language tag I get
example: [english] Germany Munich Palaces[/][deutsch] Deutschland München Schloß[/][nederlands] Duitsland München Palaces[/]
         when language selected:   , Germany, Munich, Palaces.

Also, the URL for the last Keyword comes up with some weird scripting at the end of it, often-times not allowing the keyword to work properly. This only happens on the last keyword in the list and when using a multiple language. (What it looks like its doing is taking a little part of the next language tag and additing it into the url...

For example:
http://galleries.travelingtheworldaround.com/search.php?search_keywords=Porcelain%5B%2F%5D   [in just english]
http://galleries.travelingtheworldaround.com/search.php?search_keywords=Porcelain%5B%2F%5D&l=nederlands [what it looks like with Nederlands language selected
http://galleries.travelingtheworldaround.com/search.php?search_keywords=Porcelain&l=nederlands [what it should look like]

My question is, how can I get it so that I do not have to put a space after the language code, as I do not like the [comma ,] being the first character of the keyword feature. Second, what could have happened which would have caused these weird %5B%2F%5D to be added to the keyword search function...

Your help, as always, most appreciated.

15
Discussion & Troubleshooting / Re: Sorting Categories
« on: February 21, 2007, 12:59:45 PM »
I cannot get this to work with 1.7.2 and when using a multilang(text) feature..... any suggestions?

Pages: [1] 2 3 4