1
rowdie
Re: [XoopsTeam] progress - Core Development - June 9th
  • 2007/6/15 10:36

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


Quote:

Bender wrote:
Where is rowd?

not here, gone away... you did not see this post [Jedi hand wave]

:)



2
rowdie
Re: [XoopsTeam] progress - Documentation - June 15th
  • 2007/6/15 10:19

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


The xoopdocs.net domain is in the process of being transferred to the XOOPS foundation.

The files of the current and previous site have been given to James.



3
rowdie
Re: Xoops Version?
  • 2007/5/23 15:35

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


Look in ./include/version.php

Rowd



4
rowdie
Re: Site Name With Contraction Truncated in Email Form
  • 2007/5/11 6:09

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


Try this:

function render(){
    return 
'<input type="text" name="'.$this->getName().'" id="'.$this->getName().'" size="'.$this->getSize().'" maxlength="'.$this->getMaxlength().'" value="'.$this->getValue().'"'.$this->getExtra().' />';
}


It's a short-term fix that is faster than using the str_replace() function in the render() method.

The real problem is with the mail users form. I'll post this issue to the sourceforge.net bug tracker for you, and attach a proper fix there when it's ready.

Thanks for reporting this



5
rowdie
Re: Documentation site now open
  • 2007/4/22 9:35

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


Thanks Bender, I didn't realise I'd changed the folder names I made those archives a while ago.

The multilanguage part is more than just a new config file, I hacked the original DokuWiki files to do it. It was a lot of work keeping the docs site version updated whenever the original DokuWiki had a new release, wish it was as simple as just making changes to the config...



6
rowdie
Re: Documentation site now open
  • 2007/4/22 6:13

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


Giba, the easiest is to install the original DokuWiki:
http://www.splitbrain.org/projects/dokuwiki

DokuWiki doesn't use a database, you can just drop the backup files into the appropriate folders.

The XOOPS module I used is difficult to install/maintain, that's partially why it isn't back online. I doubt it would be much use to you.

Rowd



7
rowdie
Re: Translations for XOOPS 2.0.16
  • 2007/3/30 17:56

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


Thankyou Mowaffak,

I've added your translation

Rowd



8
rowdie
Re: Change image with the module
  • 2007/3/27 18:55

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


You don't need to hack php files, or to use a module With XOOPS 2.0.16 you can do this using Smarty tags in your theme.html file.

e.g. you could use something like this:
<img class="<{$xoops_dirname}>" src="<{$xoops_imageurl}>modules/<{$xoops_dirname}>/logo.png" alt="" />


The <{$xoops_dirname}> tag contains the name of the current module, or 'system' if you are on a non-module page.

So the example above expects to find the image in:

http://yoursite.com/themes/yourtheme/modules/system/logo.png
http://yoursite.com/themes/yourtheme/modules/newbb/logo.png

depending on which modules you have installed and which page you are viewing.

The example also assigns a separate css class for each module, so you can use different style rules for each image if you want to. Just add some css code to an included .css file, something like this:
img.system {
    
put css rules here
}

img.newbb {
    
put css rules here
}

This is just an example to get you started, play with the example until you find the best solution for you

Rowd



9
rowdie
Re: Translations for XOOPS 2.0.16
  • 2007/2/27 17:39

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


Hi Magnus,

Thanks a lot, I've updated the Swedish package.

Sorry that I missed your previous post.

Rowd



10
rowdie
Re: Translations for XOOPS 2.0.16
  • 2007/2/15 18:46

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


Hi Ian,

I've updated the link. Thanks for letting us know about the change

Rowd




TopTop
(1) 2 3 4 ... 62 »



Login

Who's Online

217 user(s) are online (108 user(s) are browsing Support Forums)


Members: 0


Guests: 217


more...

Donat-O-Meter

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

Latest GitHub Commits