Merge pull request #38 from beardy-unixer/master

Small fixes
This commit is contained in:
friendica 2013-03-21 02:20:32 -07:00
commit 6db6f6640e
6 changed files with 32 additions and 2 deletions

View File

@ -232,6 +232,7 @@ function profiles_post(&$a) {
$about = fix_mce_lf(escape_tags(trim($_POST['about']))); $about = fix_mce_lf(escape_tags(trim($_POST['about'])));
$interest = fix_mce_lf(escape_tags(trim($_POST['interest']))); $interest = fix_mce_lf(escape_tags(trim($_POST['interest'])));
$contact = fix_mce_lf(escape_tags(trim($_POST['contact']))); $contact = fix_mce_lf(escape_tags(trim($_POST['contact'])));
$channels = fix_mce_lf(escape_tags(trim($_POST['channels'])));
$music = fix_mce_lf(escape_tags(trim($_POST['music']))); $music = fix_mce_lf(escape_tags(trim($_POST['music'])));
$book = fix_mce_lf(escape_tags(trim($_POST['book']))); $book = fix_mce_lf(escape_tags(trim($_POST['book'])));
$tv = fix_mce_lf(escape_tags(trim($_POST['tv']))); $tv = fix_mce_lf(escape_tags(trim($_POST['tv'])));
@ -393,6 +394,7 @@ function profiles_post(&$a) {
`about` = '%s', `about` = '%s',
`interest` = '%s', `interest` = '%s',
`contact` = '%s', `contact` = '%s',
`channels` = '%s',
`music` = '%s', `music` = '%s',
`book` = '%s', `book` = '%s',
`tv` = '%s', `tv` = '%s',
@ -426,6 +428,7 @@ function profiles_post(&$a) {
dbesc($about), dbesc($about),
dbesc($interest), dbesc($interest),
dbesc($contact), dbesc($contact),
dbesc($channels),
dbesc($music), dbesc($music),
dbesc($book), dbesc($book),
dbesc($tv), dbesc($tv),
@ -550,6 +553,7 @@ function profiles_content(&$a) {
'$lbl_about' => t('Tell us about yourself...'), '$lbl_about' => t('Tell us about yourself...'),
'$lbl_hobbies' => t('Hobbies/Interests'), '$lbl_hobbies' => t('Hobbies/Interests'),
'$lbl_social' => t('Contact information and Social Networks'), '$lbl_social' => t('Contact information and Social Networks'),
'$lbl_channels' => t('My other channels'),
'$lbl_music' => t('Musical interests'), '$lbl_music' => t('Musical interests'),
'$lbl_book' => t('Books, literature'), '$lbl_book' => t('Books, literature'),
'$lbl_tv' => t('Television'), '$lbl_tv' => t('Television'),
@ -593,7 +597,8 @@ function profiles_content(&$a) {
'$romance' => $r[0]['romance'], '$romance' => $r[0]['romance'],
'$work' => $r[0]['work'], '$work' => $r[0]['work'],
'$education' => $r[0]['education'], '$education' => $r[0]['education'],
'$contact' => $r[0]['contact'] '$contact' => $r[0]['contact'],
'$channels' => $r[0]['channels'],
)); ));
$arr = array('profile' => $r[0], 'entry' => $o); $arr = array('profile' => $r[0], 'entry' => $o);

View File

@ -2,7 +2,8 @@
// This needs changing now, if we're going for global settings. Admin settings have been removed in preparation, You *should* just be able to remove all // This needs changing now, if we're going for global settings. Admin settings have been removed in preparation, You *should* just be able to remove all
// the get_config bits, though this is untested. // the get_config bits, though this is untested.
// We also need to eventually. Use the page owners settings for everybody - get_pconfig(page_owner()) or whatever that would look like. // We also need to eventually. Use the page owners settings for everybody - get_pconfig(page_owner()) or whatever that would look like.
load_pconfig(local_user(),'redbasic');
$line_height = false; $line_height = false;
$redbasic_font_size = false; $redbasic_font_size = false;
$resolution = false; $resolution = false;

View File

@ -58,6 +58,9 @@
</li> </li>
{{ endif }} {{ endif }}
{{ if $nav.register }}<li id="nav-register-link" class="nav-menu $nav.register.2"><a href="$nav.register.0" title="$nav.register.3" >$nav.register.1</a><li>{{ endif }}
{{ if $nav.messages }} {{ if $nav.messages }}
<li id="nav-mail-link" class="nav-menu $sel.messages"> <li id="nav-mail-link" class="nav-menu $sel.messages">
<a class="$nav.messages.2" href="$nav.messages.0" title="$nav.messages.3" >$nav.messages.1</a> <a class="$nav.messages.2" href="$nav.messages.0" title="$nav.messages.3" >$nav.messages.1</a>

View File

@ -206,6 +206,15 @@ $lbl_social
</div> </div>
<div id="contact-jot-end"></div> <div id="contact-jot-end"></div>
<div id="channels-jot-wrapper" >
<p id="channels-jot-desc" >
$lbl_channels
</p>
<textarea rows="10" cols="72" id="channels-jot-text" name="channels" >$channels</textarea>
</div>
<div id="channels-jot-end"></div>
<div class="profile-edit-submit-wrapper" > <div class="profile-edit-submit-wrapper" >
<input type="submit" name="submit" class="profile-edit-submit-button" value="$submit" /> <input type="submit" name="submit" class="profile-edit-submit-button" value="$submit" />

View File

@ -63,6 +63,9 @@
</li> </li>
{{/if}} {{/if}}
{{if $nav.register}}<li id="nav-register-link" class="nav-menu {{$nav.register.2}}"><a href="{{$nav.register.0}}" title="{{$nav.register.3}}" >{{$nav.register.1}}</a><li>{{/if}}
{{if $nav.messages}} {{if $nav.messages}}
<li id="nav-mail-link" class="nav-menu {{$sel.messages}}"> <li id="nav-mail-link" class="nav-menu {{$sel.messages}}">
<a class="{{$nav.messages.2}}" href="{{$nav.messages.0}}" title="{{$nav.messages.3}}" >{{$nav.messages.1}}</a> <a class="{{$nav.messages.2}}" href="{{$nav.messages.0}}" title="{{$nav.messages.3}}" >{{$nav.messages.1}}</a>

View File

@ -211,6 +211,15 @@
</div> </div>
<div id="contact-jot-end"></div> <div id="contact-jot-end"></div>
<div id="channels-jot-wrapper" >
<p id="channels-jot-desc" >
{{$lbl_channels}}
</p>
<textarea rows="10" cols="72" id="channels-jot-text" name="channels" >{{$channels}}</textarea>
</div>
<div id="channels-jot-end"></div>
<div class="profile-edit-submit-wrapper" > <div class="profile-edit-submit-wrapper" >
<input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}" /> <input type="submit" name="submit" class="profile-edit-submit-button" value="{{$submit}}" />