Search found 46 matches

by mikovchain
Thu Dec 06, 2018 7:11 pm
Forum: General Development Discussion
Topic: Renderer class - why these two variables are different
Replies: 5
Views: 26783

Re: Renderer class - why these two variables are different

kasimi wrote: Thu Dec 06, 2018 8:26 am Not quite:

$renderer !== $this->renderer

because

$renderer === $this

therefore

$renderer->renderer === $this->renderer
Thanks Kasimi, now it is clear... then this line $renderer === $this didn't do anything here?
by mikovchain
Thu Dec 06, 2018 4:57 am
Forum: General Development Discussion
Topic: Renderer class - why these two variables are different
Replies: 5
Views: 26783

Renderer class - why these two variables are different

I am reading the code of content rendering in phpBB3.2, but I found something that very confusing to me. I am not sure how it works, the code is located at phpbb/textformatter/s9e/renderer.php there are two lines in this function public function render($xml) { if (isset($this->quote_helper)) { $xml ...
by mikovchain
Sat Dec 01, 2018 3:18 am
Forum: General Development Discussion
Topic: Moving developement discussion to Discord
Replies: 54
Views: 524361

Re: Moving developement discussion to Discord

I just installed it in my x240 which is running Ubuntu. It looks great! I just doubt that will it keep all the chat history? If so I may recommend it to my team.
by mikovchain
Sat Dec 01, 2018 2:47 am
Forum: General Development Discussion
Topic: Moving developement discussion to Discord
Replies: 54
Views: 524361

Re: Moving developement discussion to Discord

Sorry but it is the first time I hear this software. Is it popular to you guys?
by mikovchain
Sat Dec 01, 2018 2:43 am
Forum: [3.x] Discussion
Topic: About bbcode_bitfield and bbcode_uid
Replies: 1
Views: 11031

About bbcode_bitfield and bbcode_uid

Is there any documents on the design of BBCode?

I am just wondering what these two fields are used for, why not just simply replace the BBCode inside the posts with corresponding HTML code?
by mikovchain
Thu Nov 29, 2018 9:33 am
Forum: [3.x] Discussion
Topic: 3.1.10 markdown
Replies: 6
Views: 17291

Re: 3.1.10 markdown

Hi mike1974, could you please share this mod? It seems a bit difficult for me to find out how to change the PHP code to use this feature. Hi, Not sure if it's right place - but I was looking for markdown extension/mod and unable to find something working for phpbb. So I created my own mod based on P...
by mikovchain
Mon Nov 26, 2018 4:07 pm
Forum: [3.x] Discussion
Topic: Releasing 3.2.5
Replies: 1
Views: 9052

Re: Releasing 3.2.5

It looks a lot of work to be done!
by mikovchain
Mon Oct 26, 2009 5:24 pm
Forum: Chit Chat
Topic: phpbb.com down?
Replies: 0
Views: 7097

phpbb.com down?

All pages come out the same blank page...
by mikovchain
Thu May 07, 2009 6:47 am
Forum: [3.0/Olympus] New features discussion
Topic: More powerful attachment management?
Replies: 27
Views: 146276

Re: More powerful attachment management?

I have worked out a solution for it, more than half a year ago. the attaches will be stored in sub folders by month or date. http://www.phpbbchina.com/forum/viewtopic.php?f=23&t=3337 However... it seems no English speaking people have interests in it, so I haven't translated yet. Let me know if ...
by mikovchain
Thu Nov 15, 2007 4:02 am
Forum: [3.0/Olympus] New features discussion
Topic: [Please read]Cut down the memory consumption and CPU load
Replies: 14
Views: 44679

Re: [Please read]Cut down the memory consumption and CPU load

Thanks to Kellanved, Highway of Life and naderman. I learn a lot from you.
I run and test my phpBB3 on windows xp + apache + PHP5.2.3. Maybe it's why I got such bad performance. :geek:
I will do the same test on linux.