291471
dodell
Deleting comments not working
  • 2003/10/7 14:40

  • dodell

  • Just popping in

  • Posts: 4

  • Since: 2003/10/7


Hey,

I'm unable to delete comments under the news section. I confirm that I want to delete only the single comment I've selected and then there's no output. I've mungled around in the scripts, but there are too many DOS linefeeds () and I'm not exactly sure how the XOOPS system works in the first place -- so I'm unable to really diagnose where this is going wrong.

Any help would be appreciated.

--Devon



291472
Mithrandir
Re: Need update query help

wow - you gave us all of 5½ hours..

looks fine to me, a few points, though:

1) Instead of getting the db through the galleryimage_handler, just go $xoopsDB

2) If you are getting all your variables from POST, you don't need the queryF, but just normal query. If, on the other hand, you do have oldname and newname in GET statements (which I wouldn't recommend) queryF is the correct one to use

Good luck



291473
gstarrett
Re: Need testers for XoopsGallery maintenance update
  • 2003/10/7 13:52

  • gstarrett

  • Friend of XOOPS

  • Posts: 174

  • Since: 2002/3/12


Quote:

PureLuXus wrote:
hey .. i want betatest
atm i use the old version with some fixes i found in the forum
http://wo.luxusproject.com/modules/xoopsgallery
comments r disable cause the known bug...
but i will activate the beta version..

what about the zip support..
i have large albums and want upload zips..


Sorry, no ZIP support. I just fixed what was there, I didn't add any new features and AFAIK there isn't any form of ZIP support in there. You can add pics with "upload any images found at this location"--so with that and a shell account it's possible to zip, transfer, unzip, add.

Looks like a fun place



291474
Hanan
Re: Probably the first malay language website using xoops
  • 2003/10/7 13:29

  • Hanan

  • Just popping in

  • Posts: 7

  • Since: 2003/7/31


Ye ke yang pertama?

The first one? In Malaysia? In that case we are among the first. Here also Malay site, just for University student:
Portal Bicarasiswa

Heheheh <--- Malaysian like to laugh like this



291475
Hanan
Re: Probably the first malay language website using xoops
  • 2003/10/7 13:29

  • Hanan

  • Just popping in

  • Posts: 7

  • Since: 2003/7/31


Ye ke yang pertama?

The first one? In Malaysia? In that case we are among the first. Here also Malay site, just for University student:
Portal Bicarasiswa

Heheheh <--- Malaysian like to laugh like this



291476
PureLuXus
Re: Need testers for XoopsGallery maintenance update
  • 2003/10/7 13:27

  • PureLuXus

  • Not too shy to talk

  • Posts: 116

  • Since: 2002/1/3 2


hey .. i want betatest
atm i use the old version with some fixes i found in the forum
http://wo.luxusproject.com/modules/xoopsgallery
comments r disable cause the known bug...
but i will activate the beta version..

what about the zip support..
i have large albums and want upload zips..



291477
lykoszine
Re: how to provide news feed from xoops
  • 2003/10/7 13:22

  • lykoszine

  • Module Developer

  • Posts: 244

  • Since: 2002/1/2 2


The Lykos Syndication module has an RSS and a JS feed for news, links, downlaods and reviews.

It needs fixing for some bugs, and I plan to add Wfsections also.




291478
lykoszine
Re: RSS New Feeds and how to get around them
  • 2003/10/7 13:20

  • lykoszine

  • Module Developer

  • Posts: 244

  • Since: 2002/1/2 2


I was talking to Catz the other day about the RSS issue... Maybe some improvements are in order.

The other issue, with servers disabling remote file access, is not fixable I think. I spent a long time trying to get round that for a different project, with no success.

What would be desirable is better error catching of that issue in the xoopsheadlines, or new rss module.



291479
cleber
Re: System Admin icon don't appears at administration menu
  • 2003/10/7 13:12

  • cleber

  • Just popping in

  • Posts: 11

  • Since: 2002/7/17


After update the webmasters group permissions the problem was resolved.

Thanks.

Cleber



291480
Draven
Re: 3rd party chat advice needed
  • 2003/10/7 13:06

  • Draven

  • Module Developer

  • Posts: 337

  • Since: 2003/5/28


Quote:

setaside wrote:
Would you be willing to release that "Who's in Chat" block that you made for it?


The block function
Quote:
function b_inchat_show() {
global $xoopsDB,$xoopsUser;

$block = array();

$result = $xoopsDB->query("SELECT c.name AS name, d.uid AS uid FROM chat_users c, ".$xoopsDB->prefix("users")." d WHERE NOW( ) - datetime < 12 AND d.uname LIKE c.name");


while ( $myrow = $xoopsDB->fetchArray($result) ) {
$block['users'][] = $myrow;
}
$block["count"] = count($block['users']);
return $block;
}{


The template.
Quote:




<{if $block.users}>



<{/if}>



<{$block.count}> user(s) are in chat

<{foreach from=$block.users item=user}>
<{$user.name}>,
<{/foreach}>

Join Chat Room Now!







Login

Who's Online

148 user(s) are online (101 user(s) are browsing Support Forums)


Members: 0


Guests: 148


more...

Donat-O-Meter

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

Latest GitHub Commits