Support Forum

Request for mobile reboot

25 Answers

New Answer

KV kvr28
kvr28
Member

and from a user perspective here can someone please click on

Force paragraph after an image to start new line

it’s a pain to follow posts where you post several pictures with them cascading down like that

KV kvr28
kvr28
Member

Mr Papa said
Seeing similar myself… Will open ticket for investigation…

Thanks MP, that’s why you guys are the best!

MP Mr Papa
Mr Papa
Member

can you try a quick test for me?  in simple-press/forum/content/sp-common-view-functions.php, around line 1458, find this code in function sp_QuickLinksTopicMobile():

        $spList = new spTopicList(”, $show, true, true, ”, 0, 1, ‘topic quick links mobile’);

and change it to:

        $spList = new spTopicList(”, $show, true, ”, 0, 1, ‘topic quick links mobile’);

and see if that solves it for you…  what is odd, not sure how it would ever work even for users… odd…

think it will resolve it..

KV kvr28
kvr28
Member

didn’t work, let me recopy from my live to staging site and start over fresh to make sure I didn’t screw it up. I’ve been known to do that time to time.

MP Mr Papa
Mr Papa
Member

cool… thanks for confirmation…  it will be in the next version released in week or two in conjunction with wp 4.2…

MP Mr Papa
Mr Papa
Member

funny part is not sure how it ever worked with that extra argument in there…eek