Reopening pull request #2065 forum userlist wrapping#5309
Reopening pull request #2065 forum userlist wrapping#5309rica-carv wants to merge 10 commits intoe107inc:masterfrom
Conversation
Removed hardcoded html and use wrapping instead, for userlist shortcode...
|
@rica-carv This PR will be never approved. forum shortcodes file is already updated and there is a conflict in it with your code. In the original PR @CaMer0n already told you that it breaks old themes. My objections are that you didn't fix this shortcode fully. Link to user profile should use e107::getUrl() way, not hardcoded HTML code. On one place you are removing it, but on other place you let it there. global $listuserson; - should be return; should be user link should be: Everything is already managed (new way) in online plugin I hope it helps somehow. The original issue should be opened, because this should be fixed. Thanks Next notes:
|
|
@Jimmi08 Sorry, but i don't understand your post. If you check both files i changed, i only take out hardcode html inside the forum_shortcodes.php file to forum_template.php file! All the changes you're speaking were already there, so i don't see any other conflict.... I think you're mixing up old change with my new ones.... and i don't understand the changes you're talking about.... |
|
Code Climate has analyzed commit 2d5f127 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 66.6% (80% is the threshold). This pull request will bring the total coverage in the repository to 41.8% (-7.1% change). View more on Code Climate. |
241b734 to
4f50dac
Compare
Reopening issue #2065
Types of Changes
Checklist