Relic
Junior Member
Posts: 243
inherit
179570
0
Apr 9, 2014 20:02:40 GMT -8
Relic
243
May 2012
sin1993
|
Post by Relic on Jan 29, 2013 12:37:03 GMT -8
Aha! It works!
xD Thank you so much. It's odd that I'm the only one experiencing it. I really appreciate it.
|
|
inherit
126477
0
Apr 21, 2023 15:18:52 GMT -8
Shrike
Re-appeared briefly after 6 years only to no doubt disappear again.
1,569
June 2008
shrike
|
Post by Shrike on Jan 29, 2013 13:01:19 GMT -8
Aha! It works! xD Thank you so much. It's odd that I'm the only one experiencing it. I really appreciate it. It might just be you were the first to notice it or something Thanks for letting me know it's fixed. I had assumed that it was a deliberate thing, but looking at it now I suppose it's not. I'll make a bug report. And here you go; <table class="list" role="grid"> <!-- <thead> <tr> <th class="icon"></th> <th class="main">Board</th> <th class="threads">Threads</th> <th class="posts">Posts</th> <th class="latest last">Last Post</th> </tr> </thead> --> <tbody> {foreach $[board]} {if !$[board.is_redirect]} <tr id="$[board.content_id]" class="$[board.content_class]"> <!-- <td class="icon">$[board.icon]</td> --> <td class="main clickable"> <span class="link"><a href="$[board.href]">$[board.display_name]</a></span><br /> <p class="description">$[board.description]</p> {if $[board.num_mods]} <p class="moderators"> Moderator{if $[board.num_mods] != 1}s{/if}: {foreach $[board.moderator_group]}$[board.moderator_group.comma_before] $[board.moderator_group]{/foreach}{if $[board.moderator]}{if $[board.moderator_group]}, {/if}{/if} {foreach $[board.moderator]}$[board.moderator]$[board.moderator.comma] {/foreach} </p> {/if} {if $[board.sub_board]} <p class="sub-boards"> Sub-board{if $[board.sub_board] != 1}s{/if}: {foreach $[board.sub_board]}$[board.sub_board]$[board.sub_board.comma] {/foreach} </p> {/if} </td> <td class="threads">{if $[board.threads] == -1}N/A{else}$[board.threads] Threads<br />{/if}{if $[board.posts] == -1}N/A{else}$[board.posts] Posts{/if}</td> <td class="latest last"> {if $[board.posts] > 0} {if $[board.last_thread]} $[board.last_thread.recent_link]<br /> by $[board.last_thread.last_post.created_by_user]<br /> <span class="date">$[board.last_thread.last_post.date]</span> {/if} {else} No posts have been made on this board. {/if} </td> </tr> {else} <tr id="$[board.content_id]" class="$[board.content_class]"> <!-- <td class="icon">$[board.icon]</td> --> <td class="main clickable redirect last" colspan="2"> <span class="link">$[board]</span><br /> <p class="description">$[board.description]</p> </td> </tr> {/if} {/foreach} {if !$[board]} <tr class="last"><td class="last center" colspan="5">No boards were found.</td></tr> {/if} </tbody> </table>
Thanks for that, got what I needed. Copy and paste this into your Global Footer: <script> /*rfbdi 0.4.4: Fix for redirect image centering*/ $(document).ready(function () { if (proboards.route.name == "board") { $(".redirect.rfbdi-main").attr("colspan","1"); $(".redirect.rfbdi-main").css("text-align","center"); }});</script>
|
|
inherit
96560
0
Dec 22, 2017 1:41:11 GMT -8
bobdat
317
January 2007
williamp
|
Post by bobdat on Jan 30, 2013 0:33:27 GMT -8
Thanks for that, got what I needed. Copy and paste this into your Global Footer: <script> /*rfbdi 0.4.4: Fix for redirect image centering*/ $(document).ready(function () { if (proboards.route.name == "board") { $(".redirect.rfbdi-main").attr("colspan","1"); $(".redirect.rfbdi-main").css("text-align","center"); }});</script> Hate to be a killjoy but doesn't appear to be working. Still aligned to the left?
|
|
inherit
126477
0
Apr 21, 2023 15:18:52 GMT -8
Shrike
Re-appeared briefly after 6 years only to no doubt disappear again.
1,569
June 2008
shrike
|
Post by Shrike on Feb 1, 2013 11:15:42 GMT -8
Thanks for that, got what I needed. Copy and paste this into your Global Footer: <script> /*rfbdi 0.4.4: Fix for redirect image centering*/ $(document).ready(function () { if (proboards.route.name == "board") { $(".redirect.rfbdi-main").attr("colspan","1"); $(".redirect.rfbdi-main").css("text-align","center"); }});</script> Hate to be a killjoy but doesn't appear to be working. Still aligned to the left? My apologies, I missed out part of the location check. Please try again with the corrected version: <script> /*rfbdi 0.4.4: Fix for redirect image centering*/ $(document).ready(function () { if (proboards.data.route.name == "board") { $(".redirect.rfbdi-main").attr("colspan","1"); $(".redirect.rfbdi-main").css("text-align","center"); }});</script>
|
|
inherit
96560
0
Dec 22, 2017 1:41:11 GMT -8
bobdat
317
January 2007
williamp
|
Post by bobdat on Feb 6, 2013 0:11:44 GMT -8
Works as well as I can hope. Now to await the fix. Many thanks.
|
|
inherit
178909
0
Apr 6, 2013 7:54:07 GMT -8
Lychee
6
April 2012
lychee
|
Post by Lychee on Mar 13, 2013 16:02:24 GMT -8
I'm sorry to disturb you, and I don't know if someone else had this problem in the thread, but I have this code on. My forum is v5, and when I am on my admin account, it works perfectly. However, when I change to my character's account, I see this. I have it set on slide down, and when I hover my mouse over the board, the text still appears, but there is no image. Other members are speaking of the same problem. Is there any you can do?
|
|
inherit
126477
0
Apr 21, 2023 15:18:52 GMT -8
Shrike
Re-appeared briefly after 6 years only to no doubt disappear again.
1,569
June 2008
shrike
|
Post by Shrike on Mar 15, 2013 9:52:44 GMT -8
I'm sorry to disturb you, and I don't know if someone else had this problem in the thread, but I have this code on. My forum is v5, and when I am on my admin account, it works perfectly. However, when I change to my character's account, I see this. I have it set on slide down, and when I hover my mouse over the board, the text still appears, but there is no image. Other members are speaking of the same problem. Is there any you can do? A few things to try first are to check the permissions for the plugin (should be so everyone can access/see/whatever it calls it) and check the image links are added properly. Aside from that, it'll save a lot of time to simply link to your forum so I can see the problem code itself.
|
|
inherit
178909
0
Apr 6, 2013 7:54:07 GMT -8
Lychee
6
April 2012
lychee
|
Post by Lychee on Mar 16, 2013 10:23:21 GMT -8
I changed the image hosting site and it now works. Thank you!
|
|
Guest001
inherit
-5227226
0
Nov 21, 2024 20:01:54 GMT -8
Guest001
0
January 1970
GUEST
|
Post by Guest001 on Mar 21, 2013 18:03:10 GMT -8
I'm somewhat completely new to the concept of editing this in V5, and I am a little lost in the matter of coding. If someone would be so kind, please explain to me how to edit this. I've set up the plugin and it's installed and ready to go, the main settings are already set. I just need to know how to actually edit this so that the text fade overs the images. My site is : foreverstranger.boards.net/
|
|
inherit
126477
0
Apr 21, 2023 15:18:52 GMT -8
Shrike
Re-appeared briefly after 6 years only to no doubt disappear again.
1,569
June 2008
shrike
|
Post by Shrike on Mar 21, 2013 20:58:09 GMT -8
I'm somewhat completely new to the concept of editing this in V5, and I am a little lost in the matter of coding. If someone would be so kind, please explain to me how to edit this. I've set up the plugin and it's installed and ready to go, the main settings are already set. I just need to know how to actually edit this so that the text fade overs the images. My site is : foreverstranger.boards.net/Looking at your site, the plugin doesn't look to be enabled. Go to the settings page for the plugin and check that there are no messages about required fields, or about the plugin not being enabled. If you have already enabled it, please check that the permission for viewing the plugin is set to "Everyone".
|
|
inherit
191644
0
Jun 24, 2013 6:43:23 GMT -8
strangereureka
5
March 2013
strangereureka
|
Post by strangereureka on Mar 21, 2013 21:33:00 GMT -8
It's me Guest, Apparently, it was in those settings all along... It might not have been applied to the current theme, but I went ahead and did changed that already. I'll give an image of the current settings now. linkThose were the settings for the your Plugin, I've checked all the boxes for the themes now.
|
|
aalai
New Member
Posts: 26
inherit
191714
0
Jul 2, 2015 19:28:20 GMT -8
aalai
26
March 2013
aalai
|
Post by aalai on Mar 23, 2013 11:36:18 GMT -8
I'm extremely new at this coding style; I haven't made my own skin in forever. I know it has to do with your fix for board templates at the top but to me, just a bit, it sounds like Greek (which I do not read or speak). Can you help me with getting the images to show up Shrike? Thank you. Here's the board link: aalai.proboards.comI am using Justin's Board Modification.
|
|
inherit
191644
0
Jun 24, 2013 6:43:23 GMT -8
strangereureka
5
March 2013
strangereureka
|
Post by strangereureka on Mar 23, 2013 18:39:02 GMT -8
@ Aalai, which images are you trying to show? where are they supposed to be located?
|
|
aalai
New Member
Posts: 26
inherit
191714
0
Jul 2, 2015 19:28:20 GMT -8
aalai
26
March 2013
aalai
|
Post by aalai on Mar 23, 2013 21:40:02 GMT -8
@ Aalai, which images are you trying to show? where are they supposed to be located? Currently on the general board when you roll over. They are not showing up at all. I just wanted to test it; this and the sidebar are the last things I need before converting my real forum over. Thank you. I am probably doing something silly, I just don't get where I am meant to put the codes she requested to make it work with board modifications.
|
|
inherit
164241
0
May 31, 2013 18:40:57 GMT -8
Ztrl
22
March 2011
ztrl
|
Post by Ztrl on Apr 13, 2013 20:32:31 GMT -8
Hey on IE9 and 10 the images show up but they're only 1px wide even when I set the width in the plugin settings to anything else. Halp!
|
|