#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 3, 2016 12:46:35 GMT -8
Hi, Brian ~
Could you check out this board, please?
The Hot Locked icon isn't showing.
Thank you! You don't seem to have a thread_locked image specified on that theme, so there's no image for it to display.
|
|
inherit
(?)?
188910
0
Jan 26, 2013 13:30:48 GMT -8
♥ ℒʊ√ ♥
Clouds float into my life no longer to carry rain or usher storm but to add color to my sunset sky.
10,458
January 2013
luv
|
Post by ♥ ℒʊ√ ♥ on Feb 3, 2016 13:00:50 GMT -8
I see the code and link for thread_locked, Brian , in both the Global Header and the forum wrapper in the Valentine's Glow theme, Brian .
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 3, 2016 13:10:00 GMT -8
I see the code and link for thread_locked, Brian , in both the Global Header and the forum wrapper in the Valentine's Glow theme, Brian . I'm referring to your custom theme images, where you only have two of the six necessary images specified. dev.prbrds.com/b/o/rrXpzA6nPf.png
|
|
inherit
(?)?
188910
0
Jan 26, 2013 13:30:48 GMT -8
♥ ℒʊ√ ♥
Clouds float into my life no longer to carry rain or usher storm but to add color to my sunset sky.
10,458
January 2013
luv
|
Post by ♥ ℒʊ√ ♥ on Feb 3, 2016 13:15:20 GMT -8
That's because I'm only using two custom images, Brian . The two most used and seen.
The others I've kept as your ProBoards' default images ~ and the links to those PB images are in the Global Header.
locked: "//images.proboards.com/v5/icons/thread-locked-hot.png",
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 3, 2016 13:22:57 GMT -8
That's because I'm only using two custom images, Brian . The two most used and seen.
The others I've kept as your ProBoards' default images ~ and the links to those PB images are in the Global Header.
locked: "//images.proboards.com/v5/icons/thread-locked-hot.png",
You still need to specify the images in your theme. Otherwise $[theme.image.thread_locked.src] doesn't return anything in the Forum Wrapper code and the value of locked is a blank string in the final product: The Forum Wrapper code overwrites all of the images from scratch as the plugin/code checks against it to completely replace the variable containing the images that were originally specified. The code does not check to see if no image exists. It outright replaces the variable that was in the code with the images that were specified in the Forum Wrapper template. If you want to use the default image you'll need to replace its respective $[theme.image.thread_abcxyz.src] variable with the actual image URL similar to how it's listed in the original incarnation in the Global Header code.
|
|
inherit
(?)?
188910
0
Jan 26, 2013 13:30:48 GMT -8
♥ ℒʊ√ ♥
Clouds float into my life no longer to carry rain or usher storm but to add color to my sunset sky.
10,458
January 2013
luv
|
Post by ♥ ℒʊ√ ♥ on Feb 3, 2016 13:45:47 GMT -8
Brian
EDIT: Got it ~ Finally! The Forum Wrapper isn't reading the links from the Global Header. So yes, adding a custom image to the theme for that icon is necessary. Otherwise, the images wouldn't be custom to that theme only if the wrapper was picking up the header links. The light bulb finally went on.
REsOLveD!
And btw, thank you again for providing this code to those of us who do customized icon images.
|
|
inherit
225900
0
Feb 14, 2024 13:53:57 GMT -8
vitaminc
11
October 2015
vitaminc
|
Post by vitaminc on Feb 24, 2016 8:01:13 GMT -8
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 24, 2016 9:49:33 GMT -8
Your forum's theme seems to have removed the column that originally contained the thread icons, so the plugin isn't finding anything to change. You also have two copies of the plugin installed when you should only need one. The easiest way to fix this on your theme is to find $[thread.icon] in Themes > Layout Templates > Board > Thread List and replace it with this:
|
|
inherit
225900
0
Feb 14, 2024 13:53:57 GMT -8
vitaminc
11
October 2015
vitaminc
|
Post by vitaminc on Feb 24, 2016 21:18:09 GMT -8
Your forum's theme seems to have removed the column that originally contained the thread icons, so the plugin isn't finding anything to change. You also have two copies of the plugin installed when you should only need one. The easiest way to fix this on your theme is to find $[thread.icon] in Themes > Layout Templates > Board > Thread List and replace it with this: Got it! Thanks Brian !
|
|
inherit
195082
0
Mar 20, 2022 7:33:21 GMT -8
PF
1,089
June 2013
weedster
|
Post by PF on Mar 5, 2016 16:14:58 GMT -8
Hi, Thanks for this plug-in. Is there any way I can get it to appear in the Legend and announcements? As you can see here: politicsforum.boards.net/board/119/soapbox, it doesn't appear in the announcement sticky. Thanks.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 6, 2016 9:50:31 GMT -8
Hi, Thanks for this plug-in. Is there any way I can get it to appear in the Legend and announcements? As you can see here: politicsforum.boards.net/board/119/soapbox, it doesn't appear in the announcement sticky. Thanks. It looks like this was due to the thread being an announcement but still being stickied, which the if statement that handles announcements is explicitly ignoring. This should now be fixed in 1.0.3 on the library.
|
|
inherit
195082
0
Mar 20, 2022 7:33:21 GMT -8
PF
1,089
June 2013
weedster
|
Post by PF on Mar 6, 2016 13:01:44 GMT -8
Hi, Thanks for this plug-in. Is there any way I can get it to appear in the Legend and announcements? As you can see here: politicsforum.boards.net/board/119/soapbox, it doesn't appear in the announcement sticky. Thanks. It looks like this was due to the thread being an announcement but still being stickied, which the if statement that handles announcements is explicitly ignoring. This should now be fixed in 1.0.3 on the library. I unstickied it and now it shows, but is there any way to put an icon in the Legend to identify it like the others in the Legend?
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 6, 2016 13:13:20 GMT -8
It looks like this was due to the thread being an announcement but still being stickied, which the if statement that handles announcements is explicitly ignoring. This should now be fixed in 1.0.3 on the library. I unstickied it and now it shows, but is there any way to put an icon in the Legend to identify it like the others in the Legend? You'll need to modify the Legend's HTML in Themes > Layout Templates > Board to include the icon. The plugin does not do this on your behalf.
|
|
inherit
224902
0
Feb 15, 2017 12:50:39 GMT -8
Matt
2,940
September 2015
mattyboo1
|
Post by Matt on Mar 6, 2016 13:47:14 GMT -8
I unstickied it and now it shows, but is there any way to put an icon in the Legend to identify it like the others in the Legend? You'll need to modify the Legend's HTML in Themes > Layout Templates > Board to include the icon. The plugin does not do this on your behalf. Hi Brian I was wondering how would it be possible for me to do this as well, how could I include the icon in the legend? I don't know how to code.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 6, 2016 14:19:35 GMT -8
In Themes > Layout Templates > Board find this section:
For each new icon you want to add insert a new line after the above section and add this to that new line:
The end result should look like this:
|
|