station
Forum Replies Created
-
Forum: Plugins
In reply to: List all config settings with get_settingsThanx kafkaesqui,
<?php get_bloginfo(‘show’); ?> is what I needed.Forum: Plugins
In reply to: The Perfect Image Plugin!Hey Brooks,
the Iimage Browser will do this for you easily.
https://fredfred.net/skriker/index.php/iimage-browser
Check it out, and look at the personalized code part, the developer Martin Chup?? calls them – patterns used in the Iimage gallery, which I don’t use, but I use the patterns, or personalized code.
It still needs the align options but you can include that in your personalization.Forum: Plugins
In reply to: List all config settings with get_settingsHey Moshu,
I have used the horizontal.php, and I saw the var TEMPLATEPATH, what I wanted to know was what are all the vars available when calling wp-config,?
Templatepath is relative to your main blog dir, ie: wp-content/themes/yourtheme/
I need to add the full path, ie: https://www.domain.com/wp-content/themes/mytheme/
this is to add a personalized link in the Iimage browser image link code, so that when the thumb is clicked it opens the full photo in a pop up within a file called from my theme folder.
The developer of Iimage Browser plugin suggests just dropping the full image file into your main dir. I need it in my theme dir.Thanx
Forum: Plugins
In reply to: WordPress Plugin: EvermoreOk, xerocool, is this not your plugin then I guess,
I’ll check it out..
ThanxForum: Plugins
In reply to: WordPress Plugin: EvermoreBefore I test this, questions:
does this plugin have an options page in admin?
what do you consider really long? and how is this defined?
Assumming post length is based on a text count, does it count images? and their height?
Thanx for your responce, and congrates on a new plugin.Forum: Fixing WordPress
In reply to: posting w/ quicktags = server 500 errorThanx for the replies,
podz: I don’t think it has anything to do with the js, as when editing a post, the quick tags js does work, the tags are inserted into the post.
macmanx:I have been looking for the server error logs, I’m not sure where they are. I’ve read the WP error log and it says nothing. I’ve read the domain Apache raw log and it says that there was a 500 error from the action but no details. There must be another, or other error logs on the server, but where are they?