Original Poster Highlight by AddonsLab

Original Poster Highlight by AddonsLab 2.1.1

No permission to download
AddonsLab updated Original Poster Highlight by AddonsLab with a new update entry:

Auto-injection and CSS fixes

Hello everyone,

This bug-fix release is fixing the case of the ribbon being added twice in each post for some custom themes and the ribbon being shown over some other absolutely positioned elements, like fixed positioned headers in some themes. This release targets better custom theme compatibility, but with some themes you may still need to apply additional styling to position the ribbon correctly, adjust the colors etc.

To update the add-on you need to re-upload product files from the...

Read the rest of this update entry...
 

Thank you for the update. The report was useful to detect the possible cause, and as suggested by @Jake B. this could be caused by too high z-order of the element. We have decreased the value from 999 to 7 and this should fix your issue now. Please try our the latest release and let us know if you still have any issues.

Thank you!
 
Thank you for the update. The report was useful to detect the possible cause, and as suggested by @Jake B. this could be caused by too high z-order of the element. We have decreased the value from 999 to 7 and this should fix your issue now. Please try our the latest release and let us know if you still have any issues.

Thank you!

@AddonsLab Excellent work. also do you have any chance to add option (Style Properties) ribbon can select left right per style, add option can disable per style? some style have online indicator light in right side. Waiting for next update.

b234673af5884dd48c1899c50146d603.png
 
@media (max-width: 480px) gives ...
image.webp

I couldn't work out what aloph_op_ribbon.css template CSS setting to change to correct this. Anyone?
 
@media (max-width: 480px) gives ...
View attachment 150537

I couldn't work out what aloph_op_ribbon.css template CSS setting to change to correct this. Anyone?

We don't see the issue on our demo board - https://addonslab.com/threads/testing-the-original-poster-addon.1? Are you using a custom theme? If you are using the default theme (with customized colors only, but the default layout/html), please give the URL where we can see the issue and we will check it. Otherwise please open a ticket at https://customers.addonslab.com/submitticket.php?step=2&deptid=3 if you want us to assist you with the troubleshooting.

Thank you!
 
@AddonsLab your add-on doing Error while attempting to read POST data. Are you added php 7.1 compatibility?

Code:
[Mon Apr 03 03:37:17.242252 2017] [php7:error] [pid 13527] [client 180.211.252.108:10542] Error while attempting to read POST data: 400, referer: https://www.mysite.com/
[Mon Apr 03 03:39:18.630654 2017] [http2:error] [pid 13529] (103)Software caused connection abort: [client 180.211.252.108:10545] AH02938: h2_stream(6-13): reading data
[Mon Apr 03 03:52:15.069675 2017] [php7:error] [pid 15451] [client 119.30.38.150:45244] Error while attempting to read POST data: 400, referer: https://www.mysite.com/forums/breada.112/
[Mon Apr 03 03:52:28.103030 2017] [php7:error] [pid 15031] [client 27.147.204.12:8746] Error while attempting to read POST data: 400, referer: https://www.mysite.com/forums/self-written.114/
 
@AddonsLab your add-on doing Error while attempting to read POST data. Are you added php 7.1 compatibility?

Code:
[Mon Apr 03 03:37:17.242252 2017] [php7:error] [pid 13527] [client 180.211.252.108:10542] Error while attempting to read POST data: 400, referer: https://www.mysite.com/
[Mon Apr 03 03:39:18.630654 2017] [http2:error] [pid 13529] (103)Software caused connection abort: [client 180.211.252.108:10545] AH02938: h2_stream(6-13): reading data
[Mon Apr 03 03:52:15.069675 2017] [php7:error] [pid 15451] [client 119.30.38.150:45244] Error while attempting to read POST data: 400, referer: https://www.mysite.com/forums/breada.112/
[Mon Apr 03 03:52:28.103030 2017] [php7:error] [pid 15031] [client 27.147.204.12:8746] Error while attempting to read POST data: 400, referer: https://www.mysite.com/forums/self-written.114/

The add-on can't be the cause of the issue you have. Please look for other possible causes.

Thank you!
 
The add-on can't be the cause of the issue you have. Please look for other possible causes.

Thank you!

Because I having problems after installed this add-on, also this error log happened with enabling this add-on. I have disabled this add-on and we have not any issue. Please read more here about what happened with your add-on.
 
Because I having problems after installed this add-on, also this error log happened with enabling this add-on. I have disabled this add-on and we have not any issue. Please read more here about what happened with your add-on.

I see what you mean, but I am sure the error is not related to our add-on. The add-on doesn't even execute a single SQL query, it simply, technically, couldn't cause the error there. Feel free to contact CPanel support and provide the add-on code for them to review, and they will confirm it for you. Checking your error logs I see the errors happen when the request method is POST, which means some information is being submitted to the board, and our add-on does absolutely nothing in case of submitting new information. Also, the error happened when the POST request came from URL "/forums/breada.112/", which agian makes it impossible for our add-on to be involved, as the only change is done in the message template, that couldn't load with any POST request from the forum page (at least not in default XenForo installation).

You are welcome also to open a ticket in our support center at https://customers.addonslab.com/submitticket.php and we will investigate the issue for you and provide you with a proof, that the error wasn't from our add-on, and with the possible solution if we find what was the cause. The full terms for troubleshooting will be provided the ticket.

Thank you!
 
@Nirjonadda I just noticed your last post at CPanel support, I am glad you have found the issue with your configuration and fixed it.

Thank you!

No, I do enabled Original Poster Highlight and now started error log about [php7:error]. I think your add-on php 7.1 compatibility issue or conflict with any other add-on?

Code:
[Tue Apr 04 15:58:43.066711 2017] [php7:error] [pid 15266] [client 202.142.104.7:3779] Error while attempting to read POST data: 408, referer: https://www.mysite.com/threads/199/page-393
 
No, I do enabled Original Poster Highlight and now started error log about [php7:error]. I think your add-on php 7.1 compatibility issue or conflict with any other add-on?

Code:
[Tue Apr 04 15:58:43.066711 2017] [php7:error] [pid 15266] [client 202.142.104.7:3779] Error while attempting to read POST data: 408, referer: https://www.mysite.com/threads/199/page-393

I see. As mentioned, the add-on does just template edit, it doesn't even run PHP code. So it is not about php 7.1 compatibility for sure. Unfortunately conflicts with other add-ons are possible, but I really can't see how it could happen. Please disable the add-on for at least 2 days and monitor your logs, without any other changes please, so we can be sure it is from the add-on and not from some other change. And then re-enable the add-on and check if you have the error. If so, please contact us in our support center for further troubleshooting.

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

Disable per style option implemented

Hello everyone,

Here is another minor release implementing an option to disable the product for particular styles. You can see the new option page in our demo board at https://addonslab.com/admin.php?options/list/aloph_main

Username: admin1 Password: adminpass

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...
 
@AddonsLab Its not Style Properties option?

No, that's another option we plan to add. Now the option as it is mentioned - select the styles, in which the add-on should be disabled. Implementing this option was a higher priority, as this is required for the cases, when the add-on doesn't work on some style, for example, mobile style, but it adds a ribbon to it and breaks the layout.
 
Top Bottom