(2020-01-21, 09:24 AM)blongso Wrote: [ -> ]Hello @ll,
I would like to add a news of the world feed in a sidebox, is there a tutorial?
You would need to find a service that you can embed and put it in a custom box.
re Wildcard,
Do you have an example please?
Thanks in advance
Okay, for example, to embed Yahoo! News, go to
https://iframely.com/domains/yahoo and grab the code there and put it into a custom box.
So, once you have the code, Go to ACP -> Configuration -> Advanced Sidebox [tab] -> Custom Boxes [subtab]
Click "Add a new custom box type"
Set the name to whatever you want.
Chang the code to this:
<tr>
<td class="trow1">
<div style="width: 98%;">
<iframe src="https://www.yahoo.com/superfan-tv/hodor-cant-hold-off-lunch-181659914.html?format=embed®ion=US&lang=en-US&site=tv&player_autoplay=false" style="border: 0; width: 100%;" allowfullscreen allow="encrypted-media"></iframe>
</div>
</td>
</tr>
NOTE: This is an example. Use this to embed whichever news feed you want.
![[Image: 5fnVgJ3.png]](https://camo.mybb.com/26047449971b8b0fc5b346b612782d9a21720797/68747470733a2f2f692e696d6775722e636f6d2f35666e56674a332e706e67)
re,
thank you very much for your help wildcard!!!
I have an another question:
In the asb_addon.lang.php file, I commented out the two lines, but the two characters remain ... where can I remove them?
I also wanted to ask whether it is possible to include a personal greeting in this sidebox.
About as:
Bonjour
nickname
Depending on the time of day, a greeting would be absolutely brilliant
Example:
Hello nickname - Good morning nickname - Good evening nickname
Thanks in advance for your help!
greets,
blongso
(2020-01-22, 08:00 AM)blongso Wrote: [ -> ]thank you very much for your help wildcard!!!
No problem 👍
(2020-01-22, 08:00 AM)blongso Wrote: [ -> ]In the asb_addon.lang.php file, I commented out the two lines, but the two characters remain ... where can I remove them?
![[Image: wN7Vp.png]](https://camo.mybb.com/5e43e851a5ecafc7f372386b1adc8c24d5459596/68747470733a2f2f692e676f6f706963732e6e65742f774e3756702e706e67)
![[Image: 2AmlK.png]](https://camo.mybb.com/e110c3aa29b4d9c5863f69fbf7abb08595ec338a/68747470733a2f2f692e676f6f706963732e6e65742f32416d6c4b2e706e67)
Go to ACP ->
Templates & Styles
-> [Your Theme] ->
Advanced Sidebox Templates
and look for
asb_welcome_membertext
Remove:
<strong>»</strong>
(2020-01-22, 08:00 AM)blongso Wrote: [ -> ]I also wanted to ask whether it is possible to include a personal greeting in this sidebox.
About as:
Bonjour nickname
Depending on the time of day, a greeting would be absolutely brilliant
Example:
Hello nickname - Good morning nickname - Good evening nickname
Yes and no.
The username part is as easy as
{$mybb->user['username']}
but detecting the time of day would require some PHP.
(2020-01-22, 08:00 AM)blongso Wrote: [ -> ]Thanks in advance for your help!
greets,
blongso
You're welcome

^ navigate to
manage sideboxes
tab in
forum admin panel, follow below instruction
Quote:... drag a module over either column and drop it.
A modal window will allow you to customize it.
When you are done save the box and refresh your forum.
if you have already done so & the boxes still do not appear then
you may PM me
temporary access to your forum admin panel to check ..
[note: I may not be able to check in next 12 hours .. right now it is GMT/UTC 1600]
Hello @ll,
I need your help.
I discovered the site feed.mikle.c0m and created two sideboxes with rss feeds.
Now I see that my two feeds are deleted after 14 days because I chose the free version.
What I particularly liked was that the feed continued to scroll independently, as in the example
Is there an alternative to feed mikle?
THX in Advance for your help!
blongso
re,
thx Wildcard!
greets,
blongso