Ingo Raven said
1. Before today, I used simple press 4.3 but one day I could not access most parts of the admin section anymore. I could access the main pages (e.g. options) but not the sub pages that are displayed on the left side (nothing happened when I clicked on one of them).
Any idea why this was?
There could be several reasons. If you upgraded your WP version but did not match the correct SP version with it then it could be that simple. Other plugins have also been known to cause conflicts if they load their scripts globally. We can usually discover the reason for that sort of behaviour.
2. After installing version 5 my blog did not load. It hang when calling <?php sf_recent_posts_tag(5, true, true, true, true, 0, true); ?> when loading the side bar (I put this in to display a list of the latest 5 forum posts in the sidebar of my blog). (–> Fatal error, call to undefined function…)
I put out this line for now but I want to display that list, what to do?
V5 is a complete and total rewrite. The tag still exists but it has a different name now and different calling methods. You will need to install the SP ‘Template Tags’ plugin. If your WP theme is set up for widgets then I would recommend using the one supplied in that SP plugin. (http://codex.simple-press.com/codex/api/functions-and-tags/widgets/)
3. I put in adsense code somewhere (long time ago). As it is gone now, can you point me in the right direction how that was done (do I have to use those hooks?)
The old hooks are also gone but there is much, much more flexibility to enable things like this. Where did you want it to display? We can point you in the right direction.
4. Can I restore my old skin into v5? Can I copy it in?
No – as was stated on the V5 upgrade notes, Skins and Icon Sets are no longer supported in favour of themes and templates. Again – much more flexible. Take a look through the colour overlays as we have tried to match wherever possible V4 skin styles. (http://codex.simple-press.com/codex/themes/theme-basics/sample-theme-overlays/)
5. Each page and post in my blog have some buttons at the bottom (e.g. for facebook like and follow on twitter). These are now in each forum post, too, this was not the case before. What to do to get rid of it?
thanks for any help
Every forum post? Not a good sign that it is well-written. is it possible to exclude it from the forum page?