301
blueteen
Re: Formulaire 3.2 - Display only 1 element time and time again
  • 2005/12/16 6:37

  • blueteen

  • Quite a regular

  • Posts: 379

  • Since: 2004/7/16


no problem :o)



302
blueteen
Re: Formulaire 3.2 - Display only 1 element time and time again
  • 2005/12/16 6:35

  • blueteen

  • Quite a regular

  • Posts: 379

  • Since: 2004/7/16


3.23 version solved this bug

https://xoops.org/modules/repository/singlefile.php?cid=83&lid=1152 (2005/09/27)



303
blueteen
Re: New messages in theme as smarty; how to?
  • 2005/12/12 18:17

  • blueteen

  • Quite a regular

  • Posts: 379

  • Since: 2004/7/16


can you activate 'debug php mode'



304
blueteen
Re: New messages in theme as smarty; how to?
  • 2005/12/9 15:48

  • blueteen

  • Quite a regular

  • Posts: 379

  • Since: 2004/7/16


yes it works.
i'm using this script on a XOOPS 2.2.3a with success :o)



305
blueteen
Re: [mini guide] How to quickly replace all the textarea with kiovi in Xoops
  • 2005/12/9 7:28

  • blueteen

  • Quite a regular

  • Posts: 379

  • Since: 2004/7/16


you're right.
but for all of my websites, redirection under firefox works with only system_redirect modified.
try it :o)

some people also use this code :

Open system_redirect.html and change the line with body-tag to:
<body 
onload
="void(window.setTimeout(location.href='<{$url}>',<{$time}>000));">



306
blueteen
Re: Include a block in a theme
  • 2005/12/8 15:32

  • blueteen

  • Quite a regular

  • Posts: 379

  • Since: 2004/7/16


Quote:

shank wrote:
It works with multiple themes for 2.2.2 also.

What theme are you using, so I can try it with your theme.

Steve


It works for me too, on a XOOPS 2.2.3a version (default theme)

I've just corrected the function smarty_insert_pms() to function smarty_insert_messages()

thanks for this tip with plugins folder



307
blueteen
Re: [mini guide] How to quickly replace all the textarea with kiovi in Xoops
  • 2005/12/8 12:01

  • blueteen

  • Quite a regular

  • Posts: 379

  • Since: 2004/7/16


xoops 2.0.13.2 (and another one XOOPS 2.0.13.1) for me too :)

i've applied all other modifications of this thread

look at this post

https://xoops.org/modules/newbb/viewtopic.php?topic_id=31122&viewmode=flat&order=ASC&start=40#forumpost152078

there is another tip to apply (i've applied it too)


(scuse my bad english)



308
blueteen
Re: [mini guide] How to quickly replace all the textarea with kiovi in Xoops
  • 2005/12/8 10:56

  • blueteen

  • Quite a regular

  • Posts: 379

  • Since: 2004/7/16


I'm trying it again, and it works

On a website, i've

<font color="#de4663">Je ne suis ni Athénien ni Grecmais un citoyen du monde.</font>


And if, i make the modification, i've :

Je ne suis ni Athénien ni Grec, mais un citoyen du monde.

Nothing else to do for me.
i've no other idea, sorry.



309
blueteen
Re: [mini guide] How to quickly replace all the textarea with kiovi in Xoops
  • 2005/12/8 10:08

  • blueteen

  • Quite a regular

  • Posts: 379

  • Since: 2004/7/16


Hello,
on my intranet, i've modified userinfo.php

I've replaced :

$myts->makeTareaData4Show($thisUser->getVar('user_sig''N'),0,1,1));


with

$xoopsTpl->assign('user_signature'$myts->undoHtmlSpecialChars($thisUser->getVar('user_sig''N'),0,1,1));


user'signature appears correctly now on my site.
but i don't know if it's a good modification.



310
blueteen
Re: View all members with a click of a button
  • 2005/12/2 13:04

  • blueteen

  • Quite a regular

  • Posts: 379

  • Since: 2004/7/16


hi,
for wich xoops's version ? and wich module ?

on XOOPS 2.0.13.2, with xoopsmembers's module,
I replace this code in index.php :

$op "form";
if ( isset(
$HTTP_POST_VARS['op']) && $HTTP_POST_VARS['op'] == "submit" ) {
    
$op "submit";
}


by this one

$op "submit";
if ( isset(
$HTTP_POST_VARS['op']) && $HTTP_POST_VARS['op'] == "form" ) {
    
$op "form";
}




TopTop
« 1 ... 28 29 30 (31) 32 33 »



Login

Who's Online

122 user(s) are online (65 user(s) are browsing Support Forums)


Members: 0


Guests: 122


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