Hi All,
I've set up a site, powered by status net. SO far everything seams to be working relatively well. However, I have a few questions:
1. How can I add and remove links from the navigation menus?
2. How do I change the logo? the URL in the admin panel didn't seam to work (unless it required a while to update) Replaced /theme/default/logo.png with my logo and didn't seam to change, still has the status net picture.
3. Can somebody provide me with step-by-step instructions on how to setup and use the status net mobile plugin?
And finally:
4. What can I, and what can't I, remove from my status net site related to the status net install?
You can find my site at:
www.ashleycox.co.uk/chatter
Thanks for any and all help!
Ashley Cox
Comments
1. That would be with a custom theme, you can look at the README in the /theme directory for info on making a custom theme.
2. The logo url in /admin/design should do it for you. I see a chater logo on your site, and not StatusNet, you may just need to clear your browser cache or so a cache clearing reload (shift+reload)
3. You just need to add the following line to your config.php There's nothing to set up.
addPlugin('MobileProfile');
4. I'm not quite sure what you want with that, are you wondering what files you can remove? Theoretically you can remove plugins you're not using, but a lot of them are quietly enabled in a default install. I would not recommended removing anything, because it will make future upgrades run more smoothly if everything is where it is expected to be.
Thanks very much for getting back to me!
I've sorted number 1... i'm making a custom theme as you sugggested.
number 2, the logo, is working great.
2 more questions:
1. whre in teh config.php do I add the code for the mobile plugin? anywhere?
and 2. regarding removing stuff from status net, I ment text, links, etc.
Thanks much for your time!
Ash
Sorry about all the questions!
Yep, you can pretty much stick the addPlugin anywhere.
You have to leave a link back to any changes you make to comply with the agpl license.
Have you also looked at the theme wiki page? http://status.net/wiki/HOWTO_Make_a_Theme
Yep looked at the page, still can't see how to add links to my menus though.
what I want to do is add a link to the menu with the links that link to the docs, like the faq and help.
O, OK, thanks. WOw, that does look complicated.