Hi im looking to add an about page etc on my installation of Status.net. In which i mean using the theme and a copy of the page for text. How can i add extra menu items and achieve this extra page?
@AndrewH not easily, your best bet is to make a plugin to add another menu item, or if you just want a link you can put one in the site notice from the admin panel.
@AndrewH it doesn't really work like that, you can take a look at the files in the /themes directory and see the css and try to emulate it, or just view source on one of the rendered pages, but the files in the software do not really correlate to the generated pages that you see when you're looking at the page.
They are not HTML as such, look in the docs folder on your server and you will find them there like 'source' you can make new files and link them up, I did it like this:
Yes thats right! so make a source file like the about pages etc in Doc's, Im going to link these up in the Site Notice. Make the links is easy, is there any code that NEEDS to be in the file so it will look like the current theme?
Not really, I am using standarded HTML code in any of the created files and they work fine and with selected theme CSS :)
If you take a look at the Powered By StatusNet plugin you can edit that like I have to make extra links etc. Not sure if it works on the current beta version though.
Okay, How are the About etc pages linked up? they are just files with text in? How could i do this but add html? Or do i have to completely copy and make a whole html page??
In the default install of status net they are not linked, they display by clicking separate links in the header or footer, I just made all the pages I wanted and created a menu at the top of each of those pages to link it all together.
If I am honest I really can't remember, it was month ago I played with status and I'm not in front of my server. Why not make up a page and try some stuff out, see what works and does not?
Thanks, ive creating the pages, linking them up in my site notice, is there no way to get them into the actual menu on the left hand side or at the top?
Comments
Thanks alot :)
Regards,
Andrew.
Thanks.
jordanc
Thanks
Thanks
Display.css?
http://tinyurl.com/3ywjtjo
I think this is what you are referring to :)
so make a source file like the about pages etc in Doc's,
Im going to link these up in the Site Notice.
Make the links is easy, is there any code that NEEDS to be in the file so it will look like the current theme?
If you take a look at the Powered By StatusNet plugin you can edit that like I have to make extra links etc. Not sure if it works on the current beta version though.
they are just files with text in?
How could i do this but add html?
Or do i have to completely copy and make a whole html page??
Kinda regards,
Thanks for your help,
Andrew.
So if you make a new file called hello the URL would be http://yoursite.com/doc/hello
All pages would be like that, as in doc/about
So linking them up is easy.
Thanks!
It's good for the soul :))
Thank you