1 emusic May 06, 2009 06:32
3 emusic May 06, 2009 06:59
Thanks for the response! I'm using a template called Green Fields - I believe I got it off another website. I don't remember if that was the exact original name.
I have an index.main.php but I don't have a post.main.php, page.main.php or single.main.php. Do I just create these files and edit the code like you said in page.main.php?
4 john May 06, 2009 07:46
Yep, give it a try :)
Remember, keep a backup
5 emusic May 06, 2009 08:10
Success! I deleted that part of the code and it worked. Thanks!
6 pansygal2 Sep 17, 2009 18:22
I used the directions above was able to delete the category after the post. But now I would like to change the wording from "Send feedback" to "Leave a comment". How can I do that? I am using the skin Tsokolate. I can't find the words "Send feedback" in any of the files.
Thanks for any help.
7 edb Sep 17, 2009 22:41
Look in your /skins/yourskin/ folder *.main.php file for a function that looks very much like the one in http://forums.b2evolution.net/viewtopic.php?p=93211#93211 and make your 'type' be 'comments' instead of 'feedbacks'.
* because there could be index or pages or posts or single or heck lots of different .main.php files - each doing a different type of page.
8 pansygal2 Sep 18, 2009 15:42
Thanks so much. I'm really learning at lot.
Welcome to the forums.
Without knowing what skin you are using, or having a link, it's a tad difficult however...
in your skin folder look for this code in either index.main.php, post.main.php, page.main.php or single.main.php
Simply comment it out or delete it.
Remember, while you play with those files, always make a backup.
Good luck.