[ABD] Forum Icons Extended

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
User avatar
Siava
Registered User
Posts: 154
Joined: Wed Jan 26, 2005 10:07 am
Contact:

Re: [RC] Forum Icons Extended 1.0.2

Post by Siava »

koraldon wrote:.
Try the new version 1.0.2.

Changes:
- Fix for RTL-languages.
- Color icons for guests and bots, if disabled track read messages for guests.
User avatar
Hartenheer
Registered User
Posts: 780
Joined: Fri Jan 23, 2015 12:23 pm
Location: The Netherlands
Name: Willem Hartman
Contact:

Re: [RC] Forum Icons Extended 1.0.2

Post by Hartenheer »

Maybe make a choice program.
One can choose what is beautiful.
Sorry English is not my native language :oops:
regards: Willem

https://bierfijnproevers.nl/bierforum
User avatar
supanet
Registered User
Posts: 246
Joined: Sat Dec 15, 2012 4:20 pm
Location: UK
Contact:

Re: [RC] Forum Icons Extended 1.0.2

Post by supanet »

I'm liking how this is turning out :D
Keep up the good work. ;)
koraldon
Registered User
Posts: 530
Joined: Sat Jun 30, 2007 12:42 pm

Re: [RC] Forum Icons Extended 1.0.2

Post by koraldon »

Small bug report: When I use "mark forums read" on main page, it doesn't change the color of the icons.
User avatar
Hartenheer
Registered User
Posts: 780
Joined: Fri Jan 23, 2015 12:23 pm
Location: The Netherlands
Name: Willem Hartman
Contact:

Re: [RC] Forum Icons Extended 1.0.2

Post by Hartenheer »

I have turned this extension.
It's very ugly black / white icons

Get complaints from users.
Sorry English is not my native language :oops:
regards: Willem

https://bierfijnproevers.nl/bierforum
User avatar
Siava
Registered User
Posts: 154
Joined: Wed Jan 26, 2005 10:07 am
Contact:

Re: [RC] Forum Icons Extended 1.0.2

Post by Siava »

koraldon wrote:Small bug report: When I use "mark forums read" on main page, it doesn't change the color of the icons.
Thanks, I know about it. For me it is not bug, but I will try to resolve this in future :)

Hartenheer, You have the right to choose. This ext not for you. Good luck ;)
User avatar
Siava
Registered User
Posts: 154
Joined: Wed Jan 26, 2005 10:07 am
Contact:

Re: [RC] Forum Icons Extended 1.0.3

Post by Siava »

koraldon wrote:Small bug report: When I use "mark forums read" on main page, it doesn't change the color of the icons.
Done in 1.0.3!
But not worked in IE & Edge :(
Patrick Lakewood
Registered User
Posts: 1
Joined: Tue Nov 29, 2016 5:35 pm

Re: [RC] Forum Icons Extended

Post by Patrick Lakewood »

Hi i´m not sure if this things are already set

i have the version 1.0.4

is it possible to get other colors of the icons ? i know its not possible at the moment to fix that with ACP but are there possibilities to fix that with css?

the grey symbols are gread, but...my forum is darkblue so i need something lighter when its read - or maybe also some special effects - like a "transform-css" but if there is a css so i can do it for my own

just have to know where user can change that?

ahm, and thanks for the very nice extension - good work ;)
User avatar
Siava
Registered User
Posts: 154
Joined: Wed Jan 26, 2005 10:07 am
Contact:

Re: [RC] Forum Icons Extended

Post by Siava »

Patrick Lakewood wrote:the grey symbols are gread, but...my forum is darkblue so i need something lighter when its read - or maybe also some special effects - like a "transform-css" but if there is a css so i can do it for my own
Hi Patrick.
Initially, before the writing this extension I used two sets of icon images - color for unread and gray for read.
I wrote above that in version 1.1.0 will make a choice in ACP. But it hard for me. Now I think may be make a choice between the two sets of images or CSS-method in ACP? Any webmaster can make your own set of images for read forums that is suitable for template. I will try this soon in 1.0.5.

P.S.
Two sets of images is better CSS that it is independent from the different browsers, but it requires the administrator to some knowledge of Photoshop :)
koraldon
Registered User
Posts: 530
Joined: Sat Jun 30, 2007 12:42 pm

Re: [RC] Forum Icons Extended

Post by koraldon »

Just wanted to say thanks again for the extension, really like it :)
btw, is it submitted to the extensions DB?
User avatar
Siava
Registered User
Posts: 154
Joined: Wed Jan 26, 2005 10:07 am
Contact:

Re: [RC] Forum Icons Extended

Post by Siava »

koraldon wrote:btw, is it submitted to the extensions DB?
I don't know how :oops:
And It is not the final version. I planned some edits and did not done yet.

Now working on 1.0.5 with switch in ACP from CSS-method to two sets of images (for unread and for read). And only one thing I can not do - auto change unread images to read via ajax after clicking "mark forums read".
User avatar
thejdm
Registered User
Posts: 438
Joined: Sun Dec 21, 2003 4:18 pm
Location: pennsylvania
Contact:

Re: [RC] Forum Icons Extended

Post by thejdm »

I been looking for something like this. BUT is it possible to use font awesome icon instead of actual images?

is there a line of code i can add so in the text box in the ACP instead of the...

Code: Select all

Forum image:
Location, relative to the phpBB root directory, of an additional image to associate with this forum.
it could be...

Code: Select all

Forum Font Awesome icon:
Font Awesome icon code, of an additional icon to associate with this forum.
that way in the text box in the ACP i could add: fa-shopping-cart
so somewhere i could edit something like this...

Code: Select all

<i class="fa {font-awesome-icon-name}" aria-hidden="true"></i>
something similar that would let me use FA icons. the theme i use on 3.2 uses font icon images already i love this extension but i would love to use FA icons instead of an actual uploaded image... www.thejdm.com you can see the use of the FA images as icons already.
www.thejdm.com ...turn it on, y0
Kaffe
Registered User
Posts: 74
Joined: Tue Nov 01, 2016 6:18 pm

Re: [RC] Forum Icons Extended

Post by Kaffe »

Is it possible to make the forum icon a clickable link to the forum itself?

[edit]
Figured it out.

Replace:

Code: Select all

<!-- IF forumrow.FORUM_IMAGE --><span class="forum-image">{forumrow.FORUM_IMAGE}</span><!-- ENDIF -->
with

Code: Select all

<!-- IF forumrow.FORUM_IMAGE --><span class="forum-image"><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_IMAGE}</a></span><!-- ENDIF -->
in forumlist_body.html
User avatar
null2
Registered User
Posts: 516
Joined: Wed Jan 20, 2010 11:03 am

Re: [RC] Forum Icons Extended

Post by null2 »

Its not working in we_universal style.
Sorry for my bad english. I'm from USA.
User avatar
Siava
Registered User
Posts: 154
Joined: Wed Jan 26, 2005 10:07 am
Contact:

Re: [RC] Forum Icons Extended

Post by Siava »

null2 wrote: Wed Feb 15, 2017 12:30 pm Its not working in we_universal style.
Here is attach with addon for we_universal style phpbb 3.2.

Unpack.
Disable extension.
Copy we_universal to ext/siava/forumiconext/styles/
Enable extension.
Locked

Return to “Abandoned Extensions”