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

Pages: 1 [2] 3
16
Thanks for your reply V@no . Please see attached my details.php

17
Mods & Plugins (Releases & Support) / Re:errors
« on: January 18, 2009, 04:50:12 PM »
Parse error: syntax error, unexpected ']', expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/public_html/details.php on line 679

and on line  679 i have  this    $comment_row[] = $row;

I haven t done the step 3.

Could someone help me ?



18
Mods & Plugins (Requests & Discussions) / Re: Changing Time Zone .
« on: November 13, 2008, 11:25:28 AM »
Thanks a lot Guys . It s working   :)

19
Mods & Plugins (Requests & Discussions) / Re: Changing Time Zone .
« on: November 11, 2008, 08:40:00 PM »
thanks . for that . it's  working just for profile member .

How i could modify that MOD to show me the correct time : http://www.4homepages.de/forum/index.php?topic=23055.0

this doesn't  working

20
Mods & Plugins (Requests & Discussions) / Changing Time Zone .
« on: November 11, 2008, 11:43:43 AM »
Hello all . I have some problems with my providers . They don't want to change the TIME ZONE :( . I have GMT +02:00 : Bucharest

How to change the Timezone? because it showing me the wrong time.

Could i make that from the script ?

21
The problem is absolutely not related to this mod, but to [Mod] Ajax Starrating for details + thumbs instead.
Your language pack missing some language string(s) from step 8.

Thanks V@no . It's working .

22
still have problems . I have installed select Language Mode (with different templates). The default works ok for this Mod . The problem is when switching to another . I have receive the follow

Notice: Undefined index: vote_between in /public_html/includes/functions.php on line 1006
Notice: Undefined index: vote_between in /public_html/includes/functions.php on line 1009
Notice: Undefined index: vote_between in /public_html/includes/functions.php on line 1048


on the top of page .

What could be the problem ? Thanks

23
Mods & Plugins (Releases & Support) / Re: [MOD] Language select
« on: October 29, 2008, 09:29:26 AM »
What you think will me the best sollution for set up the romanian language as default ?
It is really up to you. ;)

Hello V@no  . I have setup from admin romanian as default . the default template default and for english template default_ english . It 's working ok for romanian but when i try to select english the language is unchanged , in this mode will work just romanian . why ?

Could any1 help me whit that ?

24
i have 10 images for upload but he upload only 8 . why ?!?

25
Mods & Plugins (Releases & Support) / Re: [MOD] Language select
« on: October 26, 2008, 09:44:59 PM »
What you think will me the best sollution for set up the romanian language as default ?
It is really up to you. ;)

Hello V@no  . I have setup from admin romanian as default . the default template default and for english template default_ english . It 's working ok for romanian but when i try to select english the language is unchanged , in this mode will work just romanian . why ?

26
Mods & Plugins (Releases & Support) / Re: [MOD] Language select
« on: October 26, 2008, 06:36:53 PM »
I'm sorry, what icon? I'm not familiar with "Buddy Mod", and don't know how it works...A screenshot of how it should look like and how it actually looks could possibly help.

Hello V@no and thanks for your support .
The Buddy mod is here http://www.4homepages.de/forum/index.php?topic=19755.0.
Also please see atached 2 screenshots from english and romanian language

You have to upload your romanian button in to your_template/images_romanian folder if you don't have one you should create him.

Hello . Thanks . That was the problem . Thanks for help .

What you think will me the best sollution for set up the romanian language as default ?

27
Mods & Plugins (Releases & Support) / Re: [MOD] Language select
« on: October 26, 2008, 02:15:34 PM »
I'm sorry, what icon? I'm not familiar with "Buddy Mod", and don't know how it works...A screenshot of how it should look like and how it actually looks could possibly help.

Hello V@no and thanks for your support .
The Buddy mod is here http://www.4homepages.de/forum/index.php?topic=19755.0.
Also please see atached 2 screenshots from english and romanian language

28
Mods & Plugins (Releases & Support) / Re: [MOD] Language select
« on: October 25, 2008, 08:27:01 PM »
on Lanuage select is it possible to for user to see another template??
let's say i have english and farsi
i want the user when he chooses the farsi to get a totally different template!

u'll need delete from global.php:
Code: [Select]
define('TEMPLATE_PATH', ROOT_PATH.TEMPLATE_DIR."/".$config['template_dir']);
define('ICON_PATH', ROOT_PATH.TEMPLATE_DIR."/".$config['template_dir']."/icons");
and this:
Code: [Select]
//-----------------------------------------------------
//--- Templates ---------------------------------------
//-----------------------------------------------------
include(ROOT_PATH.'includes/template.php');
$site_template = new Template(TEMPLATE_PATH);

And then find:
4images older then v1.7.3:
Code: [Select]
include(ROOT_PATH.'lang/'.$config['language_dir'].'/main.php');4images v1.7.3 or newer:
Code: [Select]
include_once(ROOT_PATH.'lang/'.$config['language_dir'].'/main.php');
insert above:
Code: [Select]
if ($config['language_dir'] == $l) $config['template_dir'] .= "_".$l;
define('TEMPLATE_PATH', ROOT_PATH.TEMPLATE_DIR."/".$config['template_dir']);
define('ICON_PATH', ROOT_PATH.TEMPLATE_DIR."/".$config['template_dir']."/icons");
//-----------------------------------------------------
//--- Templates ---------------------------------------
//-----------------------------------------------------
include(ROOT_PATH.'includes/template.php');
$site_template = new Template(TEMPLATE_PATH);

With this change you will need create template for each language with this name format: <template name>_<language>
for example your default language is english and have also deutsch and spanish languages.
the default template used has name blah
Then you must have three templates with names:
blah
blah_deutsch
blah_spanish


P.S. I've removed your page_header.php source, so it wont cloag up the search engine ;) next time if u want to show something like, attach the file as a .txt file ;) (or zip it)


I have try that it s working perfect but i have a BIG problem . I have installed Buddy Mod and that is working only for default template . I mean that the icon don t show in another template just in default template .
How could i resolve that ?

Thanks

29
Mods & Plugins (Requests & Discussions) / Same data different templates
« on: October 14, 2008, 10:05:52 AM »
Hello . Could you please help me in a problem please?
I have installed vers 1.76 . Could i have different templates on multilanguage ? Ex : when i select English i want to apear a template and when i select Italy another template .
Is it that possible ?

Thanks

30
Templates & Styles (Requests & Discussions) / Re: New images Problem
« on: August 18, 2008, 10:59:37 AM »
woow
your site is not for childrens  :x

 8O :? no ivan , this site wil be an adult website . you don't support this kind of sites?
So , could any one help me please ?

Best regards,
Robert

Pages: 1 [2] 3