Water Crystals
Junior Member
Those who make no mistakes, don't make anything
Posts: 431
inherit
137395
0
Nov 19, 2024 1:35:44 GMT -8
Water Crystals
Those who make no mistakes, don't make anything
431
February 2009
watercrystals
|
Post by Water Crystals on Jul 26, 2019 22:33:06 GMT -8
Water Crystals , The plugin doesn't have any logic in it that would make it not display for guests. I also just tested it and it does appear to display for guests on my test forum. Make sure you have set the plugin visible to "everyone" in the permissons. "Plugin Manage Page" -> "Edit" (permissions for three box table plugin) -> Set visible to "Everyone" Thanks for the response Texas! I'm using the non-slide-able one. It is set to everyone, including all themes as well. Yet won't appear to guests...
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Jul 29, 2019 5:37:04 GMT -8
Water Crystals , Ah, my bad. Appearently the code for the two is slightly different. It's been so long since I've worked on it I'd forgotten. Go to the plugins build page -> components tab and replace everything in the javascript window with this: if (yootil.page.board.id(proboards.plugin.get('three_box_table').settings.which_boards) || proboards.plugin.get('three_box_table').settings.display=="1") { $(function(){ $('#the_table').css("display","") }); }
That should fix the problem.
|
|
Water Crystals
Junior Member
Those who make no mistakes, don't make anything
Posts: 431
inherit
137395
0
Nov 19, 2024 1:35:44 GMT -8
Water Crystals
Those who make no mistakes, don't make anything
431
February 2009
watercrystals
|
Post by Water Crystals on Jul 29, 2019 6:46:09 GMT -8
Yay! It works. Thank you so much
|
|