281
marcan
Re: 2.0.6 Automaticaly adds "..." in signature
  • 2004/2/12 16:49

  • marcan

  • Just can't stay away

  • Posts: 824

  • Since: 2003/10/8


A precision : The little "..." are added to those textbox evreytime a user hits the Save Change in edituser.php. So the first time, it is "...", the second time, it's "......" etc...

Anoying...



282
marcan
Re: Login Block : IE and Mozilla !
  • 2004/2/12 12:18

  • marcan

  • Just can't stay away

  • Posts: 824

  • Since: 2003/10/8


That was it !

Thanks regen_r8



283
marcan
2.0.6 Automaticaly adds "..." in signature
  • 2004/2/11 21:36

  • marcan

  • Just can't stay away

  • Posts: 824

  • Since: 2003/10/8


If I edit my account, what ever I write in the Signature box or in the Extra Info, 3 little points are automatically added at then end.

Why?



284
marcan
Re: Login Block : IE and Mozilla !
  • 2004/2/11 19:47

  • marcan

  • Just can't stay away

  • Posts: 824

  • Since: 2003/10/8


More info :

It works fine in IE6 if I login at the user.php#lost page.

Also, I've found where the problem was. I wanted the Login block to be centered, so I changed modules\system\templates\blocks\system_block_login.html which looks like this :
<form style="margin-top: 0px;" action="<{$xoops_url}>/user.php" method="post"><{$block.lang_username}><br /><input type="text" name="uname" size="12" value="<{$block.unamevalue}>" /><br /><{$block.lang_password}><br /><input type="password" name="pass" size="12" /><!-- <br /><input type="checkbox" name="rememberme" value="On" class ="formButton" /><{$block.lang_rememberme}> //--><br /><input type="hidden" name="xoops_redirect" value="<{$xoops_requesturi}>" /><input type="hidden" name="op" value="login" /><input type="submit" value="<{$block.lang_login}>" /><br /><{$block.sslloginlink}>
</form>
<
a href="<{$xoops_url}>/user.php#lost"><{$block.lang_lostpass}></a>
<
br /><br />
<
a href="<{$xoops_url}>/register.php"><{$block.lang_registernow}></a>


To this :
<div align="center"
<form style="margin-top: 0px;" action="<{$xoops_url}>/user.php" method="post"><{$block.lang_username}><br /><input type="text" name="uname" size="12" value="<{$block.unamevalue}>" /><br /><{$block.lang_password}><br /><input type="password" name="pass" size="12" /><!-- <br /><input type="checkbox" name="rememberme" value="On" class ="formButton" /><{$block.lang_rememberme}> //--><br /><input type="hidden" name="xoops_redirect" value="<{$xoops_requesturi}>" /><input type="hidden" name="op" value="login" /><input type="submit" value="<{$block.lang_login}>" /><br /><{$block.sslloginlink}>
</form>
<
a href="<{$xoops_url}>/user.php#lost"><{$block.lang_lostpass}></a>
<
br /><br />
<
a href="<{$xoops_url}>/register.php"><{$block.lang_registernow}></a>
</
div>


Did a system update...

The problem occurs with the second version of the file. If I put the original file, everything works fine.

Any suggestion?



285
marcan
Login Block : IE and Mozilla !
  • 2004/2/11 19:41

  • marcan

  • Just can't stay away

  • Posts: 824

  • Since: 2003/10/8


Hi, this something weird : With Internet Explore 6, in the Login block on the main page of my site, if I enter my username, pasword and I click on the button User Login, nothing happens. If I do the same thing with Mozilla, no problem at all !

Can anybody help me?



286
marcan
Submit a News : The Scoop
  • 2004/2/11 15:13

  • marcan

  • Just can't stay away

  • Posts: 824

  • Since: 2003/10/8


A little question. When a user submit a news with Main Menu>News>Sumbit News, he only has 'The Scoop' and not the rest of the text. To split the text, the admin would have to go in the Admin Section to split the text in the 2 text areas.

Is there a reason for that? As a user, I would like to be able to write the scoop and also the rest of the text. Is this beacause we want to keep it simple for user? Is there an easy way to let the user splits its news?

Thanks for your lights !



287
marcan
Re: Upgrading to a new version of XOOPS
  • 2004/2/10 19:03

  • marcan

  • Just can't stay away

  • Posts: 824

  • Since: 2003/10/8


Thanks Dave_L, I downloaded BeyondCompare and started to document the changes I've made.

Thanks for the help !

There must be a place where people installing hacks are warned to document the change... I'll see that it is included in some documentation

Cheers !



288
marcan
ERROR: Could not delete old template
  • 2004/2/10 17:51

  • marcan

  • Just can't stay away

  • Posts: 824

  • Since: 2003/10/8


Hi,

I'm trying to move a XOOPS site. I've copied the files structure, backuped the database, restore it to a new one, updated mainfile.php, set writing rights on templates_c, cache and upload.

The site is working fine. However, when I try to update the System module, I get these errors :

Quote:
Module data updated.
Updating templates...
ERROR: Could not delete old template system_imagemanager.html. Aborting update of this file.
ERROR: Could not delete old template system_imagemanager2.html. Aborting update of this file.
ERROR: Could not delete old template system_userinfo.html. Aborting update of this file.
ERROR: Could not delete old template system_userform.html. Aborting update of this file.
ERROR: Could not delete old template system_rss.html. Aborting update of this file.
ERROR: Could not delete old template system_redirect.html. Aborting update of this file.
ERROR: Could not delete old template system_comment.html. Aborting update of this file.
ERROR: Could not delete old template system_comments_flat.html. Aborting update of this file.
ERROR: Could not delete old template system_comments_thread.html. Aborting update of this file.
ERROR: Could not delete old template system_comments_nest.html. Aborting update of this file.
ERROR: Could not delete old template system_siteclosed.html. Aborting update of this file.
ERROR: Could not delete old template system_dummy.html. Aborting update of this file.
ERROR: Could not delete old template system_notification_list.html. Aborting update of this file.
ERROR: Could not delete old template system_notification_select.html. Aborting update of this file.
Rebuilding blocks...


Why is that?



289
marcan
Re: Upgrading to a new version of XOOPS
  • 2004/2/9 21:16

  • marcan

  • Just can't stay away

  • Posts: 824

  • Since: 2003/10/8


Thanks kahumbu !

Does anyone have another way of doing it?



290
marcan
Multilingual theme and MLPatch
  • 2004/2/9 16:03

  • marcan

  • Just can't stay away

  • Posts: 824

  • Since: 2003/10/8


For a couple of days, I've been seraching for a way to make a them multilingual. Certain strings in theme always need to be converted if you want it in french for example. Now I have a bilingual site (english and french) and have installed the MLPath. I also needed the theme to be in the language the user shows.

I found a way to do it so I post it here. It works, but I don't know if it is the good way to do it (I'm not a coder so I can't know...)

For example, the theme 7dana-clean greats the user when he signs in by a line at the top of the theme that says:

Quote:
Hello 'username' your account


I needed that to be translated. I also needed the Search button to be translated. So, at the the top of the them.html file for that theme, I've inserted this code :

<{php}>

global 
$myts;
$myts =& MyTextSanitizer::getInstance();

$GLOBALS['xoopsTpl']->assign('ello',$myts->makeTboxData4Show("[fr]Bonjour[/fr][en]Hello[/en]"));
$GLOBALS['xoopsTpl']->assign('youraccount',$myts->makeTboxData4Show("[fr]Votre compte[/fr][en]Your account[/en]"));
$GLOBALS['xoopsTpl']->assign('search',$myts->makeTboxData4Show("[fr]Recherche[/fr][en]Search[/en]"));

<{/
php}>


Then I put the variables where they would be needed, like this for example :

<td class="pozdrav"> &nbsp;&nbsp;<{if $xoops_isuser}><{$ello}> <a href="<{$xoops_url}>/user.php"><{$xoops_uname}></a>&nbsp;&nbsp;&nbsp;<a href="<{$xoops_url}>/user.php"><{$youraccount}>


If there is a better way to do this, please post it...

Regards !




TopTop
« 1 ... 26 27 28 (29) 30 31 32 ... 36 »



Login

Who's Online

179 user(s) are online (128 user(s) are browsing Support Forums)


Members: 0


Guests: 179


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits