Would anybody be willing and able to modify the CGBlog module to do the following:
1) Hide all but one CGBlog category on the Frontend User's template.
2) Allow Frontend Users to edit and delete their own posts - from the frontend, of course...
3) Change the name of the module from CGBlog to Blog.
If you can do this, we can negotiate a price...
Thanks!
Help to Modify CGBlog Needed
Re: Help to Modify CGBlog Needed
2 of the 3 are already in....
1) Modify the template to NOT show the category.
In the backend, Frontend-submit-template, remove the:
2) is not in atm...
Ronny
1) Modify the template to NOT show the category.
In the backend, Frontend-submit-template, remove the:
3) In backend, options-tab of the module, change the field labeled "Prefix to use on all URLS from the blog module:"
{$categorytext}:
{foreach from=$categorylist item='tmp' key='name'}
{$name}
{/foreach}
2) is not in atm...
Ronny