Page 1 of 1

Help to Modify CGBlog Needed

Posted: Mon Sep 13, 2010 10:03 pm
by henchenm
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!

Re: Help to Modify CGBlog Needed

Posted: Tue Sep 14, 2010 6:13 am
by RonnyK
2 of the 3 are already in....

1) Modify the template to NOT show the category.
In the backend, Frontend-submit-template, remove the:

{$categorytext}:

                  {foreach from=$categorylist item='tmp' key='name'}
                    {$name}
                  {/foreach}
               
3) In backend, options-tab of the module, change the field labeled "Prefix to use on all URLS from the blog module:"

2) is not in atm...

Ronny