Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Strike (http://www.bvlist.com/forumdisplay.php?f=21)
-   -   how to delete torrent comments (http://www.bvlist.com/showthread.php?t=4969)

stall20080 15th May 2010 17:00

how to delete torrent comments
 
torrentstriek fullymodded that wuld be 1.0 ( but the admincp still as v0.4 lol) so both lol, its fullymodded version,

Timisoreanul 15th May 2010 17:15

What version of torrentstrike are you using?

stall20080 15th May 2010 17:47

its torrentstrike
 
i cant rememeber if it 0.4 or 0.1 how can i tell

Timisoreanul 15th May 2010 19:18

1 Attachment(s)
In fullymodded torrents comments are working great see my picture. To edit or remove a comment you must be Moderator ,admin or sysop , make sure you have the comment.php end make sure the table comments exist.
Code:

--
-- Table structure for table `comments`
--

CREATE TABLE `comments` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `user` int(10) unsigned NOT NULL default '0',
  `torrent` int(10) unsigned NOT NULL default '0',
  `added` datetime NOT NULL default '0000-00-00 00:00:00',
  `text` text collate latin1_general_ci NOT NULL,
  `ori_text` text collate latin1_general_ci NOT NULL,
  `editedby` int(10) unsigned NOT NULL default '0',
  `editedat` datetime NOT NULL default '0000-00-00 00:00:00',
  `request` int(11) NOT NULL default '0',
  `offer` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `user` (`user`),
  KEY `torrent` (`torrent`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=12 ;

--
-- Dumping data for table `comments`
--


stall20080 15th May 2010 19:32

thanks
 
ok i see that is my theme is white at the bottom so i can see the test, how would i change this

Timisoreanul 15th May 2010 20:07

You haven't anser my questions,
a) do you have comments.php?
b) do you have in tracker database the table comments ?
c) can you please post a screenshot with a comment?


All times are GMT +2. The time now is 15:02.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.