EzPortal - Portal Software for Forums

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

UserBox

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

+- Recent Posts

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

Re: TinyMCE Editor disapears by DenDen66
February 27, 2025, 04:45:52 pm

Re: TinyMCE Editor disapears by DenDen66
February 27, 2025, 06:15:11 am

+- HTML Menu


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

Recent Topics ezBlock

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

Mandalorian Mercs Costume Club by UkuleleMan
December 17, 2024, 07:32:20 am

New built in translations for six langauges! by EzPortal
March 26, 2024, 11:15:32 pm

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

0 Members and 1 Guest are viewing this topic.

Offline DenDen66

  • Jr. Member
  • **
  • Posts: 70
  • Karma: 0
EzBlock on language setting
« on: April 14, 2016, 07:44:15 am »
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?

Offline EzPortal

  • Administrator
  • *****
  • Posts: 1318
  • Karma: 67
Re: EzBlock on language setting
« Reply #1 on: April 14, 2016, 09:07:13 am »
Not currently possible
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

Offline DenDen66

  • Jr. Member
  • **
  • Posts: 70
  • Karma: 0
Re: EzBlock on language setting
« Reply #2 on: April 14, 2016, 08:22:31 pm »
What would it take?

Offline EzPortal

  • Administrator
  • *****
  • Posts: 1318
  • Karma: 67
Re: EzBlock on language setting
« Reply #3 on: April 15, 2016, 10:52:51 am »
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/

Offline DenDen66

  • Jr. Member
  • **
  • Posts: 70
  • Karma: 0
Re: EzBlock on language setting
« Reply #4 on: April 15, 2016, 08:40:51 pm »
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.

Offline EzPortal

  • Administrator
  • *****
  • Posts: 1318
  • Karma: 67
Re: EzBlock on language setting
« Reply #5 on: April 15, 2016, 09:53:34 pm »
Just one block use $user_info['language']
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

Offline DenDen66

  • Jr. Member
  • **
  • Posts: 70
  • Karma: 0
Re: EzBlock on language setting
« Reply #6 on: April 16, 2016, 05:27:42 am »
Thank you. I will try this.


Offline Antes

  • EzPortal Supporter
  • *****
  • Posts: 23
  • Karma: 0
Re: EzBlock on language setting
« Reply #7 on: April 17, 2016, 12:46:55 pm »
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?

Offline DenDen66

  • Jr. Member
  • **
  • Posts: 70
  • Karma: 0
Re: EzBlock on language setting
« Reply #8 on: June 30, 2016, 10:16:04 am »
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 '
';
        }

Offline EzPortal

  • Administrator
  • *****
  • Posts: 1318
  • Karma: 67
Re: EzBlock on language setting
« Reply #9 on: June 30, 2016, 11:30:54 am »
Good tip!
Like ezPortal? Support me at https://www.patreon.com/vbgamer45/

 

Related Topics

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

+-SMF Gallery

Quick Menu


Powered by EzPortal