shahed Posted April 29, 2021 Posted April 29, 2021 Legend Styler - Posts, is a plugin that can be use to give a lot of styles and parts rearrangements to Posts section in Forums topics/questions. with dozens of variable and settings, admin can modify and rearrange almost every part in posts area, in verities of ways to give a unique look, style and color to posts. in general, there are two different ways of display user info panel in this plugin (Vertical or Horizontal) and each one have sets of their own settings and variables. Demo (this demo uses Horizontal UIP settings) Please use this Topic for Support request and Ideas for Legend Styler - Posts
Eudemon Posted May 3, 2021 Posted May 3, 2021 (edited) possible to use theme css variables? for those of us use light and dark theme possible to remove these fields ? possible to have these field show up on profile instead of hover ? there are huge gap below content which previously held up by profile section length (which is main reason of my purchase, to get rid of them), but it seems it still remain with this plugin Edited May 3, 2021 by Eudemon
shahed Posted May 4, 2021 Author Posted May 4, 2021 6 hours ago, Eudemon said: possible to use theme css variables? for those of us use light and dark theme This two options is specially included in plugin, so admin could use in colored themes as well. but it's works when a community have just one type of theme available to users. I will add special option for this in next update. 6 hours ago, Eudemon said: possible to remove these fields ? What fields is these? if it's User group indicator or Reputation Badge you can remove it by plugin settings. 6 hours ago, Eudemon said: possible to have these field show up on profile instead of hover ? You mean when user hover on profile name/image these field show up? 6 hours ago, Eudemon said: there are huge gap below content which previously held up by profile section length (which is main reason of my purchase, to get rid of them), but it seems it still remain with this plugin I will add an option for this in next update. Thanks for comment.
Eudemon Posted May 4, 2021 Posted May 4, 2021 1 minute ago, shahed said: You mean when user hover on profile name/image these field show up? can i have them display normally without hovering ... to show up
shahed Posted May 4, 2021 Author Posted May 4, 2021 1 minute ago, Eudemon said: can i have them display normally without hovering ... to show up Use plugin setting "UIP info area" as Listed, instead of Condensed.
Eudemon Posted May 4, 2021 Posted May 4, 2021 to be clear, by space gap i mean right below the selected div and between each post i turned off reputation bag and custom field these still show up, they are user title and rank turning off user group indicator also removes them but that removes user group as well also i prefer the states to be smaller, justify content center, remove flex column of inner icon, which looks something like this
shahed Posted May 4, 2021 Author Posted May 4, 2021 15 minutes ago, Eudemon said: to be clear, by space gap i mean right below the selected div and between each post This one partly is a bug. padding in your first indicator is created because of sticky UIP. so naturally if setting sticky UIP being disabled, that padding should also be remove. I will fix it in next update. Also will look on other two report as well.
Eudemon Posted May 5, 2021 Posted May 5, 2021 (edited) here is another bug, member with longer user stat pushes profile div out, the profile div should be fixed size and not dynamic based on content my previous suggestion should help make it smaller Edited May 5, 2021 by Eudemon
shahed Posted May 6, 2021 Author Posted May 6, 2021 3 hours ago, Eudemon said: here is another bug, member with longer user stat pushes profile div out, the profile div should be fixed size and not dynamic based on content Will be fix in 1.0.2 My suggestion is when you choose "UIP info area" to be "listed", use wider UIP. it can be done with setting: UIP width > Medium/OR/Wide and defiantly not small. because in this size even with fixed UIP width value, your content gonna may be hidden behind post area. Quick fix for fixed UIP width size is go to edit your theme CSS and Html > CSS > mvn_poststyler.css Change: .MVN_postStyleHo1_side_small { width: 15%; text-align: center; } To: .MVN_postStyleHo1_side_small { min-width: 15%; max-width: 15%; text-align: center; } 3 hours ago, Eudemon said: my previous suggestion should help make it smaller the one with smaller icons and numbers in front of them? this option can be use in next update 1.0.1 when it's approve in MP, but it's not gonna fix this. numbers in front of icons create more width to UIP and demand wider UIP width. Again if you choose "UIP info area" to be "listed", use wider UIP. it can be done with setting: UIP width > Medium/OR/Wide
shahed Posted May 8, 2021 Author Posted May 8, 2021 Version 1.0.1 now released. What's New in Version 1.0.1 Bug fix: Remove padding-bottom in UIP when UIP does not have Sticky effect New setting: "Inherit UIP theme color scheme". useful for communities with multiple public themes New setting: "Stretched post area [Vertical UIP]". remove un-necessary padding and make post area stretched New setting: "Group indicator badges [Vertical UIP]". disable this option removes custom badges, dots and ... that assigned to User groups indicator New setting: "UIP info area > Profile image hover [Vertical UIP]". display stats only when hover on profile image [Demo] New setting: "UIP info area > None [Vertical UIP]". chose to not display any user stats at all New setting: "Stats > Grid (Small) [Vertical UIP]". display smaller version of grids stats CSS and HTML updates Eudemon 1
Eudemon Posted May 10, 2021 Posted May 10, 2021 (edited) great UI improvement with the latest update here are some latest bug with remove padding checked, some post still have this big gap I haven't looked into your code, i assume you replaced post content template, this breaks in post ad for those who use advanced advertisement app, it also breaks native popular post highlight before after site for reference: https://turboduck.net/forums/topic/35843-released-test-drive-unlimited-platinum/ Edited May 10, 2021 by Eudemon shahed 1
shahed Posted May 11, 2021 Author Posted May 11, 2021 8 hours ago, Eudemon said: here are some latest bug with remove padding checked, some post still have this big gap I assume option Vertical UIP > Sticky panel is enabled? as I told this before, gap created because of sticky UIP. I have some Idea for this. Anyway for now If you deactivate this option, big gap will be disappear. 8 hours ago, Eudemon said: I haven't looked into your code, i assume you replaced post content template, this breaks in post ad for those who use advanced advertisement app, it also breaks native popular post highlight Popular post highlight will be fix in 1.0.3 / Though I don't know what is advanced advertisement app. plugin offers multiple styles but for post area uses exact same post template as IPS default does. the only different is post template in plugin exist in a different parent. now with the look of this ad, should be a quick integration for app developer. plugin however are tested with IPS own ad settings (display ad after first post) and it is working fine. Eudemon 1
Eudemon Posted May 11, 2021 Posted May 11, 2021 (edited) 2 hours ago, shahed said: I assume option Vertical UIP > Sticky panel is enabled? as I told this before, gap created because of sticky UIP. I have some Idea for this. yes i have that enabled, thought it was fixed in the latest version, i can disable it for now 2 hours ago, shahed said: Though I don't know what is advanced advertisement app. plugin offers multiple styles but for post area uses exact same post template as IPS default does. the only different is post template in plugin exist in a different parent. it targets specific element via queryselector and inject ad after it, i suppose i can target post template and inject before, since you changed parent template on an unrelated note: any plan to update your wiki plugin to latest version? preferably add a button to copy hyperlink on anchor tag Edited May 11, 2021 by Eudemon
shahed Posted May 12, 2021 Author Posted May 12, 2021 19 hours ago, Eudemon said: yes i have that enabled, thought it was fixed in the latest version, i can disable it for now This also will be fix in 1.0.3 19 hours ago, Eudemon said: on an unrelated note: any plan to update your wiki plugin to latest version? preferably add a button to copy hyperlink on anchor tag As of now i don't have any plan to upgrade this plugin. this plugin is also halted from further sale in MP by my request awhile ago.
Eudemon Posted May 12, 2021 Posted May 12, 2021 (edited) 3 hours ago, shahed said: As of now i don't have any plan to upgrade this plugin. this plugin is also halted from further sale in MP by my request awhile ago. mind let me take over development? otherwise I have to build my own version, already invested in post format in my community feel free to take this conversation private Edited May 12, 2021 by Eudemon
shahed Posted May 13, 2021 Author Posted May 13, 2021 Plugin is now upgraded. What's New in Version 1.0.3 Fixed Issue with large gap in small content posts when Sticky effect is active Fixed UIP sizing with larger profile images when UIP width is choose to be Small or Smaller Change Setting: "UIP info area > Profile image hover [Vertical UIP]" to "UIP info area > UIP hover [Vertical UIP]". now display stats when hover on UIP area [Demo] CSS and HTML updates Eudemon 1
Hambalie Posted July 4, 2021 Posted July 4, 2021 can you redesign horizontal like this, see screenshoot
shahed Posted July 5, 2021 Author Posted July 5, 2021 7 hours ago, OMGTECH said: can you redesign horizontal like this, see screenshoot Good idea. I will add this design as optional setting in 1.1.2 👍
Hambalie Posted July 6, 2021 Posted July 6, 2021 (edited) On 7/5/2021 at 10:34 AM, shahed said: Good idea. I will add this design as optional setting in 1.1.2 👍 thanks. also if you can make it first post horizontal and second vertical also good. 🤪 Edited July 6, 2021 by OMGTECH
shahed Posted July 7, 2021 Author Posted July 7, 2021 7 hours ago, OMGTECH said: also if you can make it first post horizontal and second vertical also good. I didn't follow this. can you explain more?
Hambalie Posted July 7, 2021 Posted July 7, 2021 10 hours ago, shahed said: I didn't follow this. can you explain more? here is the example https://xentr.net/threads/xtr-chart-statistics.1517/
shahed Posted July 8, 2021 Author Posted July 8, 2021 15 hours ago, OMGTECH said: here is the example Good idea. though it is require too much work for this plugin. so not sure gonna do this for near updates.
shahed Posted July 17, 2021 Author Posted July 17, 2021 What's New in Version 1.1.2 New Setting: [UIP Horizontal] > Choose profile image for comment author Inside/Outside of the UIP Setting change: Rounded profile photo (Yes/No) > Rounded profile photo (1. Round 2. Mild round 3. Square) New Settings: Sticky UIP Active > UIP Distance from top. useful for communities with fixed navigation menu. CSS and HTML updates @OMGTECH For display profile image inside of UIP, deactivate this option:
Olmyster Posted August 2, 2021 Posted August 2, 2021 (edited) Hi @shahed. I have a weird problem with this plugin. As you can see in screenshots below, if I enter an answer in a post (1), when I send it (2), I have a strange result (3). I have to refresh the page for having the correct layout . Note : the problem is the same as vertical as horizontal UIP. Edited August 2, 2021 by Olmyster
shahed Posted August 2, 2021 Author Posted August 2, 2021 (edited) 4 hours ago, Olmyster said: Hi @shahed. I have a weird problem with this plugin. As you can see in screenshots below, if I enter an answer in a post (1), when I send it (2), I have a strange result (3). I have to refresh the page for having the correct layout . Note : the problem is the same as vertical as horizontal UIP. Yes when users submit their posts, by default process just send part of the code block. this is unnoticeable normally with default theme but in plugin we have extra blocks of codes. this means some of codes in plugin will be absent in quick reply only to submitter. just reload the page so all posts properly load. I have some idea to fix it for good and hope to implement in near updates. Edited August 2, 2021 by shahed
Recommended Posts