Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
David.. Posted April 3, 2018 Posted April 3, 2018 @Pete T Just realized the post border color cannot be set custom css from settings. Also the ipsBadge classes do not need to style their color to white inline as their text is already white from IPS CSS code.
Pete T Posted April 3, 2018 Author Posted April 3, 2018 1 minute ago, David.. said: @Pete T Just realized the post border color cannot be set custom css from settings. Also the ipsBadge classes do not need to style their color to white inline as their text is already white from IPS CSS code. I check tomorrow see why not working remember you saying had issue custom theme but mind been busy other bits that might forget to check.
David.. Posted April 3, 2018 Posted April 3, 2018 21 minutes ago, Pete T said: I check tomorrow see why not working remember you saying had issue custom theme but mind been busy other bits that might forget to check. 2 => array ( 'selector' => 'a', 'type' => 'add_inside_start', 'content' => '{{if $item->starter_id == $comment->author_id && !$comment->new_topic && settings.bd_hta_showPostBorder}} <div class="" style="border-bottom: 3px solid {setting="bd_hta_colour"}"> </div> {{endif}}', ), ), ), parent::hookData() ); } /* End Hook Data */ See how the <div class="" is empty?
David.. Posted April 8, 2018 Posted April 8, 2018 @Pete T Small bump since you said you would check tomorrow.
Pete T Posted April 9, 2018 Author Posted April 9, 2018 14 hours ago, David.. said: @Pete T Small bump since you said you would check tomorrow. updated please double check and also tested in 4.3.x and works David.. and PCHelpforumBE 1 1
No' Posted May 30, 2018 Posted May 30, 2018 (edited) Hello @Pete T I download .zip archive version 1.0.8 but i see version 1.0.3 of the XLM file. It is a good version of this file ? Thank you ? Edited May 30, 2018 by No' PCHelpforumBE 1
Pete T Posted May 30, 2018 Author Posted May 30, 2018 yes that updated version i must forgot rename the file but when check the file has 1.0.8 as version. No' and PCHelpforumBE 1 1
Gonzo Lorenzo Posted June 9, 2018 Posted June 9, 2018 Hi! I try to modify the custom CSS Post Border Classes to make a gradient (I want the both border side are transparent) but I can do it. Currently I use this code background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 131, 195, 0.5) 25%, rgba(0, 131, 195, 0.2) 75%, rgba(255, 255, 255, 0) 100%); In view that it does not work, I have tried to apply other CSS random and in everything it makes me disappear the line. The CSS custom dosent work? Maybe I need put other function? Thanks in advance.
Pete T Posted June 9, 2018 Author Posted June 9, 2018 3 hours ago, Gonzo Lorenzo said: Hi! I try to modify the custom CSS Post Border Classes to make a gradient (I want the both border side are transparent) but I can do it. Currently I use this code background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 131, 195, 0.5) 25%, rgba(0, 131, 195, 0.2) 75%, rgba(255, 255, 255, 0) 100%); In view that it does not work, I have tried to apply other CSS random and in everything it makes me disappear the line. The CSS custom dosent work? Maybe I need put other function? Thanks in advance. little unsure what asking ?
Gonzo Lorenzo Posted June 9, 2018 Posted June 9, 2018 ? Sorry. CSS custom code to make both side of the bar degrade in gradient up to transparent. As possible? I try with several codes, and doesn't work.
Pete T Posted June 9, 2018 Author Posted June 9, 2018 1 hour ago, Gonzo Lorenzo said: ? Sorry. CSS custom code to make both side of the bar degrade in gradient up to transparent. As possible? I try with several codes, and doesn't work. so what the css class using to get the result ?
Ramsesx Posted June 9, 2018 Posted June 9, 2018 (edited) If an unregistered guest is topic starter and there are other guests writing in that topic all guests have the title topic starter. Maybe it would be an idea to disable it at all for guest postings. Edited June 9, 2018 by Ramsesx
beats23 Posted September 10, 2018 Posted September 10, 2018 (edited) How do I edit this to make it smaller on mobile, the element has no name in firefox css editor ? I now figured it out. Here is CSS code for small tab for mobile screen. Add it to custom CSS file in admin back end. @media screen and (max-width:767px) { .ipsBadge.ipsBadge_large { height: 17px !important; line-height: 16px !important; font-size: 11px !important; padding-top: 0px !important; padding-bottom: 0px !important; margin-bottom: 4px !important; margin-top: 2px !important; } } Edited September 10, 2018 by beats23 Ramsesx and Pete T 1 1
Gabriel Torres Posted September 14, 2018 Posted September 14, 2018 @Pete T Please see the attached screenshot, see how the "Topic Starter" badge is misaligned on mobile. I don't know if it happens on all installs or it is a compatibility issue with another plugin. Thank you in advance.
Ramsesx Posted September 14, 2018 Posted September 14, 2018 3 hours ago, Gabriel Torres said: Please see the attached screenshot, see how the "Topic Starter" badge is misaligned on mobile. Please see the post before your post, this seems to work. Pete T 1
Pete T Posted February 18, 2019 Author Posted February 18, 2019 No updated needed for 4.4.x Gabriel Torres 1
CoffeeCake Posted April 16, 2020 Posted April 16, 2020 There is a bug as it pertains to guest posts when a thread is started by a guest. Every subsequent guest that responds will have the thread starter flag. Suggest a fix of not applying the badge at all in instances where the thread starter is a guest.
PCHelpforumBE Posted April 19, 2020 Posted April 19, 2020 @Pete T, See comment above, Please kindly check to assisting in fixing the bug. Thanks,
Pete T Posted April 20, 2020 Author Posted April 20, 2020 On 4/19/2020 at 10:35 AM, KarelPCH said: @Pete T, See comment above, Please kindly check to assisting in fixing the bug. Thanks, I doubt that would be easy due to way the plugin works via username vs ID number I would look this when and if 4.5 comes.
CoffeeCake Posted April 21, 2020 Posted April 21, 2020 (edited) 16 hours ago, Pete T said: I doubt that would be easy due to way the plugin works via username vs ID number I would look this when and if 4.5 comes. Wouldn't this just involve checking if $item->starter_id is 0 (or whatever value it has for a guest)? In addition to the current check, && $item->starter_id != 0. Adding for clarity, since there's no way to know that a guest is the same guest, I think the behavior should be to disable this entirely, even if the display name selected by the guest is reused later in the thread. Perhaps your meaning that if a guest named "Paul" starts the thread, and later a guest named "Paul" replies, you'd think it should display there. I'm of the opinion that in instances where a guest starts the thread, there's no way to guarantee it's the same "Paul" and therefore, the plugin should just be disabled. Though I can see how others would feel otherwise. Edited April 21, 2020 by Paul E. additional clarity
PCHelpforumBE Posted August 29, 2020 Posted August 29, 2020 (edited) Hi @Pete T What are the plans for 4.5 ? Would the mod still workl? Edited August 29, 2020 by KarelPCH
Pete T Posted August 30, 2020 Author Posted August 30, 2020 On 8/29/2020 at 1:00 PM, KarelPCH said: Hi @Pete T What are the plans for 4.5 ? Would the mod still workl? Not tested yet but getting around to testing and updating all item's.
Armbian_Werner Posted October 25, 2020 Posted October 25, 2020 Any updates regarding 4.5.x? Cheers Werner
PCHelpforumBE Posted November 9, 2020 Posted November 9, 2020 On 8/30/2020 at 11:38 PM, Pete T said: Not tested yet but getting around to testing and updating all item's. Any update Pete ?
Recommended Posts