Discuss: MyBB 1.1.2 Released
#51
Hey... I don't know PHP very well, but
=====================
7. admin/smilies.php
=====================

Find: (Perform this step TWICE - there are two instances of the code below)
--
		"showclickable" => $mybb->input['showclickable']
--

Replace with:
--
		"showclickable" =>addslashes( $mybb->input['showclickable'])
The replacement... shouldn't it be...
"showclickable" => addslashes($mybb->input['showclickable'])
That's the way it is in rest of the updates.

I changed it for my board... but I dunno really ^^
#52
those tiny spaces shouldn't really matter in php...
#53
Correct, it deletes the spaces and everything is on one line when executing so, but it looks better that way. Wink
#54
FrashMX Wrote:Glad to hear. Hope it will work out for Berni.

Well no. I've got a root server (Debian sarge, latest version), and so I'm quite sure that there haven't been any php-updates. Im running PHP Version 4.3.10-16. Any ideas?
#55
Is there any reason why the front page of the site hasn't been updated to say version 1.1.2 has been released???

(The Latest News section)
#56
Updated.

Chris
#57
Chris Boulton Wrote:Updated.

Chris

Shouldn't it be dynamic?
#58
well no because as you see it has a description, who will write this description else than a person.

regards
#59
Dennis Tsang
Former MyBB Team Member
Web: http://dennistt.net
#60


Forum Jump:


Users browsing this thread: 1 Guest(s)