-
Notifications
You must be signed in to change notification settings - Fork 21
Fixed Background, Display Tags in Search View #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,7 @@ | ||
| <!-- IF topicrow.RH_TOPICTAGS_TAGS --> | ||
| {topicrow.RH_TOPICTAGS_TAGS} | ||
| <div class="rh_tags-view">{topicrow.RH_TOPICTAGS_TAGS}</div> | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why adding wrappers? are they used anywere? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. hello i am not able to install on my forum 3.3.0 its showing blank page after enable all forum
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. you can try again using the master branch (it supports 3.3x.x now) |
||
| <!-- ENDIF --> | ||
| <!-- IF searchresults.RH_TOPICTAGS_TAGS --> | ||
| <div class="rh_tags-search">{searchresults.RH_TOPICTAGS_TAGS}</div> | ||
| <!-- ENDIF --> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -104,3 +104,11 @@ and (max-width : 480px) | |
| display: block; | ||
| } | ||
| } | ||
|
|
||
| dl.row-item { | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. these ruels should probably be bound to rh_topictags and not change dl/dt in general |
||
| background-position: 10px 50%; | ||
| background-repeat: no-repeat; | ||
| } | ||
| dl.row-item dt .list-inner { | ||
| padding-left: 45px; | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add documentation. Also, the implementation seems to be redundant (cf. function viewforum_modify_topicrow) and hence should move to its own private function.