Roy
Forum Replies Created
-
Forum: Plugins
In reply to: Picasa XML plugin?I’m using Minigal
It’s a galleri using flatfile instead of MySql. They are coming with a new release soon.Forum: Plugins
In reply to: Weather ProblemI’m not shure.
I have set it like this:
$cache_debug = ‘0’; //0 for False, 1 for True | activate this to make sure that your time and cache are working.
$debug_conditions = ‘0’; // 0 For False, 1 for True
It seemes that the link to the pluginmakers homepage dos not work.Forum: Plugins
In reply to: Weather ProblemIsn’t your right link : http://shortforstephen.com/wp-content/wicons/
I get your images when I use this link.
RoyForum: Themes and Templates
In reply to: having an issue with validationOk, but when I validate your site, you still point to the Javascript that livecalendar set up. (Sorry for my english.)
Maybee its your webserver.
Good luck.Forum: Themes and Templates
In reply to: having an issue with validationAs I said before I have this problem myself. Open livecalendar.php
in a texteditor find what I explained before. You can see the bug :hereForum: Themes and Templates
In reply to: having an issue with validationIn Livecalendar.php in your plugins dir you have to delete the >br/> in this lines:
echo”
<script type=’text/javascript’ src='” . get_settings(“siteurl”) . “/wp-content/livecalendar/xmlhttprequest.js’></script>
<script type=’text/javascript’ src='” . get_settings(“siteurl”) . “/wp-content/livecalendar/kcalendarscript.php’></script>
“;This i think solves your problem
Forum: Fixing WordPress
In reply to: Error from streams.phpI have worked it out. It seemes that my languagefile gave me som trouble. I sat it back to
‘define (‘WPLANG’, ”);’ in wp-config.php
and things was ok.Forum: Fixing WordPress
In reply to: Error from streams.phpI have tried that,without any luck. I have trouble with admin too.
It seems that a some variabel has wrong value. I think it is one of the MySqltable(s). I really dont know. I was surfing my site, and was gone for an hour and when I come back it was messed up (sorry for the english)Forum: Plugins
In reply to: Simple PHP Gallery 1.1 questionYou kan find this i the css:
.imgwrapper {
float: left;
margin: 0 0 15px 15px;
padding: 2px;
height:113px;
}
with the margin you can justify the space between the thumbnails.
I did so here
RoyForum: Plugins
In reply to: WYSIWYG PluginSorry for the answer, it was cut and past but it did not work
RoyForum: Plugins
In reply to: WYSIWYG PluginYou have to find this in “edith-form.php” and “edit-form-advanced.php”
echo ‘‘ . __(‘Quicktags’) . ‘: ‘;
include(‘quicktags.php’);
and comment it out like this:
//echo ‘‘ . __(‘Quicktags’) . ‘: ‘;
//include(‘quicktags.php’);
That’s what I have done, and it work for me.
RoyForum: Plugins
In reply to: WYSIWYG PluginStill got the same errormessage after upgrading to ver 0.6 , but that do not matter, I,ll use anyway. It,s a fine plugin.
Thanks
RoyForum: Plugins
In reply to: WYSIWYG PluginHi
I get an errormessage from javascript that” Toolbarset “wp” do not exist.
When I write “oFCKeditor.ToolbarSet = “” ; ” in line 275 in wysiwyg.php everything works fine.
I have done all the config in wysiwyg.php and config.inc.php and used
the same path and url as I use for the WordPress Upload config.
Your plugin is great and I do want it to work properly.
What is wrong? (sorry for the bad english)
I’m using Firefox 1.0