1
christopher
Same bug in Freecontent 2.1 and Agenda-X 1.2
  • 2003/10/6 20:06

  • christopher

  • Just popping in

  • Posts: 9

  • Since: 2003/1/6 1


Both are attributing each submission to EVERY user rather than to the person who submitted the doc or calendar event.

Any ideas?

Thanks.

2
christopher
Re: Same bug in Freecontent 2.1 and Agenda-X 1.2
  • 2003/10/7 17:08

  • christopher

  • Just popping in

  • Posts: 9

  • Since: 2003/1/6 1


b.....ump

3
christopher
Re: Same bug in Freecontent 2.1 and Agenda-X 1.2
  • 2003/10/10 20:00

  • christopher

  • Just popping in

  • Posts: 9

  • Since: 2003/1/6 1


bumpety....

4
DobePhat
Re: Same bug in Freecontent 2.1 and Agenda-X 1.2
  • 2003/10/10 20:29

  • DobePhat

  • Friend of XOOPS

  • Posts: 656

  • Since: 2003/4/15


Ive noticed it too. BUT
I like to think of it as just showing you current events in your profile. Once you think that way it's really not that bad..right?

5
christopher
Re: Same bug in Freecontent 2.1 and Agenda-X 1.2
  • 2003/10/10 20:43

  • christopher

  • Just popping in

  • Posts: 9

  • Since: 2003/1/6 1


Quote:

DobePhat wrote:
Ive noticed it too. BUT
I like to think of it as just showing you current events in your profile. Once you think that way it's really not that bad..right?


Fine for Agenda...but not for FREECONTENT...

6
ackbarr
Re: Same bug in Freecontent 2.1 and Agenda-X 1.2

try adding this code to the function freecontent_search in /modules/freecontent/includes/search.inc.php

after:
$sql 'SELECT id, title, `comment`, image FROM '.$xoopsDB->prefix('freecontent').' WHERE hide=0 ';


add:
if ( $userid != ) {
    return 
false;
}

Login

Who's Online

178 user(s) are online (117 user(s) are browsing Support Forums)


Members: 0


Guests: 178


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