EzPortal - Portal Software for Forums

EzPortal - Made to Fit Your SMF Forum - Glad You Found Us!

Advertise Here +- +-

UserBox

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Recent Posts

ezPortal 7.0 Released! by EzPortal
February 23, 2026, 08:35:20 pm

ezPortal 6.5 Released! by EzPortal
January 18, 2026, 02:46:30 pm

ezPortal 6.0 released! by EzPortal
July 10, 2025, 10:50:58 pm

Re: TinyMCE Editor disapears by ezxenova
May 06, 2025, 07:38:09 am

Re: TinyMCE Editor disapears by DenDen66
March 02, 2025, 06:59:40 am

Re: TinyMCE Editor disapears by DenDen66
February 28, 2025, 08:09:43 am

Re: TinyMCE Editor disapears by DenDen66
February 28, 2025, 07:31:29 am

Re: TinyMCE Editor disapears by EzPortal
February 27, 2025, 06:57:30 pm

+- HTML Menu


Sample HTML Block Usage - You May Custom Code it, as needed!

Recent Topics ezBlock

ezPortal 7.0 Released! by EzPortal
February 23, 2026, 08:35:20 pm

ezPortal 6.5 Released! by EzPortal
January 18, 2026, 02:46:30 pm

ezPortal 6.0 released! by EzPortal
July 10, 2025, 10:50:58 pm

TinyMCE Editor disapears by ezxenova
May 06, 2025, 07:38:09 am

Renaming a page by DenDen66
February 23, 2025, 10:51:22 am

Styling ezBlock by EzPortal
February 19, 2025, 09:15:05 pm

I don't remember how to upgrade by EzPortal
February 05, 2025, 08:44:58 am

ezPortal 5.6 release by EzPortal
January 31, 2025, 11:21:34 am

5.5.4 by EzPortal
January 16, 2025, 08:31:41 pm

Moving a block higher in list by UkuleleMan
December 17, 2024, 07:58:27 am

Author Topic: EzBlock on language setting  (Read 16505 times)

0 Members and 1 Guest are viewing this topic.

EzBlock on language setting
« on: »
I have one forum that is trilangual.

I want some blocks to appear on the basis of the language that is presently used by SMF.

IF the language is French, then block A will appear., if it is English, then block B will appear and finally if is Spanish then Block C will appear.

Now I understand that it could also be the same block showing different part of its content depending on the language of SMF.

Is this possible? As anyone ever done this before?

Re: EzBlock on language setting
« Reply #1 on: »
Not currently possible
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

Re: EzBlock on language setting
« Reply #2 on: »
What would it take?

Re: EzBlock on language setting
« Reply #3 on: »
A good amount of coding if I were to add this as an option to ezportal. You can probably write a custom php script that checks the user language that optouts the current block content based on the users language.
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

Re: EzBlock on language setting
« Reply #4 on: »
You can probably write a custom php script that checks the user language that optouts the current block content based on the users language.

That is what I was trying to express earlier on, when I asked if it was possible. I was thinking of creating a php block.

How would I do this? Would I need three different PHP block or just one.

Re: EzBlock on language setting
« Reply #5 on: »
Just one block use $user_info['language']
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

Re: EzBlock on language setting
« Reply #6 on: »
Thank you. I will try this.


Re: EzBlock on language setting
« Reply #7 on: »
Not currently possible

Curious, can't you put php inside block ? say like $txt['side_block_language'] then define it inside index.<language>.php that'll change its content for every different language?

Re: EzBlock on language setting
« Reply #8 on: »
This is how the problem was solved:

if(isset($_POST['language']) && $_POST['language'] == 'french-utf8' || $_SESSION['language'] == 'french-utf8'){
echo '
';
}
elseif($_POST['language'] == 'spanish_es-utf8' || $_SESSION['language'] == 'spanish_es-utf8')
{
echo '
}
else
{
echo '
';
        }

Re: EzBlock on language setting
« Reply #9 on: »
Good tip!
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

 

Related Topics

  Subject / Started by Replies Last post
1 Replies
11583 Views
Last post May 23, 2010, 07:03:44 am
by EzPortal
0 Replies
5350 Views
Last post September 18, 2011, 06:29:17 am
by Branko
12 Replies
17041 Views
Last post June 02, 2012, 01:53:20 am
by Tony_R
1 Replies
8359 Views
Last post February 27, 2013, 04:53:16 pm
by EzPortal
2 Replies
11188 Views
Last post August 31, 2014, 12:53:38 pm
by Maxx

+-SMF Gallery

Quick Menu


Powered by EzPortal