MyBB Community Forums

Full Version: Advanced Sidebox 3.1.19
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2018-10-14, 11:43 AM)majlo89 Wrote: [ -> ]
Quote:Fatal error: Call to undefined function asb_get_all_scripts() in inc/plugins/asb/classes/AdvancedSideboxCache.php on line 75

I've patched the plugin. Sorry, some new development scripts I wrote didn't copy all the changed files... Sad
Advanced Sidebox 3.1.16 Released

This is a patch for 3.1.15 which didn't receive all changed files.

To upgrade: Deactivate in ACP, overwrite files, activate.
The Top poster looks like this:

[attachment=41075]

So,i wanted to make my custom box similar to Top Poster and i was able to make it almost similar with the following content:


<tr>
        <td class="trow1" style="text-align: center;">
            <img src="https://myforum.com/uploads/avatars/avatar_1000.jpg?dateline=10000000" style="width: 135px;" alt="no avatar">
<span style="font-size: small ; color: white;">Congratulations to the user<a href="https://myforum.com/User-USERNAME"><i class="fas fa-user-check fa-lg" style="color:#ac95f9"></i> <span style="font-weight:bold;color:#ac95f9;">USERNAME</span></a>, for winning the last month's award.<br />
 </td>
    </tr>

As i'm using a customised username as following:

<i class="fas fa-user-check fa-lg" style="color:#ac95f9"></i> <span style="font-weight:bold;color:#ac95f9;">USERNAME</span>


I had to insert the above string to make it look same as the Top poster(check the above screenshot).

So,i was asking,if there is some other way to shorten that string for the customised username in the custom box.

If not,i would be also ok like it is now as i have gained the results i wanted.

Thanks
(2018-10-14, 04:36 PM)kbilly Wrote: [ -> ]So,i was asking,if there is some other way to shorten that string for the customised username in the custom box.

If not,i would be also ok like it is now as i have gained the results i wanted.

Thanks

I see what you are asking now.

No, I'm afraid that you would have to input the full group style for each user. That would be the advantage of the module I suggested. You could just edit the side box and change the user setting to a different uid and all of that would be updated automatically.
Ok,fine.

Thanks for your help,my custom box is working as it should.

Kind regards and thanks for the updated plugin,again.
(2018-10-14, 04:49 PM)kbilly Wrote: [ -> ]Ok,fine.

Thanks for your help,my custom box is working as it should.

Kind regards and thanks for the updated plugin,again.

I'm just glad you got it working. You're welcome Smile
Quote:WildcardAdvanced Sidebox 3.1.16 Released

This is a patch for 3.1.15 which didn't receive all changed files.

To upgrade: Deactivate in ACP, overwrite files, activate.


Its working ! Many thanks.
(2018-10-14, 07:36 PM)majlo89 Wrote: [ -> ]Its working ! Many thanks.

You're welcome Smile
@Wildcard

Using ASB 3.1.16 version.

How can I fix this issue as shown in the screenshot below?

[Image: 996a24830f75c00f1208dcc6836c0e01.png]
@Serpius I think this is related to the issue with CSS updates for one of the last minor point MyBB updates. You will probably just need to update the CSS for certain parts of the custom ACP theme.