Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev
Reply
  #1  
Old 13th October 2019, 17:29
qwerty1888 qwerty1888 is offline
Member
 
Join Date: Sep 2017
Posts: 3
Default comment.php
Hello, I have a problem. I wanted to add the "Quote" option when adding comments under torrents (details.php file). In the bittorrent.php file I added: ($ row ["user"] == $ CURUSER ["id"] || get_user_class ()> = UC_MODERATORY? "- [<a href=comment.php?action=quotepost&amp;cid=$row[id]> < b> Quote </b> </a>] ":" "). Unfortunately, there is a bug: Unknown action quotepost You need to add something to the comment.php file, just what? I put the comment.php file

Bump: Hello, I have a problem. I need to add the "Quote" option when adding comments under a torrent (details.php file). In the bittorrent.php file I added: ($ row ["user"] == $ CURUSER ["id"] || get_user_class ()> = UC_MODERATORY? "- [<a href=comment.php?action=quotepost&amp;cid=$row[id]> < b> Quote </b> </a>] ":" "). Unfortunately, there is a bug: Unknown action quotepost.

I think, I should to add something to the comment.php file, but I don't know what? I'm attaching the comment.php file. Can anyone helpme with this issue? Thanks a lot.

Bump: Hello, I have a problem. I need to add the "Quote" option when adding comments under a torrent (details.php file). In the bittorrent.php file I added: ($ row ["user"] == $ CURUSER ["id"] || get_user_class ()> = UC_MODERATORY? "- [<a href=comment.php?action=quotepost&amp;cid=$row[id]> < b> Quote </b> </a>] ":" "). Unfortunately, there is a bug: Unknown action quotepost.

I think, I should to add something to the comment.php file, but I don't know what? I'm attaching the comment.php file. Can anyone helpme with this issue? Thanks a lot.
Attached Files
File Type: php comment.php (7.6 KB, 4 views)
Reply With Quote
  #2  
Old 26th October 2019, 19:14
Elena Elena is offline
Senior Member
 
Join Date: Sep 2010
P2P
Posts: 111
Default
This is how it should be!
Code:
.($CURUSER ? " [<a href=\"comment.php?action=quote&amp;cid=".$row['id']."\" class=\"altlink_white\">Quote</a>]" : "").
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 20:21. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.