3.2 & 3.3 Extensions Database 3.2 / 3.3Email List

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
User avatar

testingground
Users
Users
Posts: 24
Joined: 26 Apr 2016, 09:36
    Ubuntu Chrome

Re: Email List

Post by testingground »

Hello?

User avatar

Solidjeuh
Donator
Donator
Posts: 348
Joined: 13 Dec 2014, 02:40
    Windows 10 Firefox

Re: Email List

Post by Solidjeuh »

Will this get a 3.2 update?
Because it shows a white page in 3.2 :eusa_dance:
Forum voor NL Extensie vertalingen ---> https://www.supportforum.be
----------------------------------------------------------------------------

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Ubuntu Chrome

Re: Email List

Post by martin »

Works on my 3.2 with php7 but could do with a small update for fafa
1.png
3.1 and 3.2
dmzx_emaillist_1_0_2.zip
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Image

User avatar

Solidjeuh
Donator
Donator
Posts: 348
Joined: 13 Dec 2014, 02:40
    Windows 10 Firefox

Re: Email List

Post by Solidjeuh »

martin wrote: 28 Feb 2017, 15:38 Works on my 3.2 with php7 but could do with a small update for fafa 1.png

3.1 and 3.2 dmzx_emaillist_1_0_2.zip
Perfect! Thank you!
2017-02-28 16 39 49.jpg

Code: Select all

<!-- IF S_EMAIL_LIST -->
   <li>
      <a href="{U_EMAIL_LIST}" role="menuitem">
         <i class="icon fa-envelope fa-fw icon-orange" aria-hidden="true"></i><span>{L_EMAIL_LIST}</span>
      </a>
   </li>
 <!-- ENDIF -->  
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Ubuntu Chrome

Re: Email List

Post by martin »

Should be

Code: Select all

<!-- IF S_EMAIL_LIST -->
<li <!-- IF not PHPBB_IS_32 -->class="small-icon icon-members"<!-- ENDIF --> data-last-responsive="true">
	<a href="{U_EMAIL_LIST}" title="{L_EMAIL_LIST}" role="menuitem">
		<!-- IF PHPBB_IS_32 --><i class="fa fa-envelope" aria-hidden="true"></i><!-- ENDIF -->
		<span>{L_EMAIL_LIST}</span>
	</a>
</li>
<!-- ENDIF -->
to be responsive also both phpbb versions

User avatar

Solidjeuh
Donator
Donator
Posts: 348
Joined: 13 Dec 2014, 02:40
    Windows 10 Firefox

Re: Email List

Post by Solidjeuh »

Ow I thought I can remove the code for 3.1 ?
Changed :D

User avatar

jan_2017
Users
Users
Posts: 203
Joined: 05 Feb 2017, 10:21
    Android Chrome

Re: Email List

Post by jan_2017 »

martin wrote: 28 Feb 2017, 17:03 Should be

Code: Select all

<!-- IF S_EMAIL_LIST -->
<li <!-- IF not PHPBB_IS_32 -->class="small-icon icon-members"<!-- ENDIF --> data-last-responsive="true">
	<a href="{U_EMAIL_LIST}" title="{L_EMAIL_LIST}" role="menuitem">
		<!-- IF PHPBB_IS_32 --><i class="fa fa-envelope" aria-hidden="true"></i><!-- ENDIF -->
		<span>{L_EMAIL_LIST}</span>
	</a>
</li>
<!-- ENDIF -->
to be responsive also both phpbb versions
Hello.

Which file needs to be changed?
where i need to be put in?

Thanks

[ Post made via Android ] Image

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Ubuntu Chrome

Re: Email List

Post by martin »

You dont its in the ext i uploaded.

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Ubuntu Chrome

Re: Email List

Post by martin »

Solidjeuh wrote: 28 Feb 2017, 18:59 Ow I thought I can remove the code for 3.1 ?
Changed :D
You can but why make extra work if your using phpbb 3.2 then all 3.1 code will be ignored.

User avatar

jan_2017
Users
Users
Posts: 203
Joined: 05 Feb 2017, 10:21
    Android Chrome

Re: Email List

Post by jan_2017 »

Sorry .... email list looks like this in my forum...

Image

its only for 3.2 the orange letter icon?

bye Jan

[ Post made via Android ] Image

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Ubuntu Chrome

Re: Email List

Post by martin »

Its 3.1 and 3.2 it detects your version and will use the icon that matches your phpbb.

User avatar

jan_2017
Users
Users
Posts: 203
Joined: 05 Feb 2017, 10:21
    Android Chrome

Re: Email List

Post by jan_2017 »

Orange letter based in 3.2?

[ Post made via Android ] Image

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Ubuntu Chrome

Re: Email List

Post by martin »

Just use the ext i posted and dont edit any thing you dont need too the ext will show what its ment to show
not_again.gif
Dont use this line

Code: Select all

<i class="icon fa-envelope fa-fw icon-orange" aria-hidden="true"></i><
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

jan_2017
Users
Users
Posts: 203
Joined: 05 Feb 2017, 10:21
    Android Chrome

Re: Email List

Post by jan_2017 »

Ok ... I understand your warning "not again" ... :D

I do not change anything :buigen:

Nevertheless many thanks

[ Post made via Android ] Image

User avatar

testingground
Users
Users
Posts: 24
Joined: 26 Apr 2016, 09:36
    Ubuntu Chrome

Re: Email List

Post by testingground »

Any way of making this viewable for mods as well?

Post Reply Previous topicNext topic