1
Xerxef
User able to log onto another users account.
  • 2004/3/23 0:43

  • Xerxef

  • Just popping in

  • Posts: 6

  • Since: 2004/3/5 1


OK, it was just informed of the following bug:

User A sent user B a link to a topic thread. User B clicked on the link that was sent. And all of a suddent User B became User A and was able to go and edit User A's account.

Anyone else have that problem?



2
Xerxef
Polls registering multiple votes from same user.
  • 2004/3/14 23:27

  • Xerxef

  • Just popping in

  • Posts: 6

  • Since: 2004/3/5 1


My users let me know that they have been able to vote several times in the same poll... Does anyone else have that problem, and is there a fix?

Thanks,

Xerxef



3
Xerxef
Re: Makeing Old Post not look New
  • 2004/3/12 22:56

  • Xerxef

  • Just popping in

  • Posts: 6

  • Since: 2004/3/5 1


Do you have your cache set on for your forum? I had that problem, and disabled caching.



4
Xerxef
How to disable quoting in the forums?
  • 2004/3/12 19:04

  • Xerxef

  • Just popping in

  • Posts: 6

  • Since: 2004/3/5 1


I've been having problems with people OVER-QUOTING on my forums. It's so bad that some replies are 2 screens long and 2 screens wide.

Desperatly, I tried my first XOOPS modification, I commented out the 5 lines below, and the automatic quoting feature has finally disappeared.

Now, what I'm wondering, is would it be able to make it a forum option whether or not to have automatic quotes allowed/disallowed?

My reason behind banning AUTOMATIC quotes is:

(quoted from my website)
Quote:

I have disabled the quoting feature. You can still quote things manually by entering "[ quote ] and [ /quote ]" (minus the spaces).

Anything I can do to reduce the amount of quoting will increase the fluidity of the conversation, making topics interesting to read.

Whenever someone quotes something from above, the person who reads the topic has to read the same thing twice in a row, which is pointless and automatically guaranteed to be boring.

If you really need to reply to something from three posts ago, kindly take a moment to compose a decent English sentence ("When Fred said blah, he must not have considered..."), don't litter the place with unnecessary <<<>>>s.


Here is the code I modified within reply.php:

if (!preg_match("/^Re:/i",$r_subject)) {
$subject = 'Re: '.$myts->htmlSpecialChars($r_subject);
} else {
$subject = $myts->htmlSpecialChars($r_subject);
}
//$q_message = $forumpost->text("Quotes");
//$hidden = "[ quote]\n";
//$hidden .= sprintf(_MD_USERWROTE,$r_name);
//$hidden .= "\n".$q_message."[ /quote]";
//$message = "";
themecenterposts($r_subject,$r_content);
echo "<br />";

$pid=$post_id;



5
Xerxef
Re: changing hosts
  • 2004/3/11 21:29

  • Xerxef

  • Just popping in

  • Posts: 6

  • Since: 2004/3/5 1


I followed the instructions to edit the mainfile.php and FTPing it, but it seems like the changes that I am putting into it are not being registered??? My XOOPS install stills points to the OLD domain? Is something CACHED or are there more files to change???

PLEASE HELP! My site is down cuz of that...



6
Xerxef
Re: "Whats new since last logon" module needed
  • 2004/3/7 18:41

  • Xerxef

  • Just popping in

  • Posts: 6

  • Since: 2004/3/5 1


My users have also been looking for a new message feature.
I downloaded the newBBHack, and I fail to see where I should put the following:

<a href="<{$xoops_url}>/modules/newbb/search.php?action=newposts">View all new posts</a>
<a href="<{$xoops_url}>/modules/newbb/search.php?action=unread">View all unread posts</a>

I understand it's in the template files, but when I go into the administrator menu, I can only VIEW the files and not EDIT them.

I tried editing it with a text editor and sending them via FTP and it seems to work OK, but then my main problem is:

Where do I put these hrefs? Can anyone send me their modified .html files so I can test it out?

Thanks,

Xerxef




TopTop



Login

Who's Online

150 user(s) are online (87 user(s) are browsing Support Forums)


Members: 0


Guests: 150


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