Original Poster Highlight by AddonsLab

Original Poster Highlight by AddonsLab 2.1.1

No permission to download
@AddonsLab installed the update and the banner went from red to grey.

That means the Primary Light color of your theme is set to grey. Please check release notes for the latest version and you will see the style property name to edit in the theme and set it to the color you prefer.

Thank you!
 
AddonsLab updated Original Poster Highlight by AddonsLab with a new update entry:

Showing OP ribbon when submitting via AJAX

Hello everyone,

Here is another minor release implementing the following features:
  • Showing OP ribbon when submitting via AJAX
  • Changed OP Style Properties display order to be at the end of the list
You can see the demo here - https://addonslab.com/threads/testing-the-original-poster-addon.1/

To update the add-on you need to re-upload product files from the upload folder and import the XML file from the package.

Thank you!

Read the rest of this update entry...
 
I am using a horizontal postbit layout and it showing up as shown in the image below. How can i move it to the right for a correct alignment?

Screen Shot 2017-04-28 at 9.03.25 PM.webp
 
I am using a horizontal postbit layout and it showing up as shown in the image below. How can i move it to the right for a correct alignment?

View attachment 151822

I see you are using a custom theme or a custom template modification. The product is supported on the default theme only, but we will check your website and see if we can come up with a quick solution to include it in the product or will provide the instructions here.

Thank you!
 
Hello, @Neutral Singh !

We have checked it on your board, and here is a CSS snippet to make it work for your theme:
Code:
div.ribbonBox .ribbon-wrapper {   
    top: 0 !important;
    right: -64px  !important;
}

@media (max-width: 480px) {
    div.ribbonBox .ribbon-wrapper {     
      top: 0  !important;
      left: 28px  !important;
  }   
}

You can add this to any CSS template that loads on your pages, for example xenforo.css, public.css, uix.css, discussion_list.css etc. and it will work. You can also add it to the template of our product - aloph_op_ribbon.css , at the end of the template code. Please note, that if you are editing any template, you should make sure to merge your changes whenever you get a newer version of the template from the provider, so I would recommend to add it it a template that is already edited and that doesn't get updated too often.

Thank you!
 
Hello, @Neutral Singh !

We have checked it on your board, and here is a CSS snippet to make it work for your theme:
Code:
div.ribbonBox .ribbon-wrapper {  
    top: 0 !important;
    right: -64px  !important;
}

@media (max-width: 480px) {
    div.ribbonBox .ribbon-wrapper {    
      top: 0  !important;
      left: 28px  !important;
  }  
}

You can add this to any CSS template that loads on your pages, for example xenforo.css, public.css, uix.css, discussion_list.css etc. and it will work. You can also add it to the template of our product - aloph_op_ribbon.css , at the end of the template code. Please note, that if you are editing any template, you should make sure to merge your changes whenever you get a newer version of the template from the provider, so I would recommend to add it it a template that is already edited and that doesn't get updated too often.

Thank you!

Perfect, Thanks!
 
@AddonsLab Do you have any chance to add option (Style Properties) ribbon can select left right per style?

Can make Styling improvements? Can Change OP text via Option filed without editing Phrases?

Example:

Screenshot_16.webp
 
@AddonsLab Do you have any chance to add option (Style Properties) ribbon can select left right per style?

Can make Styling improvements? Can Change OP text via Option filed without editing Phrases?

Example:

View attachment 152036

Thank you for the suggestion. This can be implemented, and we will work on it as soon as possible. The text can be edited only in the phrases now, and we don't plan to implement a separate option for it, as this is basically a text, and on a multi-language forum, it needs to be in different languages. Adding an option would conflict with the phrase-based system and confuse the admins more.

Thank you!
 
AddonsLab updated Original Poster Highlight by AddonsLab with a new update entry:

Switch ribbon position to left/right style property implemented

Hello everyone,

Here is another minor release implementing a separate style property that will define the ribbon position Left corner/Right Corner.

View attachment 152151 View attachment 152152

You can see the demo here - https://addonslab.com/threads/testing-the-original-poster-addon.1/

To update the add-on you need to re-upload product files from the upload folder and import the XML file from the package.

Thank you!

Read the rest of this update entry...
 
In my Forum, with the circle avatars, the result is this:

P3CXoB9.png



It doesn't look very good, can it be corrected?
 
In my Forum, with the circle avatars, the result is this:

P3CXoB9.png



It doesn't look very good, can it be corrected?

Sure, you just need to contact your theme provider and ask for instructions on how to modify the CSS to look better for your theme. Most likely you will want to change some rules in
aloph_op_ribbon_left.css template.

Thank you!
 
I have achieved this:

sIjvQYT.png


How can I set it up for top adjust?

You should change the "top" value for the same element you used to change the "left" value. If you don't manage it, just give us here a URL where we can see it and we will provide some fix.

Thank you!
 
This is what i meant about using an custom image for your add-on. https://xenforo.com/community/resources/custom-picture-in-posts-themescorp-com.5059/

Thank you for the suggestion. Unfortunately, this is not something we would consider adding to the product, as it requires a bit more time to develop than other users and is not needed for the majority of users using our add-on. Feel free to contact us for a quote to handle the task as a funded project to include this in the add-on. Feel free to open a ticket at https://customers.addonslab.com/submitticket.php?step=2&deptid=1 if you are interested.

Thank you!
 
Back
Top Bottom