Zidalgo Wordpress Forums | WordPress Mod

You must be logged in to post Login Register

Search Forums:


 






WordPress Mod

UserPost

8:37 am
October 22, 2009


Xarzu

Member

posts 6

1

I want to configure my WordPress blog.  I want to remove the comment input fields on the blog post.  The comments themselves will be inputted by another means through a joined forum database.  How do I remove the comment input fields?  I am told it has to do with opening the single.php file in a text editor.  Is that right?

1:21 pm
October 27, 2009


admin

Admin

posts 173

2

To remove the comments posting area directly from the html, you can edit the comments.php AND legacy comments php file (no need to edit the legacy comments file if your WP version is 2.7+). You will need to remove the section of html from the comments.php file, that has the form for adding a new comment.

1:52 pm
October 29, 2009


Xarzu

Member

posts 6

3

I have been giving this a lot more thought.

I think that instead of removing the comments area completely (I was thinking that I would just direct them to my forum which is in sync with the blog), I will have an intermediary step for first time comment posters in the blog.

A plug-in must exist for what I want to do.  I just need to have people who are familiar with it to point me in the right direction.  On the other hand, perhaps I need to do do the modification to the comments.php code like you have said.

Here is the simple modification I want to make to my WordPress blog. Will you please tell me how I can do this? When I new person wants to make his first comment to the blog and he clicks on the comment link, he is taken to a new page or form just before he is taken to the place where he can enter his name, email address, and the text. How can I do this?
 
Let me give you an example of what I mean. Suppose I charge for membership on my web site and users have to first sign up with paypal. This would be done just one time and only for new users. If someone wanted to post a comment on my blog, the process for registration would require an additional page that they would see prior to them making their first comment.
 
Can you please tell me how I would do this?

I have bbPress in sync with my WordPress.  I thought that I would do this modification on the bbPress and direct the user log into the bbpress side first.  But I think this will be a bigger headache.  I knew that the first step was to make sure the blog and the forum had a theme I wanted to keep because maybe I need to modify the theme to make this work.

Well, now I have a theme installed that I know I am going to keep. It matches what I have in bbPress too. After going over a few scenarios, I now think I will just post a link to the forum in the blog. But I still would like this intermediary step for first time comment posters who sign up.

5:14 pm
November 4, 2009


admin

Admin

posts 173

4

Well it would take some wp loop magic to check use credentials and depending on what they are, serve two different versions of the html comments block area.

Good place to start would be the wordpress support forums, or we offer customization services =)