We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Blog home layout glitch | Forum

Andre Pan
Andre Pan Sep 17 '11
Also take a look at this URL

The Forum post is edited by Andre Pan Sep 17 '11
Den Team
Den Sep 19 '11
As I see on your site, you did some CSS modifications on your site. Would you put back some of it and test again?
The Forum post is edited by Den Sep 19 '11
Andre Pan
Andre Pan Sep 19 '11
It's a default installation, I didn't do any change to CSS
Den Team
Den Sep 20 '11
Would you send me PM with your FTP/phpMyAdmin/Site Admin details? Our dev guys will check it.
Andre Pan
Andre Pan Sep 20 '11
BTW, it also happen to Links page
Zaph
Zaph Sep 21 '11
Andre Pan

Issue with blogs has been fixed and also added to the next package build

To resolve this issue it is necessary to replace line 150 in /ow_plugins/blogs/controllers/user_blog.php

$parts = explode('<!--more-->', $dto->getPost());

with

$parts = explode('<div><span><span><!--more--></span></span><br />
</div>', $dto->getPost());

And in /ow_plugins/blogs/controllers/blog.php on line 119 replace

$text = explode('<!--more-->', $dto->getPost());

with

$text = explode('<div><span><span><!--more--></span></span><br />
</div>', $dto->getPost());


Thank you for the report about links issue
Andre Pan
Andre Pan Sep 21 '11
Thanks! Saw you resolved the blog home issue on my site, bravo!

Yep, think you still have work to do with Links page, sorry I can't contribute much time to help fixing the problem since I'm extremely busy these days, but I do love Oxwall at the first sight, it's clean and clear in architecture, much easier to understand its framework than those huge SNS package costing hundreds of $$$ out there, great work you've done!