inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Aug 25, 2014 16:02:54 GMT -8
The image inherits the size of the image it is replacing, there is no size explicitly set by the plugin but if you want to explicitly set one you can use CSS to do so as I stated in a previous reply. So, for example, if you wanted to show images that were 300 pixels wide you would use the following rule: .icon .avatar_size_small img { width:300px; max-width:none; max-height:none; } table.list .head th.icon, table.list .thread td.icon, table.list .thread td.icon .avatar_size_small {width:auto;height:auto;}
But as I've also warned your mileage may vary depending on how well your browser handles table reflows. Before | After |
---|
| |
|
|
inherit
188870
0
May 2, 2015 7:52:39 GMT -8
Newby
139
January 2013
danielsilk
|
Post by Newby on Aug 27, 2014 4:51:33 GMT -8
Brilliant working perfect so far! Thanks very much
|
|
inherit
167709
0
Sept 25, 2018 7:21:22 GMT -8
SailorEffinMoon
I think it's really cool how the word "OK" is a sideways person!
244
June 2011
cameronnat
|
Post by SailorEffinMoon on Aug 27, 2014 9:56:06 GMT -8
Wow great update! Looks fantastic, thanks Is there a way to make this work on one specific board only? .icon .avatar_size_small img { width:300px; max-width:none; max-height:none; } table.list .head th.icon, table.list .thread td.icon, table.list .thread td.icon .avatar_size_small {width:auto;height:auto;} Oh and also (I just noticed) I had to turn off the "Show icon in title bar" because whenever I go to share (facebook, pinterest) it would automatically title it as "Thread Icon" lol.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Aug 28, 2014 0:05:00 GMT -8
Wow great update! Looks fantastic, thanks Is there a way to make this work on one specific board only? .icon .avatar_size_small img { width:300px; max-width:none; max-height:none; } table.list .head th.icon, table.list .thread td.icon, table.list .thread td.icon .avatar_size_small {width:auto;height:auto;} Oh and also (I just noticed) I had to turn off the "Show icon in title bar" because whenever I go to share (facebook, pinterest) it would automatically title it as "Thread Icon" lol. Wrap it up in a <style type="text/css"> </style> tags and drop it in the specific board's header under structure > headers & footersThanks for sharing, I'll see if there's a workaround for that
|
|
inherit
167709
0
Sept 25, 2018 7:21:22 GMT -8
SailorEffinMoon
I think it's really cool how the word "OK" is a sideways person!
244
June 2011
cameronnat
|
Post by SailorEffinMoon on Aug 28, 2014 4:48:45 GMT -8
Cool, thanks! I'm just getting closer and closer to my dream of just having the images on my movies board (removing subject and last post) that, when clicked, open that thread
|
|
inherit
188870
0
May 2, 2015 7:52:39 GMT -8
Newby
139
January 2013
danielsilk
|
Post by Newby on Aug 28, 2014 8:28:52 GMT -8
One little problem is that when it searches for the first image in the thread its coming up with Smileys is it possible to make it so it does not see them as images? Thanks
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Aug 28, 2014 17:44:00 GMT -8
Oh and also (I just noticed) I had to turn off the "Show icon in title bar" because whenever I go to share (facebook, pinterest) it would automatically title it as "Thread Icon" lol. Since Proboards doesn't support Pinterest I will assume you are using a code to do the sharing. I could not reproduce this with the built-in sharing support for Twitter and Facebook so can you give more details on which third party code you are using so I can investigate further? One little problem is that when it searches for the first image in the thread its coming up with Smileys is it possible to make it so it does not see them as images? Thanks I've added a simple image filter version: v0.1.1
|
|
inherit
167709
0
Sept 25, 2018 7:21:22 GMT -8
SailorEffinMoon
I think it's really cool how the word "OK" is a sideways person!
244
June 2011
cameronnat
|
Post by SailorEffinMoon on Aug 29, 2014 8:14:24 GMT -8
|
|
inherit
213318
0
Dec 15, 2014 7:01:40 GMT -8
kroken
24
August 2014
kroken
|
Post by kroken on Aug 29, 2014 9:27:55 GMT -8
cool
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Aug 30, 2014 11:22:57 GMT -8
I'm just about to play with the thread icon set but I was wondering if you could create "categories" for the icons. Eg: Standard set [x Set] etc
Edit: Never mind. I'm aware this is called Thread Icons but is there any way icons could also be selected for each post but only show next to the subject line of each post?
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Aug 31, 2014 4:54:10 GMT -8
I'm just about to play with the thread icon set but I was wondering if you could create "categories" for the icons. Eg: Standard set [x Set] etc Perhaps you could flesh out a use case to further explain what you mean by creating categories since I am not quite grasping the concept. Each icon that you add in the plugin settings has the ability to show up or not show up depending on board and the user group specified for that icon. A "standard set" as I am understanding could be setup for certain board and/or group of users while a different set could be created for a different collection of boards and/or users and so on. Edit: Never mind. I'm aware this is called Thread Icons but is there any way icons could also be selected for each post but only show next to the subject line of each post? Since this plugin uses a thread key in order to retrieve icons when there are threads (not posts) available on the page and since it also goes to great lengths to ensure that only the first post is capable of setting an icon (mimicking the old V4 behavior) it would actually be easier to create a different plugin to targets posts rather than tear everything down to rewrite from the ground up for a dual key plugin.
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Aug 31, 2014 13:51:33 GMT -8
That would be fine - I only need post icons to work in one board. Regarding categorization I was thinking originally thread icons were selectable in any board so was going to ask for something like:
[ForumCaching Only] Forum Caching Icons [Standard Icons] Standard Icons [RP related] RP Icons [Sales Related] Sales Icons
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Aug 31, 2014 17:11:15 GMT -8
Thread icons are selectable in any board or group UNLESS YOU CHOOSE to restrict them to certain boards or groups when you create them in the plugin settings, those are only options and can be left blank.
Perhaps I am still misunderstanding the intent of the category request but could you not create a sales group then associate the sales icons with that sales group so those icons can only be used by that group. You could go even further and limit those sales icons only to boards where sale transactions occur, this way someone who is a member of both the sales and archiving group would see the sales icons when in a sales related board and see the archiving icons when in a board related to archiving and so on. Icons that are not associated with any group or any board ("standard icons") would show up everywhere as well. This compartmentalization of access allows for much easier icon management when doling out who has what access to which icon set and reduces clutter by removing icons not needed or not allowed in that situation (e.g removes the ability to set an RP icon in a board that is not RP-related).
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Aug 31, 2014 21:09:14 GMT -8
Basically I wanted categories just to be text names to reduce the risk of some individual deciding to use that - but the fact I can restrict to certain boards is what made me go "oh never mind" as you already had thought of it
|
|
drut
Junior Member
Posts: 304
inherit
217380
0
Feb 28, 2015 5:07:03 GMT -8
drut
304
January 2015
drut
|
Post by drut on Feb 13, 2015 21:38:57 GMT -8
|
|