Just the kind of thing I was hoping to find. Installed the code on my laptop and it worked like a charm.
Some issue with the url (.../web/index.php/@vikram works instead of .../web/@vikram) perhaps as I am using apache and the url rewrite config are not set.
Played with changing templates ..works good. Needs cache clear
rm -rf ./steempress/var/cache/twig/*
Thanks a lot for the code. if i can contribute back i will do. .. i need to learn first ;-)
Ahh yep, it's probably apache. The nginx config included in the repository rewrites all URLs to
index.php
to solve the problem you're having with the URL. I imagine I should add an .htaccess file so anyone running apache doesn't have to deal with this.Also - regarding the changing templates and clearing the cache: if you use
index_dev.php
instead ofindex.php
, it won't use the cache and you won't have to clear it every time :)Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit