&%3B
with &
&%3B
with &
You do know thats wrong right ?spello wrote:Should work after replacing&%3B
with&
Code: Select all
<!-- IF S_CODE_UNTIDY and S_MESS_ON_INDEX Good If_Not_TIDY_Then_SUBMIT -->
Code: Select all
<!-- IF S_CODE_UNTIDY and S_MESS_ON_INDEX Good If_Not_TIDY_Then_SUBMIT -->
Me?martin123456 wrote:You do know thats wrong right ?
&%3B
will never work in browser's URL path. Should be: &
Yes thisspello wrote:Me?martin123456 wrote:You do know thats wrong right ?![]()
&%3B
will never work in browser's URL path. Should be:&
&
should be this&
as i stated a few posts back.Code: Select all
<!-- IF S_CODE_UNTIDY and S_MESS_ON_INDEX Good If_Not_TIDY_Then_SUBMIT -->
Hmm. Rechecked the extension code and it looks like this is already implemented.sopi wrote:If the rating system is disabled, the link will remain in the quick-links-menu (but link to a "was disabled" page).
I would much rather get rid of the link all together.
Secondly, there is a list-all-thanks-page (which is also linked in the quick-links-menu).
Since my users tend to be very competitive, I would love to disable this function too (as well as vanish the link -- or at least vanish the link).
Is there an easy way to do that?
cheers
sopi
'u_viewtoplist'
('Can view list of all thanks') and 'u_viewthanks'
('Can view toplist') permissions respectively.Can you please say if this has been resolved yet?poplarman wrote:Hello,
phpbb v3.1
When I click on "Remove your thanks:" I receive "The requested topic does not exist." on clicking "Are you sure you want to remove your thanks?"
http://www.1420h.org.uk/ForumDEV/viewto ... from_id=49
then
Is this the problem?
Yes, for now this phpBB core bug has been resolved by this patch: https://github.com/phpbb/phpbb/pull/3107/files. This will be probably refactored later but currently this is the solution.poplarman wrote:Can you please say if this has been resolved yet?
Thank you. That's a lot of edits. Is there somewhere I can download these changed 16 files? Also, I'm lost, I don't seem to have a folder 'tests/' anywhere.rxu wrote:EDIT: and now this patch has been replaced with the new one https://github.com/phpbb/phpbb/pull/3140/files so #3107 is no longer valid.
This is a service code so you don't need that at allpoplarman wrote:I don't seem to have a folder 'tests/' anywhere.
Thanks again for your prompt reply - top nogginrxu wrote:This is a service code so you don't need that at allpoplarman wrote:I don't seem to have a folder 'tests/' anywhere.
Yuo need to replace only first 7 files and purge the cache for this to work. But this can be related to the board failures so I wouldn't reccomend to do that unless you're comfortable with errors debugging.