1
ralf57
Re: TinyEditor module development quitted
  • 2007/6/8 11:04

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Just to make things a bit clearer:
i still have great ideas for tinyeditor.
Turning these into reality depends on the efforts that core development team will put into XOOPS in the next months.
I do really appreciate the fact that phppp named himself lead developer (he's got the skills for this role) and i agree with him;
now i do expect that intentions and words become "released code"
then i could rethink my decision
Don't know what i want but i know how to get it..........



2
ralf57
TinyEditor module development quitted
  • 2007/6/7 20:51

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Hi dear xoopsers,
only a few words to announce you that i quitted the development of TinyEditor module.
My decision is based upon two orders of reasons:

1)i really don't have time and will to continue the development

2)i'm very disappointed by the core development during the last (too many) months.

I'm one of the first-time users and members around here but now things are going in the wrong direction and i honestly don't want to put my time and efforts in a project i don't believe in anymore.

If someone is interested in continuing the development of tinyeditor, feel free to contact me.

ATB,ralf
Don't know what i want but i know how to get it..........



3
ralf57
Re: [ANNOUNCE] Xoops-France is joining the Xoops-Cube Project
  • 2007/6/6 11:00

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


@solo71

I cannot critizice your choice, i do respect you.
The problem with XOOPS core development is not the lack of a public roadmap (even drupal hasn't one, but they are very productive) but the fact that no code is really written and (possibly) improved.
I don't trust XOOPS any more, as it is now, that's why i suspended the development of tinyeditor module.
I honestly don't want to put my efforts in a project that's clearly decading.
ralf57
Don't know what i want but i know how to get it..........



4
ralf57
Re: How do you add PM notification in the theme?
  • 2006/11/18 21:50

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Quote:
Disagree, what it is, is not smarty...


In fact i didn't refer to Smarty but a template engine is not really needed at all once you have your application designed to comply with the MVC pattern.
A template engine is only an additional layer wich may slow down your application.
Don't know what i want but i know how to get it..........



5
ralf57
Re: How do you add PM notification in the theme?
  • 2006/11/18 17:15

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


<{php}>
GLOBAL 
$xoopsUser;
$pm_handler =& xoops_gethandler('privmessage');
$uid $xoopsUser->getVar('uid');
$criteria = new CriteriaCompo(new Criteria('read_msg'0));
$criteria->add(new Criteria('to_userid'$uid));
$msgcount $pm_handler->getCount($criteria);
$GLOBALS['xoopsTpl']->assign('msgcount'$msgcount);
<{/
php}>

<{if 
$msgcount 0}>
<
class="highlight" href="<{$xoops_url}>/viewpmsg.php">Inbox (<span style="color:#ff0000; font-weight: bold;"><{$msgcount}></span>)</a>
<{else}>
<
a href="<{$xoops_url}>/viewpmsg.php">Inbox</a>
<{/if}>


The more i use smarty, the more i get convinced that a template engine is really un-useful.
Just my opinion, of course.
Don't know what i want but i know how to get it..........



6
ralf57
Re: Packt's Open Source CMS Award Launched
  • 2006/7/24 12:06

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Quote:

Herko Coomans wrote:
Nominated XOOPS

Lets get this as widely known as possible! Anyone writing a news article about this? (And make it a decent news post, not just a short message )


You're right but i hadn't time to post a full news article since i'm at work until 18.
So feel free to write one yourself and it will surely have more visibility than this forum thread.
Don't know what i want but i know how to get it..........



7
ralf57
Vote Xoops - Packt's Open Source CMS Award Launched
  • 2006/7/24 9:20

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Hi xoopsers,
Packt has just launched a new contest targeted to the best open source CMS's here
http://www.packtpub.com/article/open_source_cms_award_launched
Prizes?
Quote:
The winning CMS will get US $5,000, the second will get US $3,000 and the third placed finalist will get US $2,000.

Not so bad,isn't it?
So find 1 minute and make your nomination here
http://www.packtpub.com/nominations
ralf57



[size=x-small][edit by Bender: changed subject from "Packt's Open Source CMS Award Launched" into "Vote XOOPS - Packt's Open Source CMS Award Launched"][/size]
Don't know what i want but i know how to get it..........



8
ralf57
Re: CSS correction for Comments
  • 2005/8/27 9:35

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Thank you james for this fix.
btw,have you submitted this bugfix to Core Bugs Tracker?
If not yet,please take 1 minute to do it.
Don't know what i want but i know how to get it..........



9
ralf57
Re: Form values
  • 2005/8/27 0:30

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


This is a JS issue.
Try searching javascript forums at
http://www.tek-tips.com/
or
http://www.sitepoint.com/forums/forumdisplay.php?f=15
I'm pretty sure you will find the answer.
ATB,ralf
Don't know what i want but i know how to get it..........



10
ralf57
Re: Default comments template breaks in IE
  • 2005/8/16 12:10

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


@ Burnout-BR
Quote:
the guy that made those templates forgot to check it in IE

That guy is me.
I didn't forget to test the theme in IE;
i simply couldn't,since i only use a Linux box and i don't like windows emulators.
I called for IE testers at that time but there was a very little feedback so i couldn't apply any fix.
If you have the opportunity to do some tests in IE,you're welcome and i'll be glad to accept your contribution.
Don't know what i want but i know how to get it..........




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



Login

Who's Online

236 user(s) are online (143 user(s) are browsing Support Forums)


Members: 0


Guests: 236


more...

Donat-O-Meter

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

Latest GitHub Commits