TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
Stats
  • Total Posts: 196,004
  • Total Topics: 21,330
  • Online today: 72
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 60
  • Total: 60

[bugtracker] Delete all shouts doesent work

Started by G6, May 25, 2008, 04:28:19 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Alusair

doesn't work on my site either.  I am using the advanced version.

Animal


bloc

Fixed for TP 1.0.5 beta 2.

The fix is very easy though: open up tp-files/tp-modules/TPAdvShout/Sources/TPAdvShout.php and look for:
db_query("DELETE FROM {$tp_prefix}shoutbox WHERE type='advshoutbox'", __FILE__, __LINE__);

and repalce with:
db_query("DELETE FROM {$tp_prefix}shoutbox WHERE type='shoutbox'", __FILE__, __LINE__);

Animal


This website is proudly hosted on Crocweb Cloud Website Hosting.