pampfelimetten
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to use is_author in feeds?nobody can help me?
Forum: Plugins
In reply to: [Plugin: AJAX Login Widget ] Future Work (from v1.0.1)Hi,
thanks for your plugin, just began to use and i like it. I just had to do the following addition to your javascript file:
function alw_hideLogin() {
document.getElementById(“alw_login”).style.display = “none”;
document.getElementById(“alw_register”).style.display = “none”;
document.getElementById(“alw_lostPassword”).style.display = “none”;
if (0 != alw_timeout) {
setTimeout(‘alw_hideLogin2();’, alw_timeout);
} else {
alw_hideLogin2();
}
}function alw_hideLogin2() {
document.getElementById(“alw_loading_login”).style.display = “none”;
document.getElementById(“alw_login”).style.display = “none”;
document.getElementById(“backlab_admin_login”).style.display = “inline”;
alw_loginForm.log.focus();}
So, now I can show and hide it with a button, as seen at https://www.backlab.at/hp/
Would you care to implement that in the next release? I think this could be helpful for many people.
Best,
Forum: Fixing WordPress
In reply to: How to deactivate a blog and turn it into html!@jonvs: Well, what is more simple: Keeping a html-page running forever or keeping a php-sql page running forever. I’d say HTML, so thats the reason.
It isn’t my page, I only got paid for one year of support, but they want to keep it alive for documentation (government funded, you know), but not have to install updates every few weeks.
Thats itForum: Plugins
In reply to: Order dashboard widgets?Bump, I need that as well. Any Ideas?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Album title display on gallery pageThanks, works great!
Forum: Plugins
In reply to: wp_admin_css not working?same problem…
Forum: Fixing WordPress
In reply to: How to deactivate a blog and turn it into html!thanks for your answer, but in a couple of years it will run into security issues, when security bugs get uncovered, and at some point we will have compatibility issues with the rest of the server – php, sql, and so on.
html is straight forward, and there will be no new budget, as it is a closed project – thats for sure. and if that unlikely should happen, I can re-upload wordpress and thats it.
so – somebody got another suggestion?
Or is there any other way to do this?
Forum: Plugins
In reply to: [Plugin: Custom Field Template] Another Advanced Feature RequestHi Hiroaki,
thanks, works nearly perfect, but there is one bug:
If I log in with a non-admin user, the ajax function to load the template for certain categories only doesn’t work at all.
Can you reproduce this?
Forum: Plugins
In reply to: [Plugin: Custom Field Template] Another Advanced Feature RequestHi Hiroaki,
thanks for your great plugin!
I also have a question about the category ID: I have one template, I want to be only shown for one category. But regardless of what I enter, the template is shown for all categories.
Second: The title of the template form is not shown (it is always “custom field template”)
I’ll be grateful for any help!
Best wishes
Forum: Plugins
In reply to: How to order widgets for all usersbump… nobody got an idea?
Forum: Plugins
In reply to: Using the wordpress api from another fileyou just have to include wp-load.php in the root directory.
Forum: Fixing WordPress
In reply to: Add Dashboard Widgets in 2.7?I’m interested as well!
Forum: Fixing WordPress
In reply to: Add Link (blogroll) without an urland to michaelh: thanks, but than it would seem, that they are somehow attached to us.
Forum: Fixing WordPress
In reply to: Add Link (blogroll) without an urlof course I know, that a link without an url isn’t a “link”.
And yes, in our case, it would make sense to add these people without an url, because its a list of supporters – and not all of them do have a webpage, to which we could link. We just want to utilize the blogroll administration for this.
Of course, we could just make a page with this list and hardcode the url, but imho, it would be better to use the blogroll features.