1
X-Elvis
Disabling Weblog trackback function
  • 2006/5/23 5:39

  • X-Elvis

  • Just popping in

  • Posts: 8

  • Since: 2005/8/4 1


How can I disable weblog's trackback function - I keep getting those junk links - there probably are some script running out there in the wild that keep filling my database with phony trackbacks. I couldn't find any configuration in the module's admin, I assume it needs to be hacked in PHP.

Thanks



2
X-Elvis
How do I display PHP errors?
  • 2006/4/2 2:54

  • X-Elvis

  • Just popping in

  • Posts: 8

  • Since: 2005/8/4 1


I'm trying to make my own modulel, but couldn't figure how to set XOOPS to show errors, other than the General Prefs turning on the PHP debug.

Tried setting $_showErrors in errorhandler.php to TRUE, but it didn't make any difference.

Anybody knows how to do that?


thanks



3
X-Elvis
FCK editor + news 1.4 on XOOPS 2.2.3
  • 2005/12/2 4:32

  • X-Elvis

  • Just popping in

  • Posts: 8

  • Since: 2005/8/4 1


I installed FCK editor 2.0 final in XOOPS 2.2.3. When I use it with News 1.4, it all works fine when I enter a new article. When I try to edit articles though, it gives me the HTML view in the scoop and the extended text windows. If I click the Source button, it shows the ASCII chatacters for the tags.

Has someone had simmilar experience and an adequate solution for the problem?



4
X-Elvis
Re: News 1.4 approval problems - fix
  • 2005/11/30 6:45

  • X-Elvis

  • Just popping in

  • Posts: 8

  • Since: 2005/8/4 1


I actually found a work-around or a temp fix for the problem of not being able to edit articles as admin or your own posts. If anyone has the same problem, this might help:

In the news module directory, in submit.php, on line 80 there is the following chunk of code:

if(is_object($xoopsUser) && ($xoopsUser->getVar('uid')!=$tmpstory->uid()) && !is_admin_group()) {
redirect_header(XOOPS_URL.'/modules/news/index.php', 3, _NOPERM);
exit();
}

} else { // Users can't edit their articles
redirect_header(XOOPS_URL.'/modules/news/index.php', 3, _NOPERM);
exit();
}

Just comment the whole else{} part out, and you should be able to edit articles again. The whole conditional block makes no sense to me - two identical statements get executed, no matter what.



5
X-Elvis
Re: News 1,4 approval problems
  • 2005/11/30 5:00

  • X-Elvis

  • Just popping in

  • Posts: 8

  • Since: 2005/8/4 1


It seems to be a common problem with the 1.4 release. I tried uploading it on two different sites, but with the same effect.

Once an article has been posted, it can't be edited neither by the poster, nor even the webmaster.

I also have problems with the use of the Image Manager. I can upload pictures there, but cannot insert them in articles. Initially thought it might be Koivi, but the basic editor wouldn't insert pictures either.

I hope some of the module's authors reads this forum - maybe there is a bug, or maybe we are all doing the same mistake?

Let's hope for a solution - ASAP!



6
X-Elvis
Re: ho do I get SPAW and how do I update NEWS
  • 2005/10/4 20:36

  • X-Elvis

  • Just popping in

  • Posts: 8

  • Since: 2005/8/4 1


I tried both FCK and Spaw, but it is too much of a pain to integrate them with each module.

I figured it's best to use Koivi. I was under the wrong impression that Koivi is part of the standard XOOPS 2.0.13.1 install, since it is a XOOPs project. It turned out one needs to download the classes and put them insie a wysiwyg folder in the root directory.

My suggestion is to download Koivi fromhttp://dev.xoops.org/modules/xfmod/project/showfiles.php?group_id=1038&release_id=447#selected (download the XK Editor Class, uzip it, and follow the REDME and doc instructions. With most modules you would not have to do anything else.

Good luck!



7
X-Elvis
Re: ho do I get SPAW and how do I update NEWS + a question
  • 2005/9/30 16:49

  • X-Elvis

  • Just popping in

  • Posts: 8

  • Since: 2005/8/4 1


About downloading Spaw try Solmetra, who develops it:
http://www.solmetra.com/en/disp.php/en_products/en_spaw/en_spaw_download

As far as installation - I'm wrestling with that myself. The default editor is Koivi, but it has very limited HTML capabilities. I have used Spaw in a custom application and know for a fact that it is a much better editor.

Can you please send me some information about how to integrate Spaw into Xoops, in case yo've figured it out?

Thanks,

x-e



8
X-Elvis
Multilingual site
  • 2005/8/7 0:38

  • X-Elvis

  • Just popping in

  • Posts: 8

  • Since: 2005/8/4 1


I've been trying to find a XOOPS solution for a multilingual site, where the language choice made by the user would determine the menus, blocks, and it would filter only the articles in the selected language. Does anyone know of a module or some other solution of such a task?

Xelv




TopTop



Login

Who's Online

195 user(s) are online (125 user(s) are browsing Support Forums)


Members: 0


Guests: 195


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