Tag Archives: cms

OSCommerce admin pages show 401

27 Nov

Problem The OSCommerce admin pages were working fine a couple months ago.  Now I go to it and it shows a 401 error. Solution The problem was that the htaccess file had a rewrite added to it to always include www to the address.  Apparently the SEO guy did this.  The solution is to update [...]

get_permalink returning wrong link in excerpt

1 Dec

Problem In WordPress, the default theme, twenty_eleven, has a function called twentyeleven_continue_reading_link.  This method is supposed to return the permalink for the current excerpt.  However if you use setup_postdata() and call the_excerpt() the permalink will return the current page’s permalink, not the excerpt’s permalink.   Solution The reason it returns the current page’s permalink is because get_permalink() [...]

TinyMCE add Custom Characters

29 Jul

Problem: The Hawaiian language has the kahako but tinymce does not have these in their charmap.   Solution: To add more characters to the custom character map in tinymce, find the file: themes/advanced/js/charmap.js If you are using wordpress that directory is located in wp-includes/js/tinymce/ Open that file and you’ll see a list of characters in [...]

Which CMS to Use?

14 May

I recently was asked the age old question “what CMS is the best?”.  So I asked back “What will the CMS be used for?”, and of course that wasn’t specifically known.  This post is not a complete post.  It is here to jot down findings and notes about CMS’s.  Wordpress and Exponent CMS are the [...]