(2018-09-04, 03:31 PM)Wildcard Wrote: [ -> ]https://github.com/WildcardSearch/Advanc...side-boxes
I'm not very clear on this part... "
change the width of left and right settings".
I went to the ASB settings as stated in the Github link and found the settings for "adjust the width of side boxes".
That was done, I was able to get Right side of the column to expand wider, but when I tried to make the left side wider, nothing happens.
So, I am a bit confused as to why one side is able to expand the box, but not the other side.
Any ideas?
It looks okay to me, but you may need to increase the width of the side boxes on the right to get those scroll bars to disappear in the second side box.
hi when i install this plugin portal readmore plugin doesn't work anymore]
the readmore button dissappears
https://community.mybb.com/mods.php?action=view&pid=373
thanks for your help
why does the lang file have duplicates?
$l['asb_pms_received_new'] = '{1}, you have <b>{2}</b> unread message(s).';
$l['asb_pms_received_new'] = '{1}, you have <b>{2}</b> unread message(s).';
also you can't translate the header (not sure is thats what you call it) of the sidebox
like "WELCOME", "PRIVATE MESSAGES", etc. or am i doing something wrong?
(2018-09-20, 03:01 AM)8guawong Wrote: [ -> ]hi when i install this plugin portal readmore plugin doesn't work anymore]
the readmore button dissappears
https://community.mybb.com/mods.php?action=view&pid=373
thanks for your help
The portal implementation replace the entire portal template in order to be able to provide custom side boxes for that page.
In order to fix this issue, go to
ACP ->
Config ->
ASB ->
Manage Scripts [tab] ->
Portal
Then scroll down to the
Replacement Content section (bottom of page) and add
$portalreadmore after
$footer then save.
(2018-09-20, 03:01 AM)8guawong Wrote: [ -> ]why does the lang file have duplicates?
$l['asb_pms_received_new'] = '{1}, you have <b>{2}</b> unread message(s).';
$l['asb_pms_received_new'] = '{1}, you have <b>{2}</b> unread message(s).';
That's an error. Issue created and set for 3.1.13:
https://github.com/WildcardSearch/Advanc...issues/321
(2018-09-20, 03:01 AM)8guawong Wrote: [ -> ]also you can't translate the header (not sure is thats what you call it) of the sidebox
like "WELCOME", "PRIVATE MESSAGES", etc. or am i doing something wrong?
You should be able to translate everything. I'm at work for about ten more hours, but when I get home I will take a look.
(2018-09-20, 06:54 AM)smstash Wrote: [ -> ]Quote:Warning [2] mb_substr() expects parameter 3 to be integer, string given - Line: 5770 - File: inc/functions.php PHP 7.1.20-1+ubuntu16.04.1+deb.sury.org+1 (Linux)
any idea?
That error doesn't even link to a file in ASB. Is that the entire error message?
How/when did this error appear?
Please give me more info and I will try to help.
(2018-09-20, 10:28 AM)Wildcard Wrote: [ -> ] (2018-09-20, 03:01 AM)8guawong Wrote: [ -> ]hi when i install this plugin portal readmore plugin doesn't work anymore]
the readmore button dissappears
https://community.mybb.com/mods.php?action=view&pid=373
thanks for your help
The portal implementation replace the entire portal template in order to be able to provide custom side boxes for that page.
In order to fix this issue, go to ACP -> Config -> ASB -> Manage Scripts [tab] -> Portal
Then scroll down to the Replacement Content section (bottom of page) and add $portalreadmore after $footer then save.
(2018-09-20, 03:01 AM)8guawong Wrote: [ -> ]why does the lang file have duplicates?
$l['asb_pms_received_new'] = '{1}, you have <b>{2}</b> unread message(s).';
$l['asb_pms_received_new'] = '{1}, you have <b>{2}</b> unread message(s).';
That's an error. Issue created and set for 3.1.13: https://github.com/WildcardSearch/Advanc...issues/321
(2018-09-20, 03:01 AM)8guawong Wrote: [ -> ]also you can't translate the header (not sure is thats what you call it) of the sidebox
like "WELCOME", "PRIVATE MESSAGES", etc. or am i doing something wrong?
You should be able to translate everything. I'm at work for about ten more hours, but when I get home I will take a look.
thanks for the reply and fix for the portal read more
i was wondering how to make it so the avatar is rounded and float on the left of the latest thread
below is a picture of mybb builtin latest thread +
Last poster avatar
[
attachment=40860]
Each module has templates associated with them. For example, Latest Threads uses all of the template in the Advanced Sidebox template group that begin with the prefix asb_latest_threads_
You may alter those templates to implement almost any style you like.
I am at work for a while longer, but when I get home if you still need help, I'll try.