phpbb-ext-topictags
phpbb-ext-topictags copied to clipboard
Fixed Background, Display Tags in Search View
3 new commits:
-
Fixed problem with background image, see the description of this problem: https://www.phpbb.com/community/viewtopic.php?f=456&t=2263616&p=14479291#p14476431
-
Displaying tags in search view (function):
- Your Posts
- New Posts
- Unread Posts
- Unanswered Topics
- Active Topics
- Displaying tags in search view (template)
Hi, thanks for collaborating!! Find some annotations above, could you please incorporate them?
Hi,
-
wrappers - they are not needed but they can help when modifying output per CSS, see example
there is need to style different views differently so this is why they have different class names
-
rh_topictags - if this will fix the problem with displaying, then yes, of course
-
search_modify_tpl_ary - yes, the function is in fact copied from viewforum_modify_topicrow. There is one other small issue:
if ($this->config[prefixes::CONFIG.'_display_tags_in_viewforum'])
Maybe there should be new config value for search view, for now the viewforum config is used, so it is in fact not correct.
Please, take this pull request as inspiration, I am new to phpBB coding, so for example, I am not able to do config parameter for the displaying in search view, etc. If you like the changes and you have idea how to implement the changes better way, please use your way.
Thank you.
Thanks so much for this! It fixed the problem!
Has this extension been abandoned?
@theantnest, One year without any update, I think so.