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

Pages: [1]
2
Will pay $ 20,- (Paypal) for the right solution!
Thanks, but I`m not that good kind of coder.
Could you please help me a bit more? What lines need to be added / edited?

Thanks,
Martin

You'll needed edit global.php

3
Requests for paid modifications / Jobbörse / Re: Request table name
« on: August 10, 2011, 11:06:44 AM »
Will pay $ 20,- (Paypal) for the right solution!

Thanks, but I don`t think that doesn`t work how I wanted it to work.

I want to store every translation like I said before into the database (mysql)
And from there I want to show the translations on the front-end when using index.phpl=

http://www.4homepages.de/forum/index.php?topic=6749.msg157253#msg157253

4
Thanks, but I`m not that good kind of coder.
Could you please help me a bit more? What lines need to be added / edited?

Thanks,
Martin

You'll needed edit global.php

5
Requests for paid modifications / Jobbörse / Re: Request table name
« on: August 08, 2011, 06:40:12 PM »
Thanks, but I don`t think that doesn`t work how I wanted it to work.

I want to store every translation like I said before into the database (mysql)
And from there I want to show the translations on the front-end when using index.phpl=

http://www.4homepages.de/forum/index.php?topic=6749.msg157253#msg157253

6
Requests for paid modifications / Jobbörse / Request table name
« on: August 08, 2011, 05:35:39 PM »
I`m busy with another multi-language, but ran into a problem.

I`ve created in the table categories two xtra cat-names for the languages german & nederlands

Demo
cat_name : Flowers (default)
cat_name_german : Blumen
cat_name_nederlans : Bloemen

I`m also using ont the front-end the option ?l=english | ?l=german | ?l=nederlands

If now a visitor makes a switch to ?l=nederlands how can the category-name be shown in the ducth language (cat_name_nederlands)

Thanks for any advice/support

Martin

7
Thanks.

I`ve created to 2 new below cat_name called cat_name_deutsch & cat_name_nederlands and updated the categories.php from the admin folder. That all works great.

But how to show those translations on the front. If I browse to mydomain.com/index.php?l=deutsch how do I show the categorie-names in the German language.
How and which files should be edited to show the translation?

Kind regards,
Martin

Guys, there is better solution to have multilang select and ordering by national alphabets at one time. Add new fields to the DB named cat_name_[your language]. Then you need to dig into the code to make primitive changes to SQL to select field "cat_name_" + [current language] as standard "cat_name" field and then all the 4images logic will process your national words. Also the SELECT ORDER BY will be applied to your national alphbet. Additionally you should add primitive update to the admin/categories.php and you will be able to edit these category names in many different languages at a time. You must have primitive programming skills but the result worth the effort







8
Chit Chat / Re: adding adsense
« on: January 03, 2009, 03:07:45 PM »
That also appears in the approx first 30 minutes after making a new adsense-code.

Probably that`s the problem and should Adsense now be visible!

9
your template-folder / home.html


11
Somewhere in your menu add the following link

Code: [Select]
<a href="http://yourwebsite.com/member.php?action=uploadform">Upload You Picture</a>
or a button link

Code: [Select]
<a href="http://yourwebsite.com/member.php?action=uploadform"><img src="picture-url"></a>

12
Mods & Plugins (Requests & Discussions) / Image Details in a menu block
« on: December 19, 2008, 03:13:50 PM »
Hi there,

I want to show the lightbox, download, ecard buttons in a seperate block in the menu.
Ofcourse this block should only be show when the image details.php?image_id= page is loaded.

How to get this done?

I already create a page called img_details.html and uploaded it into my template folder

In the img_details.html page I`ve placed the codes:
{lightbox_button}<br>{postcard_button}<br>{download_zip_button}<br>{download_button}


Hope someone can/will help me

Many many thanks

13
I want to show the image details such as Size, Height and Width of remote images on the detail-page.
Searched through this forum but didn`t find a solution.
Anyone who can help?


Kind regards

Pages: [1]