Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   comment.php (http://www.bvlist.com/showthread.php?t=12169)

qwerty1888 13th October 2019 17:29

comment.php
 
1 Attachment(s)
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? "- [ < b> Quote ] ":" "). 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? "- [ < b> Quote ] ":" "). 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? "- [ < b> Quote ] ":" "). 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.

Elena 26th October 2019 19:14

This is how it should be!
Code:

.($CURUSER ? " [Quote]" : "").


All times are GMT +2. The time now is 16:36.

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