pkellner
Forum Replies Created
-
Forum: Plugins
In reply to: iG:Syntax Hiliter PluginHi Amit,
I keep having trouble tracking down this post. Hopefully, I’ll remember it. Have you had a chance to look at my issue? I keep making more articles with old code I will have to redo later so the sooner I figure it out, the easier life will be.
Thanks. -Peter
Old Post:
It’s me Back again. Everything worked great in my test system because I have both my wordpress files and URL one level from the main. That is: test.peterkellner.net/wp for the wp files and test.peterkellner.net/wp for the URL of the blog.
In my production, I have wp files at peterkellner.net/wp and I have the reference URL for the blog set to peterkellner.net
This causes the highlighter plugin to fail. I get javascript errors on my browser and the nice frame around the text doesn’t show up.
Is there a workaround for this?
Thanks. (spent almost all day narrowing the problem down to this)
Forum: Plugins
In reply to: iG:Syntax Hiliter PluginIt’s me Back again. Everything worked great in my test system because I have both my wordpress files and URL one level from the main. That is: https://test.peterkellner.net/wp for the wp files and https://test.peterkellner.net/wp for the URL of the blog.
In my production, I have wp files at https://peterkellner.net/wp and I have the reference URL for the blog set to https://peterkellner.net
This causes the highlighter plugin to fail. I get javascript errors on my browser and the nice frame around the text doesn’t show up.
Is there a workaround for this?
Thanks. (spent almost all day narrowing the problem down to this)
Forum: Plugins
In reply to: iG:Syntax Hiliter PluginPlease ignore my rant above. The WISWIG editor (when I was pressing the HTML button) was eating my code). I’ve switched to non-wISWIG and am very happy.
I do have another question (hope you havent’ stopped reading). How can change the default width of the box the code lands in?
Thanks and I love the plain text button. Had to see it to get it.
-Peter
Forum: Plugins
In reply to: iG:Syntax Hiliter PluginI just don’t seem to get it. Life was great in 1.5.2. Now, I can’t even seem to upload a file and make it work. I’ve pasted some simple code below that when I upload into the new 2.0.2 editor, it seems to kill it. Is this code correct for the plugin 3.5 I just installed?
end
Here is some XML
[XML]
<page>
<components>
<textBox id=”ctl00_ContentPlaceHolder1_TextBoxUserSearch”>
<behaviors>
<textChangedBehavior timeout=”100″
changed=”onTextChange” />
</behaviors>
</textBox>
</components>
</page>
[/XML][JS]
function onTextChange() {
__doPostBack(‘ctl00_ContentPlaceHolder1_GridViewMemberUser’,”) ;
}
[/JS]end
Forum: Fixing WordPress
In reply to: trouble finding what css I’m using :(