Support Forum
Glitch with "This topic has subscriptions"
Yellow Swordfish
Glinton, England
SP Master
Offline
Apologies - I can actually replicate this... Looks like the subscriptions message strip did not get updated to take into account not using the new integrated editor toolbar option. It is fine with the toolbar option turned on.
Shouldn't be too hard to sort out. I will open a ticket now and look into it.
YELLOW
SWORDFISH
|
Yellow Swordfish
Glinton, England
SP Master
Offline
Ok - the file is /simple-press/forum/content/forms/sp-form-components.php
The function you need to find is called sp_post_editor_smileys_options()
When you have the function scroll down to the end of it to locate this section of code:
if ($display['smileys'] || $display['options']) { $out.= $smileysBox.$optionsBox; $out.= '</div>'; }
and add the new line as shown below:
if ($display['smileys'] || $display['options']) { $out.= $smileysBox.$optionsBox; $out.= sp_InsertBreak('echo=0'); $out.= '</div>'; }
and that should do the trick
YELLOW
SWORDFISH
|
Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online: serzmxg
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17363
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625