1771
Catzwolf
Re: time to say goodbye to newbb?
  • 2003/9/11 4:22

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Oh PS:

I did that conversion of storyline you asked for, I also included in the code comments on what I changed to do this.

Will email you asp ok



1772
Catzwolf
Re: time to say goodbye to newbb?
  • 2003/9/11 4:20

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


malexandria:

You are right on this subject

We are working on an enhanced version of newbb as we speak and shall be released for XOOPS v2.1.0. This will be one of the first modules to be updated and should enclude many of the enhancements asked for.




1773
Catzwolf
Re: wfsections - Comments visible for everyone
  • 2003/9/9 13:00

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Quote:

Shufflebug wrote:
Hi all,

in the module wfsection, when I add a comment to an article that is restricted to specific user groups, the 'recent comments' block of the XOOPS system also displays the comment for users that don't belong to one of the groups specified in the articles section.

If the user klicks the comment link, he get's an error message saying that he is not permitted to view the article.

How can you exlude those wfsection comments in the 'recent comments' block from being displayed to users, not belonging to one of the user groups specified in the corresponding section ??


Thanks in advance !

Shufflebug


I see what you mean, I will sort this for the next version. I will post a fix for you here ASP



1774
Catzwolf
Re: Hack request: Private message sorting
  • 2003/9/5 14:56

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


And you thought we where sitting about doing nothing too!

Will contact you soon regarding this and other things



1775
Catzwolf
Re: Hack request: Private message sorting
  • 2003/9/5 13:12

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Quote:

ackbarr wrote:
agreed - I like how vbulliten handles the private msg system. If you are sent a pm and your box is over the limit, it sends you an email stating that you missed a pm and that you need to clean out your box.


Hi

The module development team is working on this at the moment.

So there will be a new PM system (module) out within the next few weeks and this should have most of the features requested here.

This should replace the current PM system with min changes to the core files



1776
Catzwolf
Re: XOOPS2: Private Messages Question
  • 2003/8/21 1:08

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


You could try using this code in your own, this will use the PM system directly without having to hack any other files:

$pm_handler = & xoops_gethandler( 'privmessage' );
$pm = & $pm_handler -> create();
$pm -> setVar( "subject", $HTTP_POST_VARS['subject'] );
$pm -> setVar( "msg_text", $HTTP_POST_VARS['message'] );
$pm -> setVar( "to_userid", $HTTP_POST_VARS['to_userid'] );
$pm -> setVar( "from_userid", $xoopsUser -> getVar( "uid" ) );

Hope this helps



1777
Catzwolf
Re: htmlArea - WYSIWYG editor
  • 2003/7/24 0:28

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


My suggestion would be only to give webmaster access to WYSIWYG editors. There is to much of a risk in giving 'users' this option.

But in saying that I have been asked many times to allows 'users' (submit) access to the WYSIWYG editor within WF and I have refused.

But if they where, limits could be impossed via $myts as it was in XOOPS version 1 with 'allowed HTML' (which personally I would like to see back again) and that way Admin could control what HTML tags would be passed and allowed.

Just my one pence worth!



1778
Catzwolf
Re: htmlArea - WYSIWYG editor
  • 2003/7/23 22:30

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Tzvook:

Ouch! Its not that bad compared to some I have seen But you are right it would need a lot of work to bring it to the same standard as HTMLarea.

Yet saying that, as it has already been pointed out there are many things regarding HTMLarea that still need work done if to incorperate it into XOOPS (module or otherwise) and I wish this person much luck.

I did try and port this to WF-Sections and I did manage to get it to work (badly), but it would have required more work than I was willing to do just for a text editor.

While HTMLarea has many addon hacks etc, I found most of these where ASP in origin (Not PHP) which is a pity and version 1 does not (as far as I can see) work with anything but IE (version 3 is not stable enough).

These are the reason's that I have stayed with the WYSIWYG editor I am using, but I will say until a decent editor comes out (that does not require re-writing Xoops) I will stick with this one

ATB

Catz

PS: Thanks for your kind words m8



1779
Catzwolf
Re: gzip compression
  • 2003/7/18 2:46

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


As I said, I would personally have this on.

If you have problems with other modules as IBF forum for example (shows a page full of strange looking characters), then turn gzip compression off in the other module (not xoops).



1780
Catzwolf
Re: gzip compression
  • 2003/7/18 2:24

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Gzip compression is similiar to a zip file, what it does is compresses a file on server side and just before it hits your browser it gets de-compressed.

Good point about it is that files appear quicker in your browser, but the bad sides are you cannot have more than one script (Xoops and IBF module) using it and it puts an extra (slight) load on your server.

But personally, I think the good points outway the bad.




TopTop
« 1 ... 175 176 177 (178) 179 180 181 ... 185 »



Login

Who's Online

140 user(s) are online (71 user(s) are browsing Support Forums)


Members: 0


Guests: 140


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