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

Pages: 1 [2] 3 4
16
I figured it out by myself.
The file I edited is "category_bit.html" in the templates.

I created a table with fixed height for
Code: [Select]
{if cat_description}<span class="smalltext">{cat_description}</span><br />{endif cat_description}
{if sub_cats}{sub_cats}{endif sub_cats}

^_^.

17
Hello,

I know we could set the "Table Width" in "Category Setting".
However, is there any way to set the "Table Height"?

I don't really need to have that function in the Control Panel.
It's fine with me to edit the files to have the width I need.

If there's anybody know how to do it, please let me know.
Thank you very much for your time and help.

p.s. I am using 1.7.6.

Best regards,
Sleepy

18
For example, I want to show "excellent" for some reason, and I would like to have that in different language.
I added one line, $lang['excellent'] = "Excellent!!!";,  in main.php.
However, in my page (let's say category_bit.html), I added the line, {lang_excellent}, but the page couldn't show the word successfully but gave me an error message instead.

Could anybody tell me what I did wrong and how I could solve the problem?
Thank you very much.

Best regards,
Sleepy

19
I could see the following in the style.css

Code: [Select]
a {
color: #8d9353;
text-decoration: none;
}

a:hover {
color: #FF8040;
text-decoration: none;
}

a:visited {
color: #98bc56;
text-decoration: none;
}

However, it works in Firefox but doesn't in IE.
Anyways, thanks for your reply.

20
Hello,

I am using the "Wallpaper" theme for my 4images.
I found that the when I browsed my 4images gallery in IE, the hyperlink color of the "image" and the "category image" was BLUE (the blue rectangular around the image).



However, it would show the right color (based on the style.css) if I use firefox.


Does anyone know how I should do to change the color of hyperlink in IE?
The BLUE/PURPLE doesn't suit the these very well.

The style.css file is attached for your reference.
Thank you very much for your time and help.

21
Thank you very much, Jan.
Although I don't know how it works, it did solve the problem.

Thanks and have a great Chinese New Year :D

22
Ha, I didn't get what you meant still.
Maybe I am too stupid, sorry.

I know you tried all the codes, and then what happened?
No success means you couldn't see any Chinese character in that webpage, or all the words/characters you saw were correct?

Thank you very very much.

23
Hi Sleepy,

I have tried all character encodings, no success  :|

nobby

Thank you very much for your trying.
I don't know what you meant by "no success".
Is it that you tried all the solutions but you couldn't find the solution, or everthing looked fine when you checked my website?

Btw, the character encoding we're using is Chinese (Traditional).

Anyways, I really appreciate. I guess I would either use the 1.7.4.-functions.php (will it cause any problem?) or use some other words/characters to avoid those few words, thanks.

24
As far as i can see, nothing changed in functions.php which could cause that error. Can you be more specific, maybe post a link to your gallery.
My album is in Chinese.
However, I created a category called "TEST".

In the description of that category, I put
TEST "閃亮" "現在" "過程";

however, it becomes:
TEST "�{亮" "�{在" "過�{"

The three words, "閃, 現, and 程", cannot be shown properly.
Here's the link FYR:
http://album.sleepy.tw/categories.php?cat_id=4

Thank you very much.

25
Hello,

I just upgraded my gallery from 1.7.4 to 1.7.5.
However, I found that some words/characters cannot be shown properly in 1.7.5.

I spent some time and found that the problem is includes\functions.php.
If I used functions.php in 1.7.4, those words/characters were correct.

Does anyone how I should fix this (except for using 1.7.4 functions.php)?
Thank you very much.

Best regards,
Sleepy

26
Thanks for your help and reply.
My webhosting company has solved this issue by recompiling Apache + PHP with Exif (according to them).

Thanks.

27
hi,
go to admin panel and search this (see attachment)

if enabled yes, contact your hoster (ev. technical defect)
if no, contact your hoster



I found that in my old space, but not in my new webhosting company.
When I asked my webhosting company to help me, it seemed that they didn't know much about 4images and kept asking me what php module I needed them to install.

What's the name of the "php module" should I ask them to install???
Thank you very much.

28
Hello,

I've transferred my whole site to a new webhosting company.
Everything seemed good until I found that the exif info wouldn't be shown.

1. exif would be shown in my old webhost:


2. exif wouldn't be shown in my new webhost:


Why is that??? How could I correct it???

Btw, I am using:
4images 1.7.4
PERL version     5.8.7
PHP version     4.4.7
MySQL version    4.1.21-standard


Thank you very much.

29
... than try this ...
... [MOD] Page-Nr. In Clickstream ...
http://www.4homepages.de/forum/index.php?topic=6114

Thank you very much.
I am gonna try it to see if it works...

30
... try this in your details.html as a back-link to the category...
Code: [Select]
<a href="{cat_url}">{cat_name}</a>

... or this ...
Code: [Select]
<a href="{cat_url}">Back to the category</a>



Thank you very much for your reply.
However, it would go to the first page of the catrgory not the image's page if there's more than one page.
Is there any way that I could have a link not only back to the category but the right page???


Thank you very much.

Pages: 1 [2] 3 4