lxg
Forum Replies Created
-
Forum: Plugins
In reply to: PDF pluginThere’s a completely new, easy to use plugin, ContuttoPDF:
http://www.contutto.com/software/wp-to-pdf/
It will output each page as PDF at the push of a button. It brings is a default PDF template, based on the Kubrick theme, but it is fully themable via XHTML and CSS (rendering is done by DOMPDF).
Forum: Plugins
In reply to: Export WordPress contents to a PDFGeez… the good ideas always come late!
Today I made friends with a little fellow whose name is “template_redirect” and who is a plugin hook It allowed me to redevelop the ContuttoPDF plugin. Now you don’t need to edit your template files anymore, but there are special template files delivered with the plugin. Integration is now as easy as possible, while it is still possible to customize the template.
Forum: Fixing WordPress
In reply to: Get title for specific postThanks, that’s exactly what I needed.
Forum: Installing WordPress
In reply to: You do not have sufficient permissions to access this pageHm, I don’t think this has got to do with the Linux version.
Can’t you log in at all or is it that you just can’t access that specific page?
It also might help to save the
/wp-contentdir, then do a fresh install and then put thewp-contentback in place.Forum: Installing WordPress
In reply to: You do not have sufficient permissions to access this pageIs this a new problem, i.e. could you previously access that page?
Do you have plugins installed which might modify the admin area’s behaviour?
Did you possibly change any file ownership and/or privileges?
Forum: Installing WordPress
In reply to: You do not have sufficient permissions to access this pageDo you have an account on that blog? If so, which unser level?
(Sorry, I have edited my post, so the answer below doesn’t fit.)
Forum: Installing WordPress
In reply to: Install WP on same server but 7 domainsIf you mean the very same blog with no differences in content and layout: Yes. It’s just a matter of how you map domain names on directories in your webserver configuration.
It also would be possible to give different output for different domains, but that would need some work and knowledge.
Forum: Fixing WordPress
In reply to: What wp header code do I use in non-wp pages?By the way, I see you are trying to mark the current item via a regex action. You might want to try this plugin which automatically outputs a pages list and marks the current item with an own class “current_page_item”.
Forum: Fixing WordPress
In reply to: What wp header code do I use in non-wp pages?I just c&p’ed it in an own php and exececuted it on my machine. It gives me the following (PHP 5.1.1):
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /var/www/localhost/htdocs/test.php on line 68Forum: Fixing WordPress
In reply to: Title Image Transparency (Quick fix…help?)Yeah, “dot net” doesn’t sound like a quality product. 😉
Have fun with the Gimp, it’s a powerful tool, but a bit fiddly (esp. under Windows). Or, in analogy to a Unix-related saying: Gimp *is* userfriendly; it’s just picky about who its friends are.
Forum: Fixing WordPress
In reply to: What wp header code do I use in non-wp pages?I suppose the error to be in the Apache config (section error handling).
If it’s your server: Have you changed the Apache config?
If it’s a shared server and you’re not admin: Do others have the similar problems? Could you possibly notify your host master?The best would possibly be to update your Apache and PHP, or change your host.
Forum: Fixing WordPress
In reply to: What wp header code do I use in non-wp pages?I wouldn’t dare to say this is a PHP bug, after nothing more than a remote diagnosis. 😉
I just said that it might be a bug, and that I — in general — would advise to upgrade from PHP 4.4.0 to a current version.
GamerZ: Would you maybe also like to test your erroneous page(s) with http://www.schroepl.net/cgi-bin/http_trace.pl and/or post your URLs here — maybe we can find some similarity.
Forum: Fixing WordPress
In reply to: What wp header code do I use in non-wp pages?Well, I’m clueless now.
Do you have any strange plugins installed?
I also could imagine a bug in Apache or a module, or possibly you have misconfigured your Apache server (httpd.conf), or you have a weird combination of Apache modules. Which Apache version do you use, and did you do something daring on the config?
btw, it seems you’re using PHP 4.4.0 — in this version lots of bugs (some of them security related) were detected. If you can, you should maybe consider upgrading PHP anyway.
Forum: Fixing WordPress
In reply to: Login and Registration Form?I think this is intentional, because many people (including me) don’t like the Meta section to show up. It’s included in the sidebar, but commented out for being easy to integrate, like in your case.
NVM.. I tried removing tags and still not working.. I think I will find a different theme
Well, it actually seems to work as I visit your page.
Possibly you still have the old version in your browser’s cache. Try hitting F5 or Shift+F5.Forum: Fixing WordPress
In reply to: Login and Registration Form?*lol*
Your “Meta” section is encapsulated by a HTML comment. 😉
Remove that and everything should work.