cogmios
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: BuddyPress Links] Please fill in all required fields?So when you enter the url and then directly click on “Save Link” (which is most logical i think) I did not know it would retrieve something then it will not work. (and not any more in any way after that)
Forum: Plugins
In reply to: [Plugin: BuddyPress Links] Please fill in all required fields?uhm so yes its a usability issue it matters in which order you go through the “entering”.
Forum: Plugins
In reply to: [Plugin: BuddyPress Links] Please fill in all required fields?That’s it! I entered the url then clicked anywhere and it worked.
Hmmm… so I have to follow this order to make it to work ok.
Forum: Themes and Templates
In reply to: Rolloutmenu drops below categories and moreIts a nice theme but it really breaks in Internet Explorer. It says an error in scripts.js on line 50. The pulldownmenus are not accessible.
Furthermore when you try to drag widgets in the admin area: its not possible and you need to choose compat modus to add them.
I hope you update it with fixes.
Forum: Fixing WordPress
In reply to: ADD new pages to RSS Feedanyone?
Forum: Fixing WordPress
In reply to: ADD new pages to RSS FeedMaybe I should explain: I have an rss feed on http://farmville.aweblog.net/
However, I also add new pages on new animals, trees, etc… but these do not show up in the RSS feed.
I think it should be simple to add “page” to “post”
Forum: Fixing WordPress
In reply to: ADD new pages to RSS Feedanyone?
Forum: Plugins
In reply to: Site gets very slowThe main slowness was because of the RSS widgets on the right I removed them and it made it a lot faster.
Forum: Plugins
In reply to: Site gets very slowThe difference between 25 queries and 2565 queries is the pagebar plugin: http://www.elektroelch.de/hacks/wp/pagebar/
That is however (i think) independent of the memory/cpu problem. I don’t dare to test it cause it will hurt me with $90 extra when I activate it π
Forum: Plugins
In reply to: Site gets very slowI posted a graph on http://edward.de.leau.net/improving-weblog-performance-20100111.html to show you what the peak in memory and usage was.
I now deinstalled the plugin but still would like to know if there are other ways to improve performance. When I look at the source code of my frontpage I read: 2651 queries. 104.519 seconds.
That seems like a lot of queries and a lot of seconds.
Forum: Plugins
In reply to: Site gets very slowI would like to add that I installed wp super cache, that is actually where this posting is about.
sorry got it. wauzers. the front page took 78.665 seconds and now… 7.668 seconds… (!)
Forum: Fixing WordPress
In reply to: Custom Pages and DB switchingboth solved
Forum: Fixing WordPress
In reply to: Custom Pages and DB switchingIt also seems that variables I place in there that I want to use global are not available (with register globals on)
Forum: Fixing WordPress
In reply to: 50 lines php execution limitOk … this one was also pretty hard to find out. I have spend many days before I found it out…
I use the php-exec plugin.
As soon as i place a <hr> tag somewhere either directly or by generating it from php code e.g. from a database string. It completely utterly displays nothing. As soon as I remove the hr tags it works….
Who can think of this????????