R_J
AdminR_J Admin
-
Re: [3.3] (Special) Character Encoding in Rich editor not working (Umlaute)
I have adviced to et the default charset in the bootstrap.before.php because setting it in the .htaccess didn't work. Therefore your server still has the default charset when serving non php files. T… (View Post)1 -
Re: How to show a Discussion has read or unread posts in it?
Look at the UserDiscussion table: the crucial information is the DateLastViewed column. If there are no lines in UserDiscussion for sessionUserID and discussionID, then everything is unread. If there… (View Post)1 -
Re: Explaining how custom handlers work
Correct. Simply add echo '<!-- my test -->'; or echo '<!-- ' . $sender->RequestMethod . ' -->'; there and look at the resulting html to validate your assumption. And even worse than us… (View Post)1 -
Re: Upgrading from 2.0.18b1 to 3.3
Not sure where you are stuck right now, but let me say that I'm impressed with the research you already did! So you are not able to run http://forum.arduinoturkiye.com/utility/structure that would he… (View Post)1 -
Re: How to change special characters in Pretty URL's?
Well, if I try it in my forum with "In Turkish, we have some special characters like ğ, ş, ç etc. and Vanilla does not convert them" I get the following title: /discussion/108/in-turkish-we… (View Post)1