from my home page, when you click my blog link, it tries to find "mysite/blog" when i need it to be trying to find "mysite/blog.php". how can i change this?
Installation, updates, manuals and APIs.
Code, issues, development roadmap.
Custom job offers.
Send us your sales or general questions.
blogs.php
add action:
case 'show_my_blog_posts':
$sRetHtml .= $oBlogs->GenMemberBlog($_COOKIE['memberID']);
break;
Done :) - very simple
I think jaydub68 is not looking for what you have posted. I think it is the rewrite_urls.
Goto admin panel -> builders -> menu builder and change the url for it.