lborgman
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Multisite banner plugin?Oh, that looks very nice, David! If I had known about that I would probably not have written my plugin… 😉
I did not want to touch the Admin Bar since I thought it was for admin purposes only. One thing that made me think so (beside the name) was the 46px height that looked hard coded. Did I misunderstand something there, or?
Forum: Networking WordPress
In reply to: Multisite banner plugin?No answers? I decided to write a plugin:
http://ourcomments.org/psyblog/it/2014/02/18/a-multisite-wordpress-banner-plugin/
Forum: Plugins
In reply to: [Zotpress] Zotpress 5.0.9 & WP 3.5.2: sync and import not workingOh, that was 4 months ago. Here it is again. 😉
I just imported my group library to a new blog. And sync does not seem to work. It says “Syncing items 1-50 …”.
My new blog is here: http://ourcomments.org/psyblog/
Forum: Themes and Templates
In reply to: Malware in Weaver II??Thanks, but to me it seems unlikely that this happens on my site at the same time that it happens on the site of the author of Weaver II.
It looks more likely that some malware has found its way into Weaver II. I am not sure of course.
But you are right, malware in .txt and .css does not look very likely… 😉
I would believe this was just a problem with Wordfence if it was not for the problem with the authors site. Maybe the problem is just with the authors site? Wordfence might have a bug there if they did not think of that the site could be blocked. (I do not know how Wordfence operate so this is just a guess.)
Forum: Plugins
In reply to: [Zotpress] Import Library never completesIt works for me now. Very nice plugin, thanks Katie!
Now to my questions… (in another thread 😉 )
Forum: Plugins
In reply to: [Zotpress] Import Library never completesThanks @nidhi.r.kalra. I added this as a group library and tried to import it. It did not work.
That is good since I know then it is something on the wordpress side. Though I am not completely satisfied even though I know this… 😉
Forum: Plugins
In reply to: [Zotpress] Import Library never completes@nidhi.r.kalra: Since it is a public library maybe you could give me the URL so I can test importing that library instead of my own (that does not work)? 😉
Forum: Plugins
In reply to: [Zotpress] Import Library never completesHi Katie, I just updated the Zotpress-plugin and tried again. It looks like it still does not import anything.
Forum: Plugins
In reply to: [Zotpress] Import Library never completesI am also new to Zotpress. I have a group library I want to import. I started the import. It never ends and it looks like nothing is imported.
I wonder if I have the correct ID for the group. I click on “Group Settings” here:
https://www.zotero.org/groups/from_some_psychologists
(The link “Group Settings” is only shown when I am logged in.)
The URL is of the form https://www.zotero.org/groups/ID/settings where ID is the number I then enter into Zotpress.
Is “ID” above the number I should use?
Maybe it is something totally different. What I see is at the moment is that it works ok in my English blog, but not in my Swedish. Both are using latest version of WP and plugins, though the Swedish blog use some additional plugins.
I have tried to deactivate all plugins (except MCE Table Buttons), but that did not help.
Actually there is one more problem (that I perhaps did not notice before or maybe it was not there then): The are no “tabs” that let me choose between “Visual” and “HTML” when editing a new post.
So something is rather seriously broken (if I am not totally missing something). At the moment I suspect the plugin “Raw HTML capability” or some interaction with this and another plugin, maybe this one since you are doing things in similar areas so to say.
Forum: Requests and Feedback
In reply to: Is it necessary to always include prototype.js?Thanks Otto42.
Forum: Requests and Feedback
In reply to: Is it necessary to always include prototype.js?Otto42: Ah, thanks, I did not notice. I never tried to see how it was implemented. I expected something using just “onsubmit”.
Maybe some day I should take some time to learn to read this kind of Javascript. It is quite impressive. How does it come that you so easily recognized Event?
But what is the ${} trick?
Forum: Requests and Feedback
In reply to: Is it necessary to always include prototype.js?Thanks Otto42, I thought it was something in my theme. I built that theme without looking very carefully at the bottom plates for it. However I switched to WordPress Default 1.6 to see if that theme also loaded it. To my surprise it did.
Could it be some plugin I am using that needs it? I am currently using
– Akismet
– Automoderate comments
– Comments Post Rewriter
– Simple Tags
– Text Control
– WordPress Hashcash
– wp-cacheI also have
– Bad Behaviour
– Challenge
– Hello Dolly
– Simple CPR Log Readerinstalled, but they are not activated.
It looks to me however as a bug, since there are no JavaScript at all used on my pages (except when commenting or doing administration).
My site is here (in Swedish): http://OurComments.org/blog/
Forum: Fixing WordPress
In reply to: Admin pages show between 2 and 100 secondsI looked through the code to see how the time is measured. There are two functions timer_start and timer_stop for this.
The first, timer_start, is called in wp-config.php. This is in turn included by admin.php which seems to be used in for example moderation.php — and this is a top level module called from the users web browser.
At the end moderation.php includes admin-footer.php and in admin-footer.php timer_stop is called.
So the time measured is all about time on the web server.
The reason am interested in this is that my web hostel asks me to check for network delays. I can not see at all that network delays are involved here.
Any suggestion of what to do. Should I publish the name of the web hostel, or?
Forum: Fixing WordPress
In reply to: Admin pages show between 2 and 100 secondsAnother thought: I may be misunderstanding the time measured and shown at the bottom of the admin pages. Exactly what is measured?