conualfy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Filter for where with join with wpostmeta in query ?Thanks vtxyzzy, it works perfectly with the custom fields.
Still, it has a little issue: it’s not taking into consideration the s= parameter, the search text input.
Forum: Plugins
In reply to: Error in adminimize.php, line 121, when using wp_ajax_noprivI assumed there is a plugin activating the warnings so I added
error_reporting(0);
in the beginning of theme’s functions.php and it works.
Forum: Plugins
In reply to: Error in adminimize.php, line 121, when using wp_ajax_noprivI’m having the same issue. Did you manage to fix it?
Forum: Plugins
In reply to: remove_meta_box not working for some boxes@david Thanks a lot, it works!
Do you know how to remove the post textarea, the (it shows in post.php, post-new.php)?
As I use Magic Fields, I record all the information in custom fields and I do not need these fields/boxes:
Media Buttons (all) (#media-buttons)
Word count (#wp-word-count)
Post Slug (#slugdiv,#edit-slug-box)
HTML Editor Button (#editor-toolbar #edButtonHTML, #quicktags)
Post Thumbnail (#postimagediv)Forum: Fixing WordPress
In reply to: Disable Comments RSS Feed in wp_headI’ve got a problem with comments feed on http://drumliber.ro
Instead of seeing a page or article, sometimes (quite often) I get the comments feed of another random article. It’s completely random, I cannot see a rule for this bug.
It might be a server problem, but there should be a way to fix it in the application. A way should be to check if the link in the address bar contains /feed and only then to show a feed. How can one do that?
Thanks a lot!
Forum: Fixing WordPress
In reply to: All link in my blog always go to my feedHello!
@harimulyanto did you find a solution?
I’m having the same problem for a few days/week+ (i think) on this domain: http://bit.ly/c496X4 (tried not to show the domain link here).
From time to time, randmom, instead of showing the page or post, i get a random comments rss feed. Using F5 to refresh usualy get’s the right page after.
It’s not only frustrating, but time costly and i guess users will not come back very soon to a site not working.
Forum: Plugins
In reply to: [Plugin: kPicasa Gallery] Not working :-/I found the problem: I have 2 comments bellow it, deleting the HTML comments repaired the bug.
‘<!– something
something –>’Now even the album throwing the fatal error works fine 🙂
See albums here: http://drumliber.ro/galerie-foto/I hope this helps others who will have my problem, too.
Forum: Plugins
In reply to: [Plugin: kPicasa Gallery] Not working :-/I have a similar problem, it’s printing the KPICASA_GALLERY text. I have the latest version, 0.1.9.
Just before this I used KPicasa Gallery php4 mod and it worked, but now as i have 3 albums online, going to the last one, a big album, it’s throwing an out of memory fatal error, so I changed to KPicasa for php5. I’m hosted on a server running php 5.2.9.
You can see it (not) running at http://drumliber.ro/galerie-foto/ and the picasa account is picasaweb.google.com/drumliber1/
But it does not work with separate albums either.
Thanks!