Login     Sign up
Deporteando (@albertof)
114 months ago
469 Views

Hello, I have to make these changes

1.- how to change the language? from:

Upload your profile photo

what is the code?
Where is the file ? .

2.- how to put further questions to the members fields

Field Name:
Field type:
Required Options for Select Box:
Description:

what is the code?
Where is the file ? .

3.- Box AJAX like putting on your friends' profile

what is the code?
Where is the file ? .

I await your urgent response. Thank you

0

answer for question 1.

file: includes/libs/feed.module.php, function feed
change
[code]
if ($client['avatar'] == 'undefined.jpg' ) {
c('<a href="'.url('account/avatar').'" style="display:block"><i class="fa fa-lg fa-smile-o"></i> Upload your profile picture</a>');
section_close();
}
[/code]
to
[code]
if ($client['avatar'] == 'undefined.jpg' ) {
c('<a href="'.url('account/avatar').'" style="display:block"><i class="fa fa-lg fa-smile-o"></i>'.t(' Upload your profile picture').'</a>');
section_close();
}
[/code]
question 2 i don't understand good. You want more than 7 profile fields?

question 3 i completly don't understand.

Jcow Master @falcone
114 months ago
@falcone 2.- ok if I want to put more than 7 questions
114 months ago
@falcone 3.- I want to put comments, photos, etc. profile friends and post there from my profile
114 months ago
0

2.- ok if I want to put more than 7 questions

3.- I want to put comments, photos, etc. profile friends and post there from my profile

Deporteando @albertof
114 months ago