cmiwebstudio
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: mod rewrite – no index.php – handle incomingi’m sorry, but that really didn’t help me or answer my question from what I see. also, the plugin errors and doesn’t work with the latest version when I tested.
I’m asking for a mod rewrite command to redirect visitors that attempted to use an incoming link that was like such…
domain.com/blog/index.php/blah
to the domain.com/blog/blah.again, i’ve already created a rule that works this way
RewriteRule /blog/wp-(.*) /blog/wp-$1 [I,L]
RewriteRule /blog/(.*)$ /blog/index.php/$1 [I,L]i simply need to create another rule that redirects those that are using the old links.
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Problem setting additional page priority to 1thanks! i was just debugging this myself.
Forum: Plugins
In reply to: xml sitemap plugin not working correctlytheres something wrong with the coding for sitemp-ui.php
i really hate how buggy and incomplete a lot of these plugins are for wordpress.
Forum: Plugins
In reply to: [Plugin: Sociable] want icons in horizontal line rather than vertical listdidnt fix anything for me
Forum: Fixing WordPress
In reply to: change external link code inserted when adding new post: file?thank you. i understand those solutions but I dont want to add a plugin that swaps out on fly, or additional javascript on each page. My solution is actually a lot better than those methods which is a simple onclick javascript action that requires no additional server calls on page load. I want tinymce, which is the behind the scenes WYSIWYG that is used for posting, insert the syntax of my choice rather than target=”_blank”. I know the files that do it, I just don’t know javascript well enough to know what to change.
Forum: Fixing WordPress
In reply to: change external link code inserted when adding new post: file?I found a file at location:
wp-includes/js/tinymce/themes/advanced/link.htm
wp-includes/js/tinymce/themes/advanced/js/link.jsthis is the file that creates the code from the pop up menu that your insert your url into the post, and choose whether you want it to open in same window or new window. I can see the javascript that does this toward the bottom of the js file. What can I change to do this? I dont want to add a plugin or add a javascript call to my pages to change on the fly or anything like that… i want the code to insert the correct syntax.
Forum: Plugins
In reply to: [Plugin: Sociable] want icons in horizontal line rather than vertical listhaving similar problem
Forum: Plugins
In reply to: sociable stylesheet (not active)same problem as well.
Forum: Fixing WordPress
In reply to: external links – how to change code inserted?anyone?
Forum: Fixing WordPress
In reply to: external links – how to change code inserted?that’s cool, but I don’t want to have the server make another call to load the javascript that swaps out the invalid code on the fly,… i’d rather just have wordpress insert the correct code in the admin. anyone know what file I can modify?