841
skenow
Re: WYSIWYG
  • 2005/3/3 16:28

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


There are several wysisyg editors available for XOOPS - HTMLArea, Spaw, and Koivi can be integrated into any of the modules. I've used them all, and I believe each of them will allow you to copy/paste MSWord text into the editor, then clean up all the odd formatting tags MS adds.

Check them out, and your users' OS and browser will make a difference in which one will work best.



842
skenow
Re: Hacker beware
  • 2005/3/3 15:59

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


There's something on your main page that's messing you up. You can access your login page (user.php) and go from there.Your Login Page.

Once you get there, go to the Administration Menu and turn on PHP Debug to find out what's giving you grief.

In the meantime, do a search for 'security' on Xoops, read the threads, download Protector and install that on your site.



843
skenow
Re: Koivi 1.0.5 problems with Mac browsers
  • 2005/3/1 23:10

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


Thanks for the response, I've just uploaded 1.0.5.1 with the modified functions.inc.php - and I'm having them test it on their Macs (and I'm still trying to get them to switch to Firefox!)

I don't have any machines with non-compatible browsers to check this with, so I'll have to wait for them to report.

I've had better results with Koivi than I had with HTMLArea3, so I'm glad you keep working on it. One feature I would like to see you add is the InsertFile plugin that HTMLArea has at InsertFile download. I've gotten it to work as a standalone, but not in Xoops.

Thanks again!



844
skenow
Koivi 1.0.5 problems with Mac browsers
  • 2005/3/1 17:24

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


I've upgraded from Koivi 1.0.4.1 to 1.0.5 and everything went fine - I like the new features and the performance improvements. But, of course, I use a PC, and the people responsible for adding and maintaining content use Macs. They have not installed Firefox yet, but at least the editor was degrading to the DHTML editor for them. Now that I have gone to 1.0.5, the editor does not degrade properly, and they do not even get a cursor in the text areas. I don't have the full details of the behavior, so for now, I'm just switching back to 1.0.4.1.

Apart from the major rewrite of formwysiwygtextarea.php, the most significant change seems to be in the checkBrowser function in functions.inc.php - it doesn't seem to check versions of the specific browsers. Could this be the problem? Could it be this simple?

Steve



845
skenow
Re: No page refresh in Firefox after using Koivi
  • 2004/12/30 2:44

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


No real ideas from me - I have found this affects ALL wysiwyg editors and Firefox, and it only affects the meta refresh tag. Most workarounds include a javascript function (location:header, setTimeout()).

I had to play around with the quotes to get mine to work. View your page source when you get stuck and see how the quotes pair up.

Here is how I changed my system_redirect.html file -
(add this after the meta http-equiv 'refresh' tag

<script language="javascript">
    function 
nextpage(){
      
window.location='<{$url}>';
    }
</
script>
<
title><{$xoops_sitename}></title>

</
head>
<
body onload="setTimeout('nextpage()', 4000)">


if the normal refresh doesn't work (after using a wysiwyg editor in FF/Mozilla) the javascript will trigger a page redirection in 4 seconds (4000 milliseconds)

I didn't have to change anything in functions.php (which I like - I don't have to remember the hacks when upgrading modules)



846
skenow
Re: This is a really neat idea!
  • 2004/12/28 21:26

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


An extention of this would be to add an admin option to allow the users of a group to set their own start page, if not set they would get the default for that group.



847
skenow
Re: This is a really neat idea!
  • 2004/12/28 21:20

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


An extention of this would be to add an admin option to allow the users of a group to set their own start page, if not set they would get the default for that group.



848
skenow
Re: No page refresh in Firefox after using Koivi
  • 2004/12/19 4:49

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


You may need to update the system module in the Administration->Modules page; or change athe setting in Adminstration->Preferences->General to 'update module template .html from themes/your theme/templates directory' to 'yes', then go to your home page, then change the setting back to 'no'

Steve



849
skenow
Re: No page refresh in Firefox after using Koivi
  • 2004/12/19 4:43

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


Go to the dev pages for the modulehttp://dev.xoops.org/modules/xfmod/project/?group_id=1038.

They have provided hacks for News 1.2.1 and it is already available as a choice in NewBB2.



850
skenow
Xoops.org Theme Pet Peeve
  • 2004/12/19 4:17

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


From time to time, I will just browse the forums to see what's on everyone's mind. One thing that just irritates me is the lack of a 'Next Page' link at the bottom of the forum pages. When I reach the bottom of the page, I need to scroll back up to the top of the page to get to the next messages.

I seem to recall a few instances where there were page links at the bottom of the page, but haven't seen any lately (checked multiple browsers, just to be sure). Is this a NewBB2 issue, or ?

I haven't reached this point in my forums, yet, but would like to be prepared and prevent this from happening. Any ideas?

Steve




TopTop
« 1 ... 82 83 84 (85) 86 »



Login

Who's Online

214 user(s) are online (144 user(s) are browsing Support Forums)


Members: 0


Guests: 214


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