The Joomla! Forum ™



Forum rules


Global Rules
Additional Rules for this forum <------- Please read before posting



Post new topic Reply to topic  [ 1790 posts ]  Go to page Previous  1 ... 8, 9, 10, 11, 12, 13, 14 ... 60  Next
Author Message
PostPosted: Tue Jan 29, 2008 3:47 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Mon Jun 25, 2007 6:56 pm
Posts: 35
I'm new to Joomla and am not that knowledgeable about code but I've installed your extension to my site and it appears to work. I have a few questions:
- how do I apply the comments to specific articles, right now it asks for comments on all articles. I want to have just one area of my site that has interactivity
- when I was configuring the comments plugin it asked for the guest email - I just made one up to move along but why would it want this and will it matter that I just made one up


Top
 Profile  
 
PostPosted: Tue Jan 29, 2008 6:58 am 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Thu Jun 01, 2006 1:52 pm
Posts: 974
Location: Moscow, Russia
emccarthy wrote:
I'm new to Joomla and am not that knowledgeable about code but I've installed your extension to my site and it appears to work.

I'm curious, did you read instructions on the Homepage, or did you succeed (at least, partially) without reading them  ???
emccarthy wrote:
I have a few questions:
- how do I apply the comments to specific articles, right now it asks for comments on all articles. I want to have just one area of my site that has interactivity

Currently yvComment allows you to select 'interactive area' by Sections (SectionIDs).
E.g. you want to have comments for the 'News' section only.
1. (in the backend) you should go to the menu->'Content'->'Section Manager', see the list of sections and look up ID of the 'News' Section there: it's 1.
2.  In the "List of Sections IDs which may, or may not, contain comments. e.g.: 1, 22, 15 (empty - All)" parameter of yvComment you write '1' and saves yvComment's settings.
3. You've done: now users can add comments to the Articles of the 'News' Section only. Please note, that old comments are not deleted automatically, even if you disabled to add comments to the corresponding sections.

Did you get me?

emccarthy wrote:
- when I was configuring the comments plugin it asked for the guest email - I just made one up to move along but why would it want this and will it matter that I just made one up

Please read 2. Preparing for configuration, point 2. In other words, every Article (and Comment is a special Article) needs to have an Author among registered users of Joomla! site. But guests are not 'registered users', so yvComment needs to know, what (virtual) user will be mentioned as an other of guest's comments.

_________________
Text of all my messages is available under the terms of the GNU Free Documentation License: http://www.gnu.org/copyleft/fdl.html


Top
 Profile  
 
PostPosted: Tue Jan 29, 2008 11:56 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Mon Jun 25, 2007 6:56 pm
Posts: 35
I read the directions but as usual I'm in a hurry and missed important points, in fact I went back and figured out how to specify comments to ID of Sections. (I sometimes am too quick to post for help). My question re guest, you don't address the fact that when you create users you must add an email address for them- a guest account shouldn't have a specific email???
Do you have instructions re changing the CSS styles ??
Unlike a Blog there is no area (side module) for the public to see an index or archive of comments by date, it could get unmanageable/if the article that has comments is left on the site for a while.
I like the simplicity of being able to add comments to certain parts of my site.
Thank you for your quick response.


Top
 Profile  
 
PostPosted: Tue Jan 29, 2008 2:10 pm 
Joomla! Intern
Joomla! Intern

Joined: Mon Jan 21, 2008 9:09 pm
Posts: 63
Yuri, this looks like a GREAT extension!

I have installed it but not yet enabled it because of two questions I have:

1) Is there a way to uninstall it if it turns out to not be what I need?
2) If I use content table as default for database, and find out I don't like it, is there a way to repair the changes made to the tables?

Thanks!

Yours truly,
Richard in Norway


Top
 Profile  
 
PostPosted: Tue Jan 29, 2008 2:19 pm 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Thu Jun 01, 2006 1:52 pm
Posts: 974
Location: Moscow, Russia
NightAvatar wrote:
1) Is there a way to uninstall it if it turns out to not be what I need?

Of cause, yes. yvComment doesn't patch Joomla!: it follows the rules of any other extension, including ability to be fully uninstalled automatically.
NightAvatar wrote:
2) If I use content table as default for database, and find out I don't like it, is there a way to repair the changes made to the tables?

There is no any changes to the structure of Joomla!'s content table. yvComment just adds new records to the table (one record is one comment), it uses existing fields of the table in natural way. So, there would be nothing "to repare". You may delete comments using Joomla's 'Article manager' like any other content.

_________________
Text of all my messages is available under the terms of the GNU Free Documentation License: http://www.gnu.org/copyleft/fdl.html


Top
 Profile  
 
PostPosted: Tue Jan 29, 2008 2:28 pm 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Thu Jun 01, 2006 1:52 pm
Posts: 974
Location: Moscow, Russia
emccarthy wrote:
My question re guest, you don't address the fact that when you create users you must add an email address for them- a guest account shouldn't have a specific email???

You may use any email: yvComment doesn't use this email in any way.
emccarthy wrote:
Do you have instructions re changing the CSS styles ??

No, just create your copy of yvComment's CSS in your template's CSS and play with it like with any other CSS...
emccarthy wrote:
Unlike a Blog there is no area (side module) for the public to see an index or archive of comments by date, it could get unmanageable/if the article that has comments is left on the site for a while.

1. You may use any module, that was designed to list Articles, e.g. exisiting "Latest News" may act as "Latest comments" (see detailes on the Homepage). Just filter it to show Section, that is assigned for Comments.
2. You may create special menu item of 'List of Comments' type to see all comments in one place, paginated.
3. There is List of Comments in the Backend...

_________________
Text of all my messages is available under the terms of the GNU Free Documentation License: http://www.gnu.org/copyleft/fdl.html


Top
 Profile  
 
PostPosted: Tue Jan 29, 2008 5:27 pm 
Joomla! Intern
Joomla! Intern

Joined: Mon Jan 21, 2008 9:09 pm
Posts: 63
Thanks for answering my questions. I tried to enable it now but get the following error:

Quote:
Guest user account is not set. Please set 'Username of Guest' option. guest_username="Guest"


Any idea what I did wrong?

Does this mean I can't allow guests to comment for some reason?


Top
 Profile  
 
PostPosted: Tue Jan 29, 2008 8:18 pm 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Thu Jun 01, 2006 1:52 pm
Posts: 974
Location: Moscow, Russia
NightAvatar wrote:
Thanks for answering my questions. I tried to enable it now but get the following error:

Quote:
Guest user account is not set. Please set 'Username of Guest' option. guest_username="Guest"


Any idea what I did wrong?

Does this mean I can't allow guests to comment for some reason?

This means, that you mentioned 'Guest' as Username of the user, but there is no user (see User manager) with such Username (maybe, even case is important).
If you followed my instructions on the Homepage, you had to create User with 'guest' Username and set 'Username of Guest' parameter of yvComment to 'guest' also...

_________________
Text of all my messages is available under the terms of the GNU Free Documentation License: http://www.gnu.org/copyleft/fdl.html


Top
 Profile  
 
PostPosted: Tue Jan 29, 2008 8:41 pm 
Joomla! Intern
Joomla! Intern

Joined: Mon Jan 21, 2008 9:09 pm
Posts: 63
Wow, I read through your documentation twice but somehow I missed that part! Sorry!

Thanks for the quick support though! I may have a few questions soon as I am already wondering why there are no "comments" links on any of my articles. I expect to see them on the front page - even if there are no comments (just to show that you *can* comment on articles).

Cheers!


Top
 Profile  
 
PostPosted: Tue Jan 29, 2008 8:51 pm 
Joomla! Intern
Joomla! Intern

Joined: Mon Jan 21, 2008 9:09 pm
Posts: 63
Ok, I just created this "guest" user, but I don't like doing that as I had to provide an e-mail, password and even site access for the account (with the lowest level being "registered - which guests are not!). So I'm not sure that's a great thing but hopefully it won't mean anything other than that they can post comments?


Top
 Profile  
 
PostPosted: Tue Jan 29, 2008 9:23 pm 
Joomla! Intern
Joomla! Intern

Joined: Mon Jan 21, 2008 9:09 pm
Posts: 63
Ok, I see it is working now.

I have issues with the way it links to comments from the news article.

It is pretty common practice to show a link at the top of an article (from the front page view) that says "comments (0)" and the amount of comments.

Is that not possible with this system?

Which template do I need to edit to move the link to the top of the article instead of after the "read more" link? And is there any way to write the amount of comments in the link? Or is that an extra query?


Top
 Profile  
 
PostPosted: Tue Jan 29, 2008 9:49 pm 
is there a way to add new fields to the component? for instance  phone and affiliation?


Top
  
 
PostPosted: Wed Jan 30, 2008 5:15 am 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Thu Jun 01, 2006 1:52 pm
Posts: 974
Location: Moscow, Russia
NightAvatar wrote:
Ok, I just created this "guest" user, but I don't like doing that as I had to provide an e-mail, password and even site access for the account (with the lowest level being "registered - which guests are not!). So I'm not sure that's a great thing but hopefully it won't mean anything other than that they can post comments?

Yes, but of cause, if someone will figure out password of the 'guest user', he will have real rights of that user in Joomla!.

NightAvatar wrote:
It is pretty common practice to show a link at the top of an article (from the front page view) that says "comments (0)" and the amount of comments.

Is that not possible with this system?

Which template do I need to edit to move the link to the top of the article instead of after the "read more" link?

From the Homepage:
Quote:
yvComment has full support of "template override" for plugin and component, like for any Joomla!'s core component/module. So you may copy file 'components/com_yvcomment/views/comment/tmpl/default.php' to the directory of your template (e.g. 'templates/mytemplatename/html/com_yvcomment/comment/default.php') and customize it, as you wish. Moreover, as you may have different templates for different parts of your site, so you may have different templates for yvComment for them.

After you created a copy of this template, you may do whatever you want  :)
To place 'Comments(n)' link to the top of the article, you have to insert that link to the beginning of the article->text attribute...

NightAvatar wrote:
And is there any way to write the amount of comments in the link? Or is that an extra query?

You mean 'number of comments'? - It's there, but yvComment doesn't show Comments(0) (it shows 'Add your comment instead'), only Comments(1)... Try to add comments and see.

_________________
Text of all my messages is available under the terms of the GNU Free Documentation License: http://www.gnu.org/copyleft/fdl.html


Top
 Profile  
 
PostPosted: Wed Jan 30, 2008 4:11 pm 
Joomla! Intern
Joomla! Intern

Joined: Mon Jan 21, 2008 9:09 pm
Posts: 63
Wow, Yuri, you're the man!

I can't believe how well thought out this is. All of my questions were answered and you had already taken them into account before I even asked them!

I am very impressed with you and your support.

Thanks so much for everything. I am certainly giving you top score in the extensions review.

I must admit I didn't quite grasp the template change bit but I will work with it a bit and see if I can't figure it out.

Cheers! :)


Top
 Profile  
 
PostPosted: Thu Jan 31, 2008 1:52 am 
Joomla! Guru
Joomla! Guru

Joined: Mon Oct 01, 2007 11:35 am
Posts: 522
Sorry for my ignorance but I am just wondering about the Guest user with Author rights. Does this have any security implications? Does one have to prevent visitors from actually submitting articles besides comments? Does a visitor get access to content for registered users after submitting a comment - and if not in the normal case could a hacker exploit this? Is it really necessary or optimal for data from a form to be put into the database that the submission is considered to be from an author (ie registered user plus article submission rights)?


Top
 Profile  
 
PostPosted: Thu Jan 31, 2008 6:57 am 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Thu Jun 01, 2006 1:52 pm
Posts: 974
Location: Moscow, Russia
ewel wrote:
Sorry for my ignorance but I am just wondering about the Guest user with Author rights. Does this have any security implications? Does one have to prevent visitors from actually submitting articles besides comments? Does a visitor get access to content for registered users after submitting a comment - and if not in the normal case could a hacker exploit this? Is it really necessary or optimal for data from a form to be put into the database that the submission is considered to be from an author (ie registered user plus article submission rights)?

1. 'Guest user with Author rights' means that yvComment (and not the visitor) use these rights to post comments on behalf of visitors (guests), who themselves don't have any rights to add/change content. Visitor is not logged on the site, so he can't do anything in the name of 'Guest user'.
'Author' is the least level of access in Joomla!, that is legal to post content to the site.

2. Adding the 'Guest user' is necessary for data consistency in the Content table of Joomla!'s database. Comments are considered to be special type of content (like general articles, news, quotes etc.), so every comment has to have reference (Author ID: 'created_by' field) to the list of registered users.
If yvComment wouldn't use 'Guest user' for this reference, the reference will be blank, and the comment will be sort of 'violating data integrity'...

3. As a result, this approach enables to manage comments, made by guests, using any Joomla! tools. E.g. you may log in the frontend as 'Publisher' or 'Admin' and edit comment, made by guest, just like you may edit any other Article, using Joomla!'s configured editor. If the Article (Comment in this case) doesn't have 'created_by' reference to the list of registered users, Joomla! creates this reference, putting current user's id there. So user, who edited the comment, becomes it's Author  :(

4. So, using 'Guest user' in fact helps control and remember, who's submitting Content to the site. Now Admin, looking in the 'Article manager', knows, that all 'Articles' with 'Guest user' as an Author, are Articles (comments), that where submitted through yvComment by some unregistered visitor.

5. Exploiting 'Guest user' is not easier as any other user's account. Just make sure you give him password, that nobody knows (yvComment doesn't use and doesn't get it...)

Did I answer your question?

_________________
Text of all my messages is available under the terms of the GNU Free Documentation License: http://www.gnu.org/copyleft/fdl.html


Top
 Profile  
 
PostPosted: Thu Jan 31, 2008 7:07 am 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Thu Jun 01, 2006 1:52 pm
Posts: 974
Location: Moscow, Russia
NightAvatar wrote:
Wow, Yuri, you're the man!

Thank you, I'll try not to disappoint you  :)
NightAvatar wrote:
I must admit I didn't quite grasp the template change bit but I will work with it a bit and see if I can't figure it out.

This is quite foggy subject, that in fact requires some knowledge of programming. Nobody to date told me, that he tried this (I did: just added some 'bla-bla-bla' to the custom template to see, that it works  :) )

_________________
Text of all my messages is available under the terms of the GNU Free Documentation License: http://www.gnu.org/copyleft/fdl.html


Top
 Profile  
 
PostPosted: Thu Jan 31, 2008 9:41 am 
Joomla! Guru
Joomla! Guru

Joined: Mon Oct 01, 2007 11:35 am
Posts: 522
Thanks for the explanations Yuri, and I am trying to understand it all. Let me summarise my understanding to see if you can elaborate or correct me.

a. Any extension can be made to talk to the database without needing a user so there must be a particular reason for yvComment (btw clever name) to do so as a user.

b. I am not sure what special types of content are, but it seems the particular objective is to enable comments to be managed like an article.

c. I am still not sure why you want comments to be dealt with like articles but it seems this is to have corresponding sections and categories, enable editing by (super)admins, and have other features such as the use of some standard modules. But presumably that again could be achieved with a simple database table and without an author-level user. Am I right to think that part of the reason is also that in this way you did not need to make a backend comment editor?

d. As comments are treated like articles, they are put in sections and categories. As you wrote in the instructions: "To distinguish Comments (of Articles) from Articles themselves (and from other content, e.g. News etc.), you have to create Section and Category (in this Section) specially for comments (later you will select them in yvComment Plugin parameters). These Section and Category shouldn't be used for other content (for Articles) to avoid confusion. Articles (that are commented by yvComment) may belong to ANY section and category, except above mentioned." I am still sipping my morning coffee but it seems to me that by making a separate set of section & category the correspondence is lost with the section and category of the article commented upon.

e. To achieve that comments are treated like articles, a comment must be made by a user, and author is the lowest level user that can do so. You said that it is not the visitor but yvComment which acts as the 'Guest' user with Author access level. I take it that this means that therefore there should not be any particular security implication and that the process acting as 'Guest' is completely server side.

f. However this means that there will be an article item in the articles manager for each comment posted. If so I would have preferred keeping my articles manager for articles and having a separate manager for comments.
Looking into your extensive instructions I see that there is a "Use Content Table" option. Copying from your guide: "By default, yvComment uses the same storage (database table) to store comments, where Articles are stored. Change "Use Content Table" option to "No"  (I don't recommend this!), if you want to have your comments in their own database table. Note, that in this case, you will lose some interesting features (read below...)."
If my understanding is correct with this option I could choose whether or not to have comments show up in my article manager.

g. These features as I understand it are the ability to edit comments like articles. That is, doing so in the front end, because when an article is edited in the backend the authorship will change to the user who edited the comment.

h. So, basically, if I want to use the advantages of comments being dealt with as submitted by an author, I will have to accept that my article manager will be filled up with comments. I can filter the article manager view to see only comments, but there is no way to filter out comments and see only articles unless the only two authors I have are the guest author and one superadmin. If I don't want that, then I should not make use of the "Use Content Table" option.

j. Since there is no point in editing comments from the backend anyway due to the change of user issue, there also does not seem to be any point in having comments show up in the article manager.
So I perhaps should not make use of the "Use Content Table" option, but then I will not have the benefit of other features. I am not sure exactly which features these are, but I take it they include the use of existing modules. Moreover, if I understood your manual right then I will not be able to edit comments which would be a drawback for a comments extension.

k. I must have misunderstood something somewhere, but the bottom line seems to be that either in my articles manager I will have to scout for articles in a possibly list of comments or I wil not be able to edit comments or use other features that make yvComment a fully functional extension.

l. If this is so, but I stand to be corrected, I think you should try very hard to convince the core team to enable exclusion filtering in the articles manager because that would solve it, or you could try and offer a patch doing this to allow filtering out comments.

There are many ways that lead to Rome so I am not trying to see if you went about it the right way, but you'll agree that you did something out of the ordinary. Perhaps it is actually a very clever way but I am just trying to see if the way you went about it is right for me. I know some of my questions might be answered if I tried the extension, but really I am just trying to understand the practical and security implications first.

BTW, does your uninstaller remove not only files but also database entries, i.e. a full cleanup? Could I switch from "Use Content Table" and back?


Top
 Profile  
 
PostPosted: Thu Jan 31, 2008 3:46 pm 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Thu Jun 01, 2006 1:52 pm
Posts: 974
Location: Moscow, Russia
ewel wrote:
Thanks for the explanations Yuri, and I am trying to understand it all. Let me summarise my understanding to see if you can elaborate or correct me.

a. Any extension can be made to talk to the database without needing a user so there must be a particular reason for yvComment (btw clever name) to do so as a user.

'to do as a user' is a logical matter. Technically, yvComment doesn't use 'Guest user account'...

Main reason for this is 'logical consistency of architecture'... yvComment should be integral part of Joomla! and not something, 'sitting near'...
ewel wrote:
b. I am not sure what special types of content are, but it seems the particular objective is to enable comments to be managed like an article.

I would say, 'be as close to articles as you can and you will benefit from everything done for articles'  :)
this includes 'Management', Editors, Modules, Content plugins...
'Extending' articles and not duplicating it gives yvComment's user the ability to leverage everything, that is and will be done by the whole Joomla! community and not by yvComment's developer only  8)
ewel wrote:
c. I am still not sure why you want comments to be dealt with like articles but it seems this is to have corresponding sections and categories, enable editing by (super)admins, and have other features such as the use of some standard modules. But presumably that again could be achieved with a simple database table and without an author-level user. Am I right to think that part of the reason is also that in this way you did not need to make a backend comment editor?

No, there IS backend comment manager (list)/editor. It is in the menu->Components->yvComment->List of Comments (see more details here). The same list may be created in the frontent as Menu Item.
ewel wrote:
d. As comments are treated like articles, they are put in sections and categories. As you wrote in the instructions: "To distinguish Comments (of Articles) from Articles themselves (and from other content, e.g. News etc.), you have to create Section and Category (in this Section) specially for comments (later you will select them in yvComment Plugin parameters). These Section and Category shouldn't be used for other content (for Articles) to avoid confusion. Articles (that are commented by yvComment) may belong to ANY section and category, except above mentioned." I am still sipping my morning coffee but it seems to me that by making a separate set of section & category the correspondence is lost with the section and category of the article commented upon.

No, the connection is still there. Look:
- yvComment even has parameter "List of Sections IDs which may, or may not, contain comments. e.g.: 1, 22, 15 (empty - All)" - this parameter hold SectionIDs of commented Articles!
ewel wrote:
e. To achieve that comments are treated like articles, a comment must be made by a user, and author is the lowest level user that can do so. You said that it is not the visitor but yvComment which acts as the 'Guest' user with Author access level. I take it that this means that therefore there should not be any particular security implication and that the process acting as 'Guest' is completely server side.

Yes, whole logic, that acts like 'Guest user' is completely on the server.
ewel wrote:
f. However this means that there will be an article item in the articles manager for each comment posted. If so I would have preferred keeping my articles manager for articles and having a separate manager for comments.
Looking into your extensive instructions I see that there is a "Use Content Table" option. Copying from your guide: "By default, yvComment uses the same storage (database table) to store comments, where Articles are stored. Change "Use Content Table" option to "No"  (I don't recommend this!), if you want to have your comments in their own database table. Note, that in this case, you will lose some interesting features (read below...)."
If my understanding is correct with this option I could choose whether or not to have comments show up in my article manager.

Yes.
ewel wrote:
g. These features as I understand it are the ability to edit comments like articles. That is, doing so in the front end, because when an article is edited in the backend the authorship will change to the user who edited the comment.

Not exactly so. If author is 'Guest user' and some admin edits the comment in Article manager, the authorship remain the same, but "due to the known bug in Joomla! core (see bug No. 8709 and  Topic: Extending metadata of Articles (Poor implementation of content metadata saving)) if you edit existing Comment from the backend using Joomla!'s "Article Manager", some data from the comment (guest's link to his site and email) would be erased. So don't use "Article Manager" in the backend to edit comments, made by guests, in conjunction with this option. We're lucky, that this bug doesn't exist for editing Comment with Joomla!'s Editor from frontend!".
ewel wrote:
h. So, basically, if I want to use the advantages of comments being dealt with as submitted by an author, I will have to accept that my article manager will be filled up with comments. I can filter the article manager view to see only comments, but there is no way to filter out comments and see only articles unless the only two authors I have are the guest author and one superadmin. If I don't want that, then I should not make use of the "Use Content Table" option.

Yes.
ewel wrote:
j. Since there is no point in editing comments from the backend anyway due to the change of user issue, there also does not seem to be any point in having comments show up in the article manager.
So I perhaps should not make use of the "Use Content Table" option, but then I will not have the benefit of other features. I am not sure exactly which features these are, but I take it they include the use of existing modules. Moreover, if I understood your manual right then I will not be able to edit comments which would be a drawback for a comments extension.

As I wrote above: you may edit/delete comments both from frontend and backend using yvComment's editor.
ewel wrote:
k. I must have misunderstood something somewhere, but the bottom line seems to be that either in my articles manager I will have to scout for articles in a possibly list of comments or I wil not be able to edit comments or use other features that make yvComment a fully functional extension.

Of cause, not using content table, you loose some features. And visa versa: using it, you may use extensions, that know nothing about yvComment, but still work with (for) it!
ewel wrote:
l. If this is so, but I stand to be corrected, I think you should try very hard to convince the core team to enable exclusion filtering in the articles manager because that would solve it, or you could try and offer a patch doing this to allow filtering out comments.

Maybe you right. And I think, that this patch will be VERY simple (one 'Exclude' checkbox and processing it while building SQL query...)  :)
ewel wrote:
There are many ways that lead to Rome so I am not trying to see if you went about it the right way, but you'll agree that you did something out of the ordinary. Perhaps it is actually a very clever way but I am just trying to see if the way you went about it is right for me. I know some of my questions might be answered if I tried the extension, but really I am just trying to understand the practical and security implications first.

BTW, does your uninstaller remove not only files but also database entries, i.e. a full cleanup?

No, uninstaller doesn't delete data. You have to do it yourself. But this is very easy with Article manager: filer comments, select all, delete...
ewel wrote:
Could I switch from "Use Content Table" and back?

Yes, anytime. Back and forward. Only take into account, that comments are not deleted, nor moved between the two tables.

Please start using yvComment - many questions will be answered! Good luck!

_________________
Text of all my messages is available under the terms of the GNU Free Documentation License: http://www.gnu.org/copyleft/fdl.html


Top
 Profile  
 
PostPosted: Thu Jan 31, 2008 6:12 pm 
Joomla! Guru
Joomla! Guru

Joined: Mon Oct 01, 2007 11:35 am
Posts: 522
Yuri, thanks once more for a very thorough reply. You have convinced me that you have done some very good out of the box thinking and I will give it a try now with high expectations. I am glad to see that you agree with the idea of an exclusion filter - that might be something of use for the whole community!


Top
 Profile  
 
PostPosted: Fri Feb 01, 2008 1:11 am 
Joomla! Guru
Joomla! Guru

Joined: Mon Oct 01, 2007 11:35 am
Posts: 522
Having played with yvComment for an evening I have to say that in spite of my prior doubts it is a very nice component. I am spoiled by having used mXcomment which is a great piece of work with lots of options, bells and whistles and which can be customised at will with some effort. However I like the straight-forward purpose-mindedness of yvComment, and I think it is not very far from being perfect out of the box if a few improvements are made. Let me give you some constructive feedback on what I think can be improved.

- First of all I now really think that you should try and offer an easy to install hack of the article manager to create a checkbox which filters out all the comments regardless of other filters applied. Or to make it a hack of wider use in the community, you could allow a section or category to be filtered out. I really think I would not be very happy with yvComment if my article manager was filled with comments so this is important.

- Also important in my view is that there should be an option to prevent the plugin from acting on section or category blog views. The "Link 'Comments(N)' text to other page" option merely changes the "Add your comment" link into "Comments (0)" and I think I will not be alone in not wanting anything related to comments in section and category blog views.

- Another important improvement would be allowing for category and article IDs to be included or excluded. You already have this option for sections. This would be necessary for example if you have an 'About' page which is uncategorised or if you have a category where you do not want comments while you do want comments in the rest of the section.

- To put visitors at ease, in the front-end comment form I would replace "Your email:" by "Your email (remains hidden):". BTW I have not seen the email address listed in the back-end.

- The front-end form is tidy but the fields fill the width of the page, I don't like the colour much and I would prefer the details to be on one line. That is just my preference, and of course I could get the files by ftp and edit them at will. However I was thinking that I will not be the only one with a personal preference so perhaps it would be good to add an option in the component to edit the html and css of the front-end output, if possible separated by an option for the form and one for the display of comments.

- In the back-end comments list you should definitely try to put a button to publish or unpublish a comment, like the button in the articles manager.

- Moreover, you have made so much effort to stay close to articles as you said earlier, and I thought it was a pity to see that you did not drive that point hom to its logical conclusion by making the comments list look like the articles manager. You could make columns like id | checkbox | title | published | comment | name | date, with the edit and delete (and un/publish) buttons at the top acting on checked items, and alternating dark and light grey rows. Like that the interface would be familiar. If you would allow the row height to grow then the whole text of a comment would still be visible.

- Obviously if one day you feel like doing so it would be nice if you would 'ajaxify' the form submission!

BTW I tried to make the voting plugin work on yvComments but no luck. I thought it would be a fun way to make use of your making use of the articles system to allow users to rate eachother's comments.

I also tried the Latest News module suggestion you make in your manual and can add to this that the Latest News module can take an array of section IDs so that the user can fill in all sections except the one used by yvComment.

So, thanks for a very nice extension and keep up the good work!


Top
 Profile  
 
PostPosted: Sat Feb 09, 2008 7:41 am 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Thu Jun 01, 2006 1:52 pm
Posts: 974
Location: Moscow, Russia
What's new in v.1.13:

1. Two new CSS files (themes) designed for use with yvComment. In fact, these 'themes' are not original: they are inspired by Joomla! forum (this style is default now) and by MS Outlook 2007 message lists (Gradient). These themes are included in the package of yvComment (see below).
2. Added option "Use CSS file", that allows user to select one of three style files, included with this extension, or don't use them at all (and, hence, put CSS for yvComment in your custom CSS file). (This option replaces "Use Default CSS file" option, that had only 'Yes/No' values).
Future versions of yvComment may include more styles, contributed by community members...
3. Added option "Position of 'Add your comment' form". There are two 'positions' now:
- 'Below list of comments' (default) - this is how it was before;
- 'On a separate page' - this allows you to 'hide' the form from the page, where comments are shown. Instead whole form, user sees one 'Add your comment' button only, that leads to the separate page.
4. Added option 'Subject of comments' (with values 'Hide' and 'Show'). When this option is set to 'Hide', users don't see subject (title) of the comment and don't have to write it. I think, that "default subject", e.g.: 'Re: ') - is bad decision: nobody looks at them, even if you try to write something meaningful . So, if you don't want to have subject, I think it's better make it invisible... and put some first words from message itself to the title (automatically while saving comment). <br />5. Added translation: Czech (Thanks to <a href="http://www.zemj.com/" class="postlink">ZemJ</a>).</div> <div class="postbody"><br />_________________<br />Text of all my messages is available under the terms of the GNU Free Documentation License: <!-- m --><a class="postlink" href="http://www.gnu.org/copyleft/fdl.html">http://www.gnu.org/copyleft/fdl.html</a><!-- m --></div> <br clear="all" /><br /> <table width="100%" cellspacing="0"> <tr valign="middle"> <td class="gensmall" align="right"> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr class="row2"> <td class="profile"><strong><a href="#wrapheader">Top</a></strong></td> <td><div class="gensmall" style="float: left;">  <a href="./memberlist.php?mode=viewprofile&u=39160&sid=3f82ce6414482fd960921d749f601b34"><img src="./styles/joomla09/imageset/en/icon_user_profile.gif" width="72" height="20" alt="Profile" title="Profile" /></a>  </div> <div class="gensmall" style="float: right;">  </div></td> </tr> <tr> <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td> </tr> </table> <table class="tablebg" width="100%" cellspacing="1"> <tr class="row1"> <td align="center" valign="middle"> <a name="p1196966"></a> <a href="./memberlist.php?mode=viewprofile&u=177742&sid=3f82ce6414482fd960921d749f601b34"><b class="postauthor">eimhee</b></a> </td> <td width="100%" height="25"> <table width="100%" cellspacing="0"> <tr> <td class="gensmall" width="100%"><div style="float: left;"> <b>Post subject:</b> <a href="#p1196966">Re: yvComment - Comments extension for Joomla! 1.5</a></div><div style="float: right;"><a href="./viewtopic.php?p=1196966&sid=3f82ce6414482fd960921d749f601b34#p1196966"><img src="./styles/joomla09/imageset/icon_post_target.gif" width="12" height="9" alt="Post" title="Post" /></a><b>Posted:</b> Sat Feb 09, 2008 4:55 pm </div></td> </tr> </table> </td> </tr> <tr class="row1"> <td valign="top" class="profile"> <table cellspacing="4" align="center" width="150"> <tr> <td class="postdetails">Joomla! Apprentice</td> </tr> <tr> <td><img src="./images/ranks/apprentice.png" alt="Joomla! Apprentice" title="Joomla! Apprentice" /></td> </tr> </table> <span class="postdetails"> <br /><b>Joined:</b> Sat Jan 26, 2008 4:35 pm<br /><b>Posts:</b> 17 </span> </td> <td valign="top"> <table width="100%" cellspacing="5"> <tr> <td> <div class="postbody">I installed the component and plugin; configured the plugin  Makes me very happy - comments are really essential.</div> <div class="postbody"><br />_________________<br />free ebooks download!<br /><!-- m --><a class="postlink" href="http://www.1ju.org">http://www.1ju.org</a><!-- m --></div> <br clear="all" /><br /> <table width="100%" cellspacing="0"> <tr valign="middle"> <td class="gensmall" align="right"> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr class="row1"> <td class="profile"><strong><a href="#wrapheader">Top</a></strong></td> <td><div class="gensmall" style="float: left;">  <a href="./memberlist.php?mode=viewprofile&u=177742&sid=3f82ce6414482fd960921d749f601b34"><img src="./styles/joomla09/imageset/en/icon_user_profile.gif" width="72" height="20" alt="Profile" title="Profile" /></a>  </div> <div class="gensmall" style="float: right;">  </div></td> </tr> <tr> <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td> </tr> </table> <table class="tablebg" width="100%" cellspacing="1"> <tr class="row2"> <td align="center" valign="middle"> <a name="p1197297"></a> <a href="./memberlist.php?mode=viewprofile&u=114075&sid=3f82ce6414482fd960921d749f601b34"><b class="postauthor">rufuz</b></a> </td> <td width="100%" height="25"> <table width="100%" cellspacing="0"> <tr> <td class="gensmall" width="100%"><div style="float: left;"> <b>Post subject:</b> <a href="#p1197297">Re: yvComment - Comments extension for Joomla! 1.5</a></div><div style="float: right;"><a href="./viewtopic.php?p=1197297&sid=3f82ce6414482fd960921d749f601b34#p1197297"><img src="./styles/joomla09/imageset/icon_post_target.gif" width="12" height="9" alt="Post" title="Post" /></a><b>Posted:</b> Sat Feb 09, 2008 8:54 pm </div></td> </tr> </table> </td> </tr> <tr class="row2"> <td valign="top" class="profile"> <table cellspacing="4" align="center" width="150"> <tr> <td><a href="./memberlist.php?mode=viewprofile&u=114075&sid=3f82ce6414482fd960921d749f601b34"><img src="./download/file.php?avatar=114075.jpg" width="100" height="100" alt="User avatar" /></a></td> </tr> <tr> <td class="postdetails">Joomla! Explorer</td> </tr> <tr> <td><img src="./images/ranks/engineer.png" alt="Joomla! Explorer" title="Joomla! Explorer" /></td> </tr> </table> <span class="postdetails"> <br /><b>Joined:</b> Wed May 09, 2007 10:07 am<br /><b>Posts:</b> 298<br /><b>Location:</b> Rome </span> </td> <td valign="top"> <table width="100%" cellspacing="5"> <tr> <td> <div class="postbody">A problem that I can see is in the com_search.... <br /><br />let say e.g.  we have 8 comments/article...  then when searching  for an argument only 1/8 of results will be real articles and not comments... making search page more a comments search than a content search...  <br /><br />then would be helpful to have an option to exclude "articled" comments (or section/category where are they) from com_search.<br /><br /><br />bye <br /><br />ricc.</div> <div class="postbody"><br />_________________<br /><a href="http://www.unframe.com" class="postlink">http://www.unframe.com</a></div> <br clear="all" /><br /> <table width="100%" cellspacing="0"> <tr valign="middle"> <td class="gensmall" align="right"> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr class="row2"> <td class="profile"><strong><a href="#wrapheader">Top</a></strong></td> <td><div class="gensmall" style="float: left;">  <a href="./memberlist.php?mode=viewprofile&u=114075&sid=3f82ce6414482fd960921d749f601b34"><img src="./styles/joomla09/imageset/en/icon_user_profile.gif" width="72" height="20" alt="Profile" title="Profile" /></a>  </div> <div class="gensmall" style="float: right;">  </div></td> </tr> <tr> <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td> </tr> </table> <table class="tablebg" width="100%" cellspacing="1"> <tr class="row1"> <td align="center" valign="middle"> <a name="p1197484"></a> <a href="./memberlist.php?mode=viewprofile&u=197&sid=3f82ce6414482fd960921d749f601b34"><b class="postauthor">bigodines</b></a> </td> <td width="100%" height="25"> <table width="100%" cellspacing="0"> <tr> <td class="gensmall" width="100%"><div style="float: left;"> <b>Post subject:</b> <a href="#p1197484">Re: yvComment - Comments extension for Joomla! 1.5</a></div><div style="float: right;"><a href="./viewtopic.php?p=1197484&sid=3f82ce6414482fd960921d749f601b34#p1197484"><img src="./styles/joomla09/imageset/icon_post_target.gif" width="12" height="9" alt="Post" title="Post" /></a><b>Posted:</b> Sun Feb 10, 2008 12:26 am </div></td> </tr> </table> </td> </tr> <tr class="row1"> <td valign="top" class="profile"> <table cellspacing="4" align="center" width="150"> <tr> <td><a href="./memberlist.php?mode=viewprofile&u=197&sid=3f82ce6414482fd960921d749f601b34"><img src="./download/file.php?avatar=197.png" width="93" height="100" alt="User avatar" /></a></td> </tr> <tr> <td class="postdetails">Joomla! Hero</td> </tr> <tr> <td><img src="./images/ranks/hero.png" alt="Joomla! Hero" title="Joomla! Hero" /></td> </tr> </table> <span class="postdetails"> <br /><b>Joined:</b> Thu Aug 18, 2005 11:10 am<br /><b>Posts:</b> 2237<br /><b>Location:</b> Floripa, Brazil </span> </td> <td valign="top"> <table width="100%" cellspacing="5"> <tr> <td> <div class="postbody">amazing work in 1.13. Congratulations yuri!</div> <div class="postbody"><br />_________________<br /><strong>Matheus Teixeira Mendes</strong><br /><!-- m --><a class="postlink" href="http://www.bigodines.com/blog">http://www.bigodines.com/blog</a><!-- m --> || <!-- m --><a class="postlink" href="http://www.joomla.com.br/">http://www.joomla.com.br/</a><!-- m --></div> <br clear="all" /><br /> <table width="100%" cellspacing="0"> <tr valign="middle"> <td class="gensmall" align="right"> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr class="row1"> <td class="profile"><strong><a href="#wrapheader">Top</a></strong></td> <td><div class="gensmall" style="float: left;">  <a href="./memberlist.php?mode=viewprofile&u=197&sid=3f82ce6414482fd960921d749f601b34"><img src="./styles/joomla09/imageset/en/icon_user_profile.gif" width="72" height="20" alt="Profile" title="Profile" /></a>  </div> <div class="gensmall" style="float: right;">  </div></td> </tr> <tr> <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td> </tr> </table> <table class="tablebg" width="100%" cellspacing="1"> <tr class="row2"> <td align="center" valign="middle"> <a name="p1198024"></a> <a href="./memberlist.php?mode=viewprofile&u=39160&sid=3f82ce6414482fd960921d749f601b34"><b class="postauthor">yvolk</b></a> </td> <td width="100%" height="25"> <table width="100%" cellspacing="0"> <tr> <td class="gensmall" width="100%"><div style="float: left;"> <b>Post subject:</b> <a href="#p1198024">Re: yvComment - Comments extension for Joomla! 1.5</a></div><div style="float: right;"><a href="./viewtopic.php?p=1198024&sid=3f82ce6414482fd960921d749f601b34#p1198024"><img src="./styles/joomla09/imageset/icon_post_target.gif" width="12" height="9" alt="Post" title="Post" /></a><b>Posted:</b> Sun Feb 10, 2008 1:41 pm </div></td> </tr> </table> </td> </tr> <tr class="row2"> <td valign="top" class="profile"> <table cellspacing="4" align="center" width="150"> <tr> <td><a href="./memberlist.php?mode=viewprofile&u=39160&sid=3f82ce6414482fd960921d749f601b34"><img src="./download/file.php?avatar=39160_1302930447.jpg" width="80" height="80" alt="User avatar" /></a></td> </tr> <tr> <td class="postdetails">Joomla! Guru</td> </tr> <tr> <td><img src="./images/ranks/guru.png" alt="Joomla! Guru" title="Joomla! Guru" /></td> </tr> </table> <span class="postdetails"> <br /><b>Joined:</b> Thu Jun 01, 2006 1:52 pm<br /><b>Posts:</b> 974<br /><b>Location:</b> Moscow, Russia </span> </td> <td valign="top"> <table width="100%" cellspacing="5"> <tr> <td> <div class="postbody"><div class="quotetitle">rufuz wrote:</div><div class="quotecontent">A problem that I can see is in the com_search.... <br /><br />let say e.g.  we have 8 comments/article...  then when searching  for an argument only 1/8 of results will be real articles and not comments... making search page more a comments search than a content search...  <br /><br />then would be helpful to have an option to exclude "articled" comments (or section/category where are they) from com_search.<br /></div><br />You're right, current implementation of com_search is too simple  <img src="./images/smilies/smiley.gif" alt=":)" title="Smiley" />. Of cause, it should give you ability to filter "articles" by Sections/Categories (to include or to exclude articles from selected section(s)/category(ies)).<br />As I understand, this is NOT task for yvComment, but rather task for com_search improvement... I tried to search for 'search' extensions in JED: only one of them says that it's future version <em>may</em> have '<a href="http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,3547/Itemid,35/" class="postlink">Featured results from specified section or category</a>'  <img src="./images/smilies/sad.gif" alt=":(" title="Sad" /><br />So, who will create modified com_search, that gives such level of search granularity?  <img src="./images/smilies/wink.gif" alt=";)" title="Wink" /></div> <div class="postbody"><br />_________________<br />Text of all my messages is available under the terms of the GNU Free Documentation License: <!-- m --><a class="postlink" href="http://www.gnu.org/copyleft/fdl.html">http://www.gnu.org/copyleft/fdl.html</a><!-- m --></div> <br clear="all" /><br /> <table width="100%" cellspacing="0"> <tr valign="middle"> <td class="gensmall" align="right"> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr class="row2"> <td class="profile"><strong><a href="#wrapheader">Top</a></strong></td> <td><div class="gensmall" style="float: left;">  <a href="./memberlist.php?mode=viewprofile&u=39160&sid=3f82ce6414482fd960921d749f601b34"><img src="./styles/joomla09/imageset/en/icon_user_profile.gif" width="72" height="20" alt="Profile" title="Profile" /></a>  </div> <div class="gensmall" style="float: right;">  </div></td> </tr> <tr> <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td> </tr> </table> <table class="tablebg" width="100%" cellspacing="1"> <tr class="row1"> <td align="center" valign="middle"> <a name="p1198074"></a> <a href="./memberlist.php?mode=viewprofile&u=114075&sid=3f82ce6414482fd960921d749f601b34"><b class="postauthor">rufuz</b></a> </td> <td width="100%" height="25"> <table width="100%" cellspacing="0"> <tr> <td class="gensmall" width="100%"><div style="float: left;"> <b>Post subject:</b> <a href="#p1198074">Re: yvComment - Comments extension for Joomla! 1.5</a></div><div style="float: right;"><a href="./viewtopic.php?p=1198074&sid=3f82ce6414482fd960921d749f601b34#p1198074"><img src="./styles/joomla09/imageset/icon_post_target.gif" width="12" height="9" alt="Post" title="Post" /></a><b>Posted:</b> Sun Feb 10, 2008 2:33 pm </div></td> </tr> </table> </td> </tr> <tr class="row1"> <td valign="top" class="profile"> <table cellspacing="4" align="center" width="150"> <tr> <td><a href="./memberlist.php?mode=viewprofile&u=114075&sid=3f82ce6414482fd960921d749f601b34"><img src="./download/file.php?avatar=114075.jpg" width="100" height="100" alt="User avatar" /></a></td> </tr> <tr> <td class="postdetails">Joomla! Explorer</td> </tr> <tr> <td><img src="./images/ranks/engineer.png" alt="Joomla! Explorer" title="Joomla! Explorer" /></td> </tr> </table> <span class="postdetails"> <br /><b>Joined:</b> Wed May 09, 2007 10:07 am<br /><b>Posts:</b> 298<br /><b>Location:</b> Rome </span> </td> <td valign="top"> <table width="100%" cellspacing="5"> <tr> <td> <div class="postbody">As I remember there was a working hack for j!1.0, but can't find another one for j!1.5.<br />Anyway hacking the core is just a remedy and not the way I like best... <br /><br />I'm confident someone will write the right ext for searching filtered content, as it is so important!  <img src="./images/smilies/smiley.gif" alt=":)" title="Smiley" /><br /><br />You are making an excellent work, and many ppl can confrm that, here!<br /><br />(maybe I'm just dreaming but one day I'd like to see a function (mootools? js?) to hide/show comments like some worpress plugs - e.g. the one used here in j! developers blog )<br /><br />bye <br /><br />ricc.</div> <div class="postbody"><br />_________________<br /><a href="http://www.unframe.com" class="postlink">http://www.unframe.com</a></div> <br clear="all" /><br /> <table width="100%" cellspacing="0"> <tr valign="middle"> <td class="gensmall" align="right"> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr class="row1"> <td class="profile"><strong><a href="#wrapheader">Top</a></strong></td> <td><div class="gensmall" style="float: left;">  <a href="./memberlist.php?mode=viewprofile&u=114075&sid=3f82ce6414482fd960921d749f601b34"><img src="./styles/joomla09/imageset/en/icon_user_profile.gif" width="72" height="20" alt="Profile" title="Profile" /></a>  </div> <div class="gensmall" style="float: right;">  </div></td> </tr> <tr> <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td> </tr> </table> <table class="tablebg" width="100%" cellspacing="1"> <tr class="row2"> <td align="center" valign="middle"> <a name="p1198169"></a> <a href="./memberlist.php?mode=viewprofile&u=39160&sid=3f82ce6414482fd960921d749f601b34"><b class="postauthor">yvolk</b></a> </td> <td width="100%" height="25"> <table width="100%" cellspacing="0"> <tr> <td class="gensmall" width="100%"><div style="float: left;"> <b>Post subject:</b> <a href="#p1198169">Re: yvComment - Comments extension for Joomla! 1.5</a></div><div style="float: right;"><a href="./viewtopic.php?p=1198169&sid=3f82ce6414482fd960921d749f601b34#p1198169"><img src="./styles/joomla09/imageset/icon_post_target.gif" width="12" height="9" alt="Post" title="Post" /></a><b>Posted:</b> Sun Feb 10, 2008 4:01 pm </div></td> </tr> </table> </td> </tr> <tr class="row2"> <td valign="top" class="profile"> <table cellspacing="4" align="center" width="150"> <tr> <td><a href="./memberlist.php?mode=viewprofile&u=39160&sid=3f82ce6414482fd960921d749f601b34"><img src="./download/file.php?avatar=39160_1302930447.jpg" width="80" height="80" alt="User avatar" /></a></td> </tr> <tr> <td class="postdetails">Joomla! Guru</td> </tr> <tr> <td><img src="./images/ranks/guru.png" alt="Joomla! Guru" title="Joomla! Guru" /></td> </tr> </table> <span class="postdetails"> <br /><b>Joined:</b> Thu Jun 01, 2006 1:52 pm<br /><b>Posts:</b> 974<br /><b>Location:</b> Moscow, Russia </span> </td> <td valign="top"> <table width="100%" cellspacing="5"> <tr> <td> <div class="postbody">Thank you, ewel, for your suggestions!<br /><div class="quotetitle">ewel wrote:</div><div class="quotecontent">- First of all I now really think that you should try and offer an easy to install hack of the article manager to create a checkbox which filters out all the comments regardless of other filters applied. Or to make it a hack of wider use in the community, you could allow a section or category to be filtered out. I really think I would not be very happy with yvComment if my article manager was filled with comments so this is important.<br /></div><br />Ok, I'll do this.<br /><div class="quotetitle">ewel wrote:</div><div class="quotecontent">- Also important in my view is that there should be an option to prevent the plugin from acting on section or category blog views. The "Link 'Comments(N)' text to other page" option merely changes the "Add your comment" link into "Comments (0)" and I think I will not be alone in not wanting anything related to comments in section and category blog views.<br /></div><br />Thank you, I added this to my TODO list.<br /><div class="quotetitle">ewel wrote:</div><div class="quotecontent">- Another important improvement would be allowing for category and article IDs to be included or excluded. You already have this option for sections. This would be necessary for example if you have an 'About' page which is uncategorised or if you have a category where you do not want comments while you do want comments in the rest of the section.<br /></div><br />I added this to my TODO list also.<br /><div class="quotetitle">ewel wrote:</div><div class="quotecontent">- To put visitors at ease, in the front-end comment form I would replace "Your email:" by "Your email (remains hidden):". BTW I have not seen the email address listed in the back-end.<br /></div><br />Nobody told this email would be hidden... (if link to the Author of comment is enabled...)<br /><div class="quotetitle">ewel wrote:</div><div class="quotecontent">- The front-end form is tidy but the fields fill the width of the page, I don't like the colour much and I would prefer the details to be on one line. That is just my preference, and of course I could get the files by ftp and edit them at will. However I was thinking that I will not be the only one with a personal preference so perhaps it would be good to add an option in the component to edit the html and css of the front-end output, if possible separated by an option for the form and one for the display of comments.<br /></div><br />There is an option not to use CSS, supplied with yvComment and yvComment support template overwrite - so you MAY customize (and not hack!) everything right now. This may be done just like any other Joomla templates and CSSes are edited...<br /><div class="quotetitle">ewel wrote:</div><div class="quotecontent">- In the back-end comments list you should definitely try to put a button to publish or unpublish a comment, like the button in the articles manager.<br /></div><br />I added this to my TODO list.<br /><div class="quotetitle">ewel wrote:</div><div class="quotecontent">- Moreover, you have made so much effort to stay close to articles as you said earlier, and I thought it was a pity to see that you did not drive that point hom to its logical conclusion by making the comments list look like the articles manager. You could make columns like id | checkbox | title | published | comment | name | date, with the edit and delete (and un/publish) buttons at the top acting on checked items, and alternating dark and light grey rows. Like that the interface would be familiar. If you would allow the row height to grow then the whole text of a comment would still be visible.<br /></div><br />I don't want to mimic Article manager: if you like it - use IT  <img src="./images/smilies/smiley.gif" alt=":)" title="Smiley" /><br /><div class="quotetitle">ewel wrote:</div><div class="quotecontent">- Obviously if one day you feel like doing so it would be nice if you would 'ajaxify' the form submission!<br /></div><br />Maybe some day... me or some interested user...<br /><div class="quotetitle">ewel wrote:</div><div class="quotecontent">BTW I tried to make the voting plugin work on yvComments but no luck. I thought it would be a fun way to make use of your making use of the articles system to allow users to rate eachother's comments.<br /></div><br />I didn't use any voting plugins yet...</div> <div class="postbody"><br />_________________<br />Text of all my messages is available under the terms of the GNU Free Documentation License: <!-- m --><a class="postlink" href="http://www.gnu.org/copyleft/fdl.html">http://www.gnu.org/copyleft/fdl.html</a><!-- m --></div> <br clear="all" /><br /> <table width="100%" cellspacing="0"> <tr valign="middle"> <td class="gensmall" align="right"> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr class="row2"> <td class="profile"><strong><a href="#wrapheader">Top</a></strong></td> <td><div class="gensmall" style="float: left;">  <a href="./memberlist.php?mode=viewprofile&u=39160&sid=3f82ce6414482fd960921d749f601b34"><img src="./styles/joomla09/imageset/en/icon_user_profile.gif" width="72" height="20" alt="Profile" title="Profile" /></a>  </div> <div class="gensmall" style="float: right;">  </div></td> </tr> <tr> <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td> </tr> </table> <table class="tablebg" width="100%" cellspacing="1"> <tr class="row1"> <td align="center" valign="middle"> <a name="p1199320"></a> <a href="./memberlist.php?mode=viewprofile&u=140683&sid=3f82ce6414482fd960921d749f601b34"><b class="postauthor">izhere</b></a> </td> <td width="100%" height="25"> <table width="100%" cellspacing="0"> <tr> <td class="gensmall" width="100%"><div style="float: left;"> <b>Post subject:</b> <a href="#p1199320">Re: yvComment - Comments extension for Joomla! 1.5</a></div><div style="float: right;"><a href="./viewtopic.php?p=1199320&sid=3f82ce6414482fd960921d749f601b34#p1199320"><img src="./styles/joomla09/imageset/icon_post_target.gif" width="12" height="9" alt="Post" title="Post" /></a><b>Posted:</b> Mon Feb 11, 2008 11:40 am </div></td> </tr> </table> </td> </tr> <tr class="row1"> <td valign="top" class="profile"> <table cellspacing="4" align="center" width="150"> <tr> <td><a href="./memberlist.php?mode=viewprofile&u=140683&sid=3f82ce6414482fd960921d749f601b34"><img src="./download/file.php?avatar=140683.jpg" width="100" height="96" alt="User avatar" /></a></td> </tr> <tr> <td class="postdetails">Joomla! Apprentice</td> </tr> <tr> <td><img src="./images/ranks/apprentice.png" alt="Joomla! Apprentice" title="Joomla! Apprentice" /></td> </tr> </table> <span class="postdetails"> <br /><b>Joined:</b> Fri Sep 14, 2007 1:57 pm<br /><b>Posts:</b> 13<br /><b>Location:</b> Shanghai,China </span> </td> <td valign="top"> <table width="100%" cellspacing="5"> <tr> <td> <div class="postbody">"4. Added option 'Subject of comments' (with values 'Hide' and 'Show')."<br />this is great!<br />my only little wish is still the.."Owner's reply"  <img src="./images/smilies/embarrassed.gif" alt=":-[" title="Embarrassed" /></div> <br clear="all" /><br /> <table width="100%" cellspacing="0"> <tr valign="middle"> <td class="gensmall" align="right"> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr class="row1"> <td class="profile"><strong><a href="#wrapheader">Top</a></strong></td> <td><div class="gensmall" style="float: left;">  <a href="./memberlist.php?mode=viewprofile&u=140683&sid=3f82ce6414482fd960921d749f601b34"><img src="./styles/joomla09/imageset/en/icon_user_profile.gif" width="72" height="20" alt="Profile" title="Profile" /></a>  </div> <div class="gensmall" style="float: right;">  </div></td> </tr> <tr> <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td> </tr> </table> <table class="tablebg" width="100%" cellspacing="1"> <tr class="row2"> <td align="center" valign="middle"> <a name="p1199575"></a> <a href="./memberlist.php?mode=viewprofile&u=39832&sid=3f82ce6414482fd960921d749f601b34"><b class="postauthor">cloc</b></a> </td> <td width="100%" height="25"> <table width="100%" cellspacing="0"> <tr> <td class="gensmall" width="100%"><div style="float: left;"> <b>Post subject:</b> <a href="#p1199575">Re: yvComment - Comments extension for Joomla! 1.5</a></div><div style="float: right;"><a href="./viewtopic.php?p=1199575&sid=3f82ce6414482fd960921d749f601b34#p1199575"><img src="./styles/joomla09/imageset/icon_post_target.gif" width="12" height="9" alt="Post" title="Post" /></a><b>Posted:</b> Mon Feb 11, 2008 3:04 pm </div></td> </tr> </table> </td> </tr> <tr class="row2"> <td valign="top" class="profile"> <table cellspacing="4" align="center" width="150"> <tr> <td class="postdetails">Joomla! Apprentice</td> </tr> <tr> <td><img src="./images/ranks/apprentice.png" alt="Joomla! Apprentice" title="Joomla! Apprentice" /></td> </tr> </table> <span class="postdetails"> <br /><b>Joined:</b> Tue Jun 06, 2006 10:39 am<br /><b>Posts:</b> 45 </span> </td> <td valign="top"> <table width="100%" cellspacing="5"> <tr> <td> <div class="postbody">I have installed it with Captcha, but do not get the image,  is there a moo 777 setting on the server for Captcha or should it work straight ahead ?<br /><br />Without Captcha - PERFECT ! impressed, nice and simple.<br /><br />Best<br />Claus</div> <br clear="all" /><br /> <table width="100%" cellspacing="0"> <tr valign="middle"> <td class="gensmall" align="right"> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr class="row2"> <td class="profile"><strong><a href="#wrapheader">Top</a></strong></td> <td><div class="gensmall" style="float: left;">  <a href="./memberlist.php?mode=viewprofile&u=39832&sid=3f82ce6414482fd960921d749f601b34"><img src="./styles/joomla09/imageset/en/icon_user_profile.gif" width="72" height="20" alt="Profile" title="Profile" /></a>  </div> <div class="gensmall" style="float: right;">  </div></td> </tr> <tr> <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td> </tr> </table> <table width="100%" cellspacing="1" class="tablebg"> <tr align="center"> <td class="cat"><form name="viewtopic" method="post" action="./viewtopic.php?f=46&t=165205&start=300&sid=3f82ce6414482fd960921d749f601b34"><span class="gensmall">Display posts from previous:</span> <select name="st" id="st"><option value="0" selected="selected">All posts</option><option value="1">1 day</option><option value="7">7 days</option><option value="14">2 weeks</option><option value="30">1 month</option><option value="90">3 months</option><option value="180">6 months</option><option value="365">1 year</option></select> <span class="gensmall">Sort by</span> <select name="sk" id="sk"><option value="a">Author</option><option value="t" selected="selected">Post time</option><option value="s">Subject</option></select> <select name="sd" id="sd"><option value="a" selected="selected">Ascending</option><option value="d">Descending</option></select> <input class="btnlite" type="submit" value="Go" name="sort" /></form></td> </tr> </table> <table width="100%" cellspacing="1"> <tr> <td align="left" valign="middle" nowrap="nowrap"> <a href="./posting.php?mode=post&f=46&sid=3f82ce6414482fd960921d749f601b34"><img src="./styles/joomla09/imageset/en/button_topic_new.gif" width="96" height="25" alt="Post new topic" title="Post new topic" /></a> <a href="./posting.php?mode=reply&f=46&t=165205&sid=3f82ce6414482fd960921d749f601b34"><img src="./styles/joomla09/imageset/en/button_topic_reply.gif" width="96" height="25" alt="Reply to topic" title="Reply to topic" /></a> </td> <td class="nav" valign="middle" nowrap="nowrap"> Page <strong>11</strong> of <strong>60</strong><br /></td> <td class="gensmall" nowrap="nowrap"> [ 1790 posts ] </td> <td class="gensmall" width="100%" align="right" nowrap="nowrap"><b><a href="#" onclick="jumpto(); return false;" title="Click to jump to page…">Go to page</a> <a href="./viewtopic.php?f=46&t=165205&sid=3f82ce6414482fd960921d749f601b34&start=270">Previous</a>  <a href="./viewtopic.php?f=46&t=165205&sid=3f82ce6414482fd960921d749f601b34">1</a><span class="page-dots"> ... </span><a href="./viewtopic.php?f=46&t=165205&sid=3f82ce6414482fd960921d749f601b34&start=210">8</a><span class="page-sep">, </span><a href="./viewtopic.php?f=46&t=165205&sid=3f82ce6414482fd960921d749f601b34&start=240">9</a><span class="page-sep">, </span><a href="./viewtopic.php?f=46&t=165205&sid=3f82ce6414482fd960921d749f601b34&start=270">10</a><span class="page-sep">, </span><strong>11</strong><span class="page-sep">, </span><a href="./viewtopic.php?f=46&t=165205&sid=3f82ce6414482fd960921d749f601b34&start=330">12</a><span class="page-sep">, </span><a href="./viewtopic.php?f=46&t=165205&sid=3f82ce6414482fd960921d749f601b34&start=360">13</a><span class="page-sep">, </span><a href="./viewtopic.php?f=46&t=165205&sid=3f82ce6414482fd960921d749f601b34&start=390">14</a><span class="page-dots"> ... </span><a href="./viewtopic.php?f=46&t=165205&sid=3f82ce6414482fd960921d749f601b34&start=1770">60</a>  <a href="./viewtopic.php?f=46&t=165205&sid=3f82ce6414482fd960921d749f601b34&start=330">Next</a></b></td> </tr> </table> </div> <div id="pagefooter"></div> <br clear="all" /> <div style="margin:0 auto;padding: 15px 0 5px 0;width:468px;border:0;"> <script type="text/javascript"> GA_googleFillSlot("Joomla_Forum_Footer"); </script> </div> <br clear="all" /> <table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;"> <tr> <td class="row1"> <p class="breadcrumbs"><a href="./index.php?sid=3f82ce6414482fd960921d749f601b34">Board index</a> » <a href="./viewforum.php?f=507&sid=3f82ce6414482fd960921d749f601b34">Other Forums</a> » <a href="./viewforum.php?f=46&sid=3f82ce6414482fd960921d749f601b34">Open Source Products for Joomla!</a></p> </td> </tr> </table> <br clear="all" /> <table class="tablebg" width="100%" cellspacing="1"> <tr> <td class="catwho"><h4>Who is online</h4></td> </tr> <tr> <td class="row1"><p class="gensmall">Users browsing this forum: <span style="color: #9E8DA7;" class="username-coloured">Google [Bot]</span> and 15 guests</p></td> </tr> </table> <br clear="all" /> <table width="100%" cellspacing="1"> <tr> <td width="40%" valign="top" nowrap="nowrap" align="left"></td> <td align="right" valign="top" nowrap="nowrap"><span class="gensmall">You <strong>cannot</strong> post new topics in this forum<br />You <strong>cannot</strong> reply to topics in this forum<br />You <strong>cannot</strong> edit your posts in this forum<br />You <strong>cannot</strong> delete your posts in this forum<br />You <strong>cannot</strong> post attachments in this forum<br /></span></td> </tr> </table> <br clear="all" /> <table width="100%" cellspacing="0"> <tr> <td></td> <td align="right"> <form method="post" name="jumpbox" action="./viewforum.php?sid=3f82ce6414482fd960921d749f601b34" onsubmit="if(document.jumpbox.f.value == -1){return false;}"> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td nowrap="nowrap"><span class="gensmall">Jump to:</span> <select name="f" onchange="if(this.options[this.selectedIndex].value != -1){ document.forms['jumpbox'].submit() }"> <option value="-1">Select a forum</option> <option value="-1">------------------</option> <option value="504">Joomla! Announcements</option> <option value="8">   Announcements</option> <option value="9">      Announcements Discussions</option> <option value="614">Joomla! 2.5 - Ask Support Questions Here</option> <option value="615">   General Questions/New to Joomla! 2.5</option> <option value="622">   Installation Joomla! 2.5</option> <option value="623">      Joomla! 2.5 on IIS webserver</option> <option value="624">   Administration Joomla! 2.5</option> <option value="673">      Access Control List (ACL) in Joomla! 2.5</option> <option value="625">   Migrating and Upgrading to Joomla! 2.5</option> <option value="621">   Security in Joomla! 2.5</option> <option value="620">   Extensions for Joomla! 2.5</option> <option value="626">      Components - Joomla! 2.5</option> <option value="627">      Modules - Joomla! 2.5</option> <option value="628">      Plugins - Joomla! 2.5</option> <option value="619">   Templates for Joomla! 2.5</option> <option value="629">      Template overrides in Joomla! 2.5</option> <option value="674">      Default template: Atomic in Joomla! 2.5</option> <option value="675">      Default template: Beez 5 in Joomla! 2.5</option> <option value="676">      Default template: Beez 20 in Joomla! 2.5</option> <option value="677">      Default template: Rhuk Milkyway in Joomla! 2.5</option> <option value="678">      Default Admin templates in Joomla! 2.5</option> <option value="680">      Templates for Mobile Devices in Joomla! 2.5</option> <option value="618">   Search Engine Optimization (Joomla! SEO) in Joomla! 2.5</option> <option value="617">   Language - Joomla! 2.5</option> <option value="616">   Performance - Joomla! 2.5</option> <option value="705">Joomla! 3.x - Ask Support Questions Here</option> <option value="706">   General Questions/New to Joomla! 3.x</option> <option value="707">   Installation Joomla! 3.x</option> <option value="717">      Joomla! 3.x on IIS webserver</option> <option value="708">   Administration Joomla! 3.x</option> <option value="719">      Access Control List (ACL) in Joomla! 3.x</option> <option value="710">   Migrating and Upgrading to Joomla! 3.x</option> <option value="714">   Security in Joomla! 3.x</option> <option value="715">   Extensions for Joomla! 3.x</option> <option value="721">      Components - Joomla! 3.x</option> <option value="723">      Plugins - Joomla! 3.x</option> <option value="724">         Modules - Joomla! 3.x</option> <option value="713">   Templates for Joomla! 3.x</option> <option value="718">      Template overrides in Joomla! 3.x</option> <option value="726">      Default template: Beez3 in Joomla! 3.x</option> <option value="725">      Default template: Protostar in Joomla! 3.x</option> <option value="720">      Default Admin templates in Joomla! 3.x</option> <option value="722">      Templates for Mobile Devices in Joomla! 3.x</option> <option value="712">   Search Engine Optimization (Joomla! SEO) in Joomla! 3.x</option> <option value="711">   Language - Joomla! 3.x</option> <option value="709">   Performance - Joomla! 3.x</option> <option value="513">Joomla! Older Version Support</option> <option value="506">   Joomla! 1.5</option> <option value="428">      General Questions/New to Joomla! 1.5</option> <option value="429">      Installation 1.5</option> <option value="543">         Joomla! 1.5 on IIS webserver</option> <option value="431">      Administration 1.5</option> <option value="430">      Migrating and Upgrading to Joomla! 1.5</option> <option value="432">      Security in Joomla! 1.5</option> <option value="470">      Extensions for Joomla! 1.5</option> <option value="471">         Components for Joomla! 1.5</option> <option value="472">         Modules for Joomla! 1.5</option> <option value="473">         Plugins for Joomla! 1.5</option> <option value="474">         WYSIWYG Editors for Joomla! 1.5</option> <option value="466">      Templates for Joomla! 1.5</option> <option value="469">         Template overrides for Joomla! 1.5</option> <option value="404">         Default template: BEEZ in Joomla! 1.5</option> <option value="480">         Default template: Milky Way in Joomla! 1.5</option> <option value="541">         Default Template: JA Purity in Joomla! 1.5</option> <option value="544">      Search Engine Optimization (Joomla! SEO) in Joomla! 1.5</option> <option value="485">      Language - Joomla! 1.5</option> <option value="433">      Performance - Joomla! 1.5</option> <option value="505">   Joomla! 1.0</option> <option value="35">      Installation - 1.0.x</option> <option value="36">      Upgrading - 1.0.x</option> <option value="267">      Security - 1.0.x</option> <option value="296">         3rd Party/Non Joomla! Security Issues</option> <option value="34">      Administration - 1.0.x</option> <option value="465">      Extensions - 1.0.x</option> <option value="39">         Components</option> <option value="40">         Modules</option> <option value="41">         Plugins/Mambots</option> <option value="57">         WYSIWYG Editors - 1.0.x</option> <option value="43">         Integration & Bridges - 1.0.x</option> <option value="216">            phpbb - Joomla! Integration</option> <option value="42">      Templates & CSS - 1.0.x</option> <option value="309">      Language - 1.0.x</option> <option value="123">         Joom!Fish and Multilingual Sites</option> <option value="268">      Performance - 1.0.x</option> <option value="32">      General Questions - 1.0.x</option> <option value="542">Joomla! International Language Support</option> <option value="511">   International Zone</option> <option value="243">      Albanian Forum</option> <option value="17">      Arabic Forum</option> <option value="558">         تنبيهات هامة</option> <option value="560">         الدروس</option> <option value="644">         جوملا! 1.6/1.7</option> <option value="665">            الأسئلة الشائعة</option> <option value="666">            التثبيت و الترقية</option> <option value="667">            الحماية - و تحسين السرعة والأداء</option> <option value="668">            لوحة التحكم</option> <option value="669">            الإضافات البرمجية</option> <option value="670">            تعريب جوملا! و الإضافات البرمجية</option> <option value="671">            القوالب و التصميم</option> <option value="672">            صداقة محركات البحث</option> <option value="645">            القسم العام</option> <option value="289">         1.5 !جوملا</option> <option value="549">            الأسئلة الشائعة</option> <option value="550">            التثبيت و الترقية</option> <option value="551">            الحماية - و تحسين السرعة والأداء</option> <option value="552">            لوحة التحكم</option> <option value="553">            الإضافات البرمجية</option> <option value="554">            تعريب جوملا! و الإضافات البرمجية</option> <option value="555">            القوالب و التصميم</option> <option value="556">            صداقة محركات البحث</option> <option value="557">            القسم العام</option> <option value="547">         جوملا! 1.0</option> <option value="383">            الأسئلة الشائـعة</option> <option value="311">            التثبيت</option> <option value="312">            لوحة التحكم</option> <option value="313">            الإضافات البرمجية</option> <option value="360">            الإضافات المعرّبة</option> <option value="314">            القوالب و التصميم</option> <option value="548">            الحماية - تحسين السرعة والأداء - صداقة محركات البحث</option> <option value="310">            القسم العام</option> <option value="559">         القسم العام</option> <option value="315">         !عرض موقعك بجوملا</option> <option value="316">         الأرشيف</option> <option value="568">      Azeri Forum</option> <option value="274">      Basque Forum</option> <option value="275">         Itzulpenaren inguruan</option> <option value="276">         Laguntza teknikoa</option> <option value="753">      Belarusian Forum</option> <option value="64">      Bengali Forum</option> <option value="104">      Bosnian Forum</option> <option value="494">         Joomla! 1.5</option> <option value="495">            Instalacija i prvi koraci</option> <option value="496">            Ekstenzije</option> <option value="497">            Templejti</option> <option value="498">            Moduli</option> <option value="499">            Prevodi i dokumentacija</option> <option value="601">         Joomla! 1.7 / Joomla! 1.6</option> <option value="95">      Catalan Forum</option> <option value="134">         Notícies</option> <option value="135">         Temes sobre l'administració</option> <option value="136">         Temes sobre la traducció</option> <option value="137">         Components, mòduls i joombots</option> <option value="138">         Temes de disseny</option> <option value="139">         Webs realitzades amb Joomla!</option> <option value="140">         Offtopics</option> <option value="98">      Chinese Forum</option> <option value="150">      Croatian Forum</option> <option value="16">      Danish Forum</option> <option value="115">         Meddelelser</option> <option value="595">         Joomla! 2.5 (Den anbefalede version til de fleste brugere)</option> <option value="596">            Installation, backup, opdatering og flytning - Godt igang</option> <option value="597">            Administration - Generel brug</option> <option value="598">            Komponenter, Moduler og Plugins</option> <option value="599">            Template, CSS og Design</option> <option value="600">            Nethandel, betaling m.m.</option> <option value="758">         Joomla! 3.0 (Beregnet for udviklere og early adapters)</option> <option value="757">         Ældre versioner (disse vedligeholdes ikke længere fra officiel side)</option> <option value="458">            Joomla 1.5 (Tidligere langtidssupporteret version indtil sep. 2012)</option> <option value="459">               Installation, backup, opdatering og flytning - Godt igang</option> <option value="460">               Administration - Generel brug</option> <option value="461">               Komponenter, Moduler og Plugins</option> <option value="462">               Template, CSS og Design</option> <option value="463">               Nethandel, betaling m.m.</option> <option value="456">            Joomla 1.0 (Udgået version, der blev afløst af 1.5 i 2008)</option> <option value="116">               Installation, backup, opdatering og flytning - Godt igang</option> <option value="117">               Administration - Generel brug</option> <option value="118">               Komponenter, Moduler og Mambots</option> <option value="119">               Template, CSS og Design</option> <option value="457">               Nethandel, betaling m.m.</option> <option value="120">         Oversættelser (lokalisering)</option> <option value="589">         Joomla brugergrupper i Danmark</option> <option value="593">            JUG Kolding</option> <option value="590">            JUG København</option> <option value="591">            JUG Odense</option> <option value="592">            JUG Århus</option> <option value="685">            JUG Sorø</option> <option value="299">         Kommerciel (betalt) hjælp ønskes</option> <option value="464">         SEO</option> <option value="295">         FAQ - Dokumentation og vejledninger</option> <option value="121">         Vis dit websted</option> <option value="417">            Afviste 'Vis dit websted' indlæg</option> <option value="122">         Diverse (Off topic)</option> <option value="13">      Dutch Forum</option> <option value="77">         Aankondigingen</option> <option value="78">         Algemene vragen</option> <option value="630">         Joomla! 2.5</option> <option value="631">            Installatie 2.5</option> <option value="632">            Componenten 2.5</option> <option value="633">            Modules 2.5</option> <option value="634">            Plugins 2.5</option> <option value="635">            Templates 2.5</option> <option value="351">         Joomla! 1.5</option> <option value="489">            Installatie</option> <option value="490">            Componenten</option> <option value="491">            Modules</option> <option value="492">            Plugins</option> <option value="493">            Templates</option> <option value="488">         Joomla! 1.0</option> <option value="79">            Installatie 1.0.x</option> <option value="81">            Componenten 1.0.x</option> <option value="82">            Modules 1.0.x</option> <option value="83">            Mambots 1.0.x</option> <option value="84">            Templates 1.0.x</option> <option value="80">         Vertalingen</option> <option value="85">         Offtopic</option> <option value="105">         Show jouw website</option> <option value="21">      Filipino Forum</option> <option value="101">         International Support Center</option> <option value="226">         Pinoy General Discussion & Archives</option> <option value="65">            Site Showcase</option> <option value="96">            Events</option> <option value="100">            Design Tips and Tricks</option> <option value="99">            Tsismis Zone</option> <option value="168">            Pinoy Translation Zone</option> <option value="227">            Pinoy Forum Archives</option> <option value="242">         Joomla! Philippines Local Forum www.joomla.org.ph</option> <option value="25">      Finnish Forum</option> <option value="19">      French Forum</option> <option value="530">         Les annonces!</option> <option value="158">         Le bistrot!</option> <option value="336">         L'expo!</option> <option value="655">         J! 2.5.x - L'atelier!</option> <option value="656">            2.5 - Questions générales</option> <option value="657">            2.5 - Installation, migration et mise à jour</option> <option value="658">            2.5 - Sécurité et performances</option> <option value="659">            2.5 - Extensions tierce partie</option> <option value="661">            2.5 - Templates et design</option> <option value="662">            2.5 - Développement</option> <option value="663">            2.5 - Ressources</option> <option value="745">         J! 3.x - L'atelier!</option> <option value="746">            3.x - Questions générales, nouvel utilisateur</option> <option value="747">            3.x - Installation, migration et mise à jour</option> <option value="748">            3.x - Sécurité et performances</option> <option value="749">            3.x - Extensions tierce partie</option> <option value="750">            3.x - Templates et design</option> <option value="751">            3.x - Développement</option> <option value="752">            3.x - Ressources</option> <option value="330">         J! 1.5.x - L'atelier!</option> <option value="531">            1.5 - Questions générales</option> <option value="532">            1.5 - Installation, migration et mise à jour</option> <option value="533">            1.5 - Sécurité et performances</option> <option value="534">            1.5 - Extensions tierce partie</option> <option value="535">            1.5 - Templates et design</option> <option value="536">            1.5 - Développement</option> <option value="537">            1.5 - Ressources</option> <option value="159">         J! 1.0.x - L'atelier!</option> <option value="332">            1.0 - Questions générales</option> <option value="331">            1.0 - Installation et mise à jour</option> <option value="335">            1.0 - Sécurité</option> <option value="333">            1.0 - Extensions tierce partie</option> <option value="334">            1.0 - Templates et design</option> <option value="538">            1.0 - Développement</option> <option value="160">            1.0 - Ressources</option> <option value="427">         Besoin d'un professionel ?</option> <option value="482">         Extensions Open Source pour Joomla!</option> <option value="14">      German Forum</option> <option value="66">         Ankündigungen</option> <option value="648">         Joomla! 2.5</option> <option value="649">            Allgemeine Fragen</option> <option value="650">            Installation und erste Schritte</option> <option value="651">            Komponenten, Module, Plugins</option> <option value="654">            Template, CSS und Designfragen</option> <option value="652">            Entwicklerforum</option> <option value="653">            Zeige Deine Webseite</option> <option value="759">         Joomla! 3.0</option> <option value="760">            Allgemeine Fragen</option> <option value="762">            Installation und erste Schritte</option> <option value="763">            Komponenten, Module, Plugins</option> <option value="764">            Template, CSS und Designfragen</option> <option value="765">            Entwicklerforum</option> <option value="766">            Zeige Deine Webseite</option> <option value="516">         Joomla! 1.5</option> <option value="518">            Allgemeine Fragen</option> <option value="519">            Installation und erste Schritte</option> <option value="520">            Komponenten, Module, Plugins</option> <option value="521">            Template, CSS und Designfragen</option> <option value="522">            Entwicklerforum</option> <option value="523">            Zeige Deine Webseite</option> <option value="272">         Professioneller Service</option> <option value="70">         Sonstiges (Offtopic)</option> <option value="696">         Archiv</option> <option value="517">            Joomla! 1.0</option> <option value="269">               Allgemeine Fragen 1.0.x</option> <option value="67">               Installation und erste Schritte 1.0.x</option> <option value="68">               Komponenten, Module, Mambots 1.0.x</option> <option value="69">               Template, CSS und Designfragen 1.0.x</option> <option value="270">               Entwicklerforum 1.0.x</option> <option value="271">               Zeige Deine Webseite 1.0.x</option> <option value="50">      Greek Forum</option> <option value="454">         Joomla! 1.0.x</option> <option value="455">         Joomla! 1.5.x</option> <option value="172">      Hebrew Forum</option> <option value="403">      Hungarian Forum</option> <option value="162">      Indic Languages Forum</option> <option value="53">      Indonesian Forum</option> <option value="349">         FAQ</option> <option value="221">         Bantuan</option> <option value="222">         Komponen</option> <option value="223">         Modul</option> <option value="224">         Template</option> <option value="225">         Diskusi</option> <option value="55">      Italian Forum</option> <option value="110">         Guide</option> <option value="111">         Traduzioni</option> <option value="112">         Componenti - Moduli - Plugins</option> <option value="348">         Template - Grafica</option> <option value="113">         Notizie</option> <option value="169">         Prodotti Open Source per Joomla!</option> <option value="238">         Richieste professionali</option> <option value="767">         Joomla! 3.x</option> <option value="647">         Joomla! 2.5.x</option> <option value="481">         Joomla! 1.x</option> <option value="141">      Japanese Forum</option> <option value="569">      Khmer Forum</option> <option value="683">         ពិពណ៌​ស្ថាន​បណ្ដាញ​ជុំឡា</option> <option value="684">         ជុំឡា​ខ្មែរ​មូលដ្ឋានីយកម្ម</option> <option value="358">      Latvian Forum</option> <option value="189">      Lithuanian Forum</option> <option value="361">         Joomla! 1.5</option> <option value="643">         Joomla! 1.7 / Joomla! 1.6</option> <option value="561">         Joomla! 1.0</option> <option value="421">         Vertimai ir Kalba</option> <option value="215">      Malaysian Forum</option> <option value="327">         Solved</option> <option value="191">      Maltese Forum</option> <option value="97">      Norwegian Forum</option> <option value="435">         Informasjon og annonseringer</option> <option value="436">         FAQ - Ofte spurte spørsmål</option> <option value="603">         Joomla! 2.5</option> <option value="604">            Administrasjon/installasjon</option> <option value="605">            Migrering/Oppdatering</option> <option value="606">            Template, CSS og design</option> <option value="607">            Komponenter/moduler/programutvidelser</option> <option value="608">            Sikkerhet</option> <option value="609">            Generelt</option> <option value="729">         Joomla! 3.0</option> <option value="730">            Administrasjon/installasjon</option> <option value="731">            Migrering/Oppdatering</option> <option value="732">            Template, CSS og design</option> <option value="733">            Komponenter/moduler/programutvidelser</option> <option value="734">            Sikkerhet</option> <option value="735">            Generelt</option> <option value="438">         Joomla! 1.5</option> <option value="439">            Administrasjon/installasjon</option> <option value="440">            Migrering/Oppdatering</option> <option value="441">            Template, CSS og design</option> <option value="442">            Komponenter/moduler/programutvidelser</option> <option value="443">            Sikkerhet</option> <option value="444">            Generelt</option> <option value="396">         Netthandel, betaling m.m.</option> <option value="565">            VirtueMart</option> <option value="611">            redSHOP</option> <option value="566">            Andre nettbutikkløsninger</option> <option value="567">            Generelt</option> <option value="210">         Oversettelser</option> <option value="187">         Fremvisning av sider (Show off)</option> <option value="416">            Avviste fremvisninger</option> <option value="288">         Diverse (off topic)</option> <option value="298">         Kommersiell hjelp ønskes</option> <option value="610">         Eldre versjoner av Joomla!</option> <option value="437">            Joomla! 1.0</option> <option value="184">               Administrasjon/installasjon</option> <option value="185">               Template, CSS og design</option> <option value="183">               Komponenter/moduler/mambots</option> <option value="186">               Sikkerhet</option> <option value="182">               Generelt</option> <option value="102">      Persian Forum</option> <option value="278">         قالب ها</option> <option value="279">         مدیریت</option> <option value="280">         سوالهای عمومی</option> <option value="281">         نصب</option> <option value="282">         مامبوت ها</option> <option value="283">         ماژولها</option> <option value="284">         کامپوننت ها</option> <option value="18">      Polish Forum</option> <option value="71">         Instalacja i aktualizacja</option> <option value="72">         Administracja</option> <option value="73">         Komponenty, moduły, wtyczki</option> <option value="74">         Szablony</option> <option value="232">            Paczta i Podziwiajta</option> <option value="75">         Modyfikacje i własne rozwiązania</option> <option value="76">         Tłumaczenia</option> <option value="130">         FAQ</option> <option value="131">         Tips&Tricks</option> <option value="132">         Humor</option> <option value="133">         Dokumentacja</option> <option value="239">         Profesjonalne usługi</option> <option value="23">      Portuguese Forum</option> <option value="106">         Componentes, módulos e mambots</option> <option value="107">         Programação e desenvolvimento</option> <option value="374">         Segurança</option> <option value="108">         Sites dos usuários</option> <option value="109">         Off-topic</option> <option value="163">         Tradução</option> <option value="230">         Templates</option> <option value="30">      Romanian Forum</option> <option value="148">         Traduceri</option> <option value="26">      Russian Forum</option> <option value="29">      Serbian/Montenegrin Forum</option> <option value="144">         Tehnička pitanja</option> <option value="420">         Instalacija i početnička pitanja</option> <option value="147">         Šabloni</option> <option value="173">         Prevod i dokumentacija</option> <option value="247">         Ćaskanje</option> <option value="419">         Bezbednost</option> <option value="293">         Joomla! dodaci</option> <option value="584">         Pravna pitanja</option> <option value="484">         Arhiva</option> <option value="486">         Joomla! Događaji i Zajednica</option> <option value="585">         Izlog (spisak) sajtova radjenih u Joomla! CMS-u</option> <option value="572">         Profesionalne usluge</option> <option value="402">      Slovak Forum</option> <option value="157">      Slovenian Forum</option> <option value="24">      Spanish Forum</option> <option value="602">         Joomla! 2.5</option> <option value="737">         Joomla! 3.x</option> <option value="87">         Joomla! 1.5</option> <option value="89">         Extensiones</option> <option value="91">         Plantillas (templates) y diseño</option> <option value="92">         Idioma y traducciones</option> <option value="587">         SEO para Joomla!</option> <option value="300">         Seguridad y rendimiento</option> <option value="170">         Productos de Código Abierto para Joomla!</option> <option value="582">         Servicios profesionales</option> <option value="63">      Swedish Forum</option> <option value="192">         Meddelanden</option> <option value="686">         Forum för Joomla! med långtidssupport</option> <option value="690">            Forum Joomla! 2.5</option> <option value="691">               Allmänna frågor</option> <option value="692">               Användning och administration</option> <option value="693">               Installation, backup och säkerhet</option> <option value="694">               Komponenter, moduler och plugin</option> <option value="695">               Mallar (templates) och design</option> <option value="446">            Forum Joomla! 1.5</option> <option value="447">               Allmänna frågor</option> <option value="448">               Användning och administration</option> <option value="449">               Installation, backup och säkerhet</option> <option value="450">               Komponenter, moduler och plugin</option> <option value="451">               Mallar (templates) och design</option> <option value="687">         Forum för Joomla! med standardsupport</option> <option value="736">            Forum Joomla! 3.0</option> <option value="738">               Allmänna frågor</option> <option value="739">               Användning och administration</option> <option value="740">               Installation, backup och säkerhet</option> <option value="741">               Komponenter, moduler och plugin</option> <option value="742">               Mallar (templates) och design</option> <option value="688">         Äldre versioner</option> <option value="445">            Forum Joomla! 1.0</option> <option value="212">               Allmänna frågor</option> <option value="193">               Användning och administration</option> <option value="194">               Installation, backup och säkerhet</option> <option value="195">               Komponenter, moduler och Mambots</option> <option value="196">               Mallar (templates) och design</option> <option value="636">            Forum Joomla! 1.7 / Joomla! 1.6</option> <option value="637">               Allmänna frågor</option> <option value="638">               Användning och administration</option> <option value="639">               Installation, backup och säkerhet</option> <option value="640">               Komponenter, moduler och plugin</option> <option value="641">               Mallar (templates) och design</option> <option value="285">         Översättning</option> <option value="539">         Webbplatser gjorda i Joomla</option> <option value="689">            Webbplatser J! 2.5</option> <option value="664">            Webbplatser Joomla! 1.7 / Joomla! 1.6</option> <option value="540">            Webbplatser J! 1.5</option> <option value="197">            Webbplatser J! 1.0</option> <option value="308">         Kommersiell hjälp önskas</option> <option value="213">         Diverse (off topic)</option> <option value="545">      Tamil Forum</option> <option value="15">      Thai Forum</option> <option value="385">         โชว์เว็บไซต์ของคุณที่สร้างด้วยจูมล่า</option> <option value="386">         เคล็ดลับการใช้งานส่วนต่างๆ เกี่ยวกับจ&#</option> <option value="387">         คอมโพเน้นท์ โมดูล ปลักอิน ต่างๆ ที่ติดตั</option> <option value="388">         อับเดดข่าวสารเกี่ยวกับจูมล่าลายไทย</option> <option value="51">      Turkish Forum</option> <option value="408">         Duyurular</option> <option value="409">         Dersler</option> <option value="413">         Genel Sorular</option> <option value="410">         Bileşen, Modül, Bot</option> <option value="411">         Eklenti Haberleri</option> <option value="412">         Temalar</option> <option value="340">      Urdu Forum</option> <option value="171">      Vietnamese Forum</option> <option value="214">         Gặp gỡ và giao lưu</option> <option value="203">         Joomla Tiếng Việt</option> <option value="204">         Cài đặt - Cấu hình</option> <option value="205">         Thành phần mở rộng cho Joomla!</option> <option value="754">         Hỏi đáp Joomla! 3</option> <option value="755">         Hỏi đáp Joomla! 2.5</option> <option value="207">         Hỗ trợ kỹ thuật</option> <option value="756">         Bài viết cũ</option> <option value="206">            Thiết kế Template</option> <option value="453">            Joomla! 1.5</option> <option value="151">      Welsh Forum</option> <option value="507">Other Forums</option> <option value="46" selected="selected">   Open Source Products for Joomla!</option> <option value="306">   Joomla! Events</option> <option value="514">   Site Showcase</option> <option value="48">   The Lounge</option> <option value="562">   Registered Joomla! User Groups</option> <option value="571">   Trending Topics</option> <option value="575">   Joomla! Ideas Forum</option> <option value="704">   Community Blog Discussions</option> <option value="681">   Help wanted in the community</option> <option value="646">Joomla! Development Forums</option> <option value="509">   Joomla! Development</option> <option value="727">      Joomla! 3.x Coding</option> <option value="642">      Joomla! 2.5 Coding</option> <option value="728">      Joomla! 3.x Bug Reporting</option> <option value="304">      Joomla! 1.5 Coding</option> <option value="579">      Joomla! 2.5 Bug Reporting</option> <option value="199">      Joomla! 1.5 Bug Reporting</option> <option value="703">      Joomla! 3 Beta Support</option> <option value="508">Joomla! Official Sites & Infrastructure</option> <option value="262">   Extensions.Joomla.org - Feedback/Information</option> <option value="563">   Resources.joomla.org - Feedback/Information</option> <option value="303">   Documentation - Feedback/Information/Suggestions</option> <option value="7">   Sites & Infrastructure - Feedback/Information</option> <option value="406">      JoomlaCode.org</option> <option value="229">      Archived Boards - All boards closed</option> <option value="142">         Design and Accessibility - Archived</option> <option value="179">         Quality and Testing - Locked and Archived</option> <option value="198">            Joomla! 1.0.x_Q&T</option> <option value="240">               Q&T 1.0.x Resolved</option> <option value="241">               Known Issues</option> <option value="264">               Superseded Issues</option> <option value="375">               Archive</option> <option value="376">                  Q&T 1.0.x Resolved - Archived</option> <option value="377">                  Known Issues - Archive</option> <option value="378">                  Superseded Issues - Archive</option> <option value="234">            Third Party Testing for Joomla! 1.5</option> <option value="235">            Q&T 1.5.x Resolved</option> <option value="350">         Joomla! 1.5 BETA</option> <option value="407">         Joomla! 1.5 BETA 2</option> <option value="1">         Reaction to the 'Letter to the community'</option> <option value="124">         Reaction to New Project Name</option> <option value="145">         Logo Competition</option> <option value="52">         Humor, Fun and Games</option> <option value="341">         Libraries</option> <option value="202">            patTemplate</option> <option value="174">         com_connector - Multi Joomla Bridge</option> <option value="294">         CiviCRM Support</option> <option value="370">            CiviCRM Installation Issues</option> <option value="414">         FAQ Archive</option> <option value="237">            FAQ Discussion Board</option> <option value="338">            3rd Party Extensions FAQ</option> <option value="337">            FAQs not moved</option> <option value="346">            3rd Party/Non Joomla! Security FAQ</option> <option value="452">         Joomla! Coding 101</option> <option value="475">            Joombie Tools of the Trade</option> <option value="476">            Joombie Coding Q/A</option> <option value="477">            Joombie Think Tank</option> <option value="478">            Joombie Developer Lab</option> <option value="152">         Joomla Forge - Archived</option> <option value="153">         Non-Profit Organizations and Joomla!</option> <option value="265">            Schools and Universities</option> <option value="266">         Bangsamoro Forum</option> <option value="479">         Joomla! 1.5 Template Contest</option> <option value="149">         SMF - Simplemachines.org Forum</option> <option value="425">         GPL Discussion</option> <option value="372">         Security Announcements - Old</option> <option value="483">         Tips & Tricks - Moving</option> <option value="236">            Submit Your Suggested Tips & Tricks to Docs.joomla.org now please.</option> <option value="397">         Google Summer of Code and GHOP</option> <option value="525">            Google Summer of Code 2008</option> <option value="526">               Proposed projects</option> <option value="528">               Student area</option> <option value="398">               Past Google Summer of Code Editions</option> <option value="487">            Google's Highly Open Participation Contest</option> <option value="390">         Documentation</option> <option value="393">            Suggestions, Modifications, and Corrections</option> <option value="394">            Archive</option> <option value="392">            1.5 Archive</option> <option value="59">               Suggestions, Modifications & Corrections</option> <option value="287">            Submit</option> <option value="391">            Feedback and Suggestions</option> <option value="353">         Applications for participation in the Development Workgroup</option> <option value="326">         Development</option> <option value="515">         1.5 Site Showcase - Archived</option> <option value="58">         1.0 x Site Showcase - Archived.</option> <option value="500">         Feature Requests - White Papers - Archived</option> <option value="501">            Under Review - Archived</option> <option value="502">            Accepted - Archived</option> <option value="503">            Not Accepted - Archived</option> <option value="38">            Wishlists and Feature Requests - Archive</option> <option value="175">               Wishlist Archives - Archived</option> <option value="588">         Spanish Forum - Archive</option> <option value="190">            Papelera</option> <option value="93">            Tutoriales</option> <option value="211">            General</option> <option value="94">            Salón de la Joomlaesfera hispanohablante</option> <option value="594">         Danish Forum - Archive</option> <option value="260">            Diskussion af Meddelelser + Sikkerhedsmeddelelser + FAQ</option> <option value="364">         Shop.Joomla.org</option> <option value="580">         Joomla! 1.6 RC Support [closed]</option> <option value="126">         Joomla! 1.0 Coding</option> <option value="178">         Core Hacks and Patches</option> <option value="682">         Joomla! 2.5 Beta Support</option> <option value="576">         People.joomla.org - Feedback/Information</option> <option value="701">   Templates.Joomla.org - Feedback/Information</option> <option value="573">   Joomla! Community Magazine</option> <option value="574">      Joomla! Community Magazine Editors</option> <option value="510">   Joomla! Working Groups</option> <option value="11">      Translations</option> <option value="381">      OpenSourceMatters.org</option> <option value="699">      Joomla! Marketing and PR Team</option> </select> <input class="btnlite" type="submit" value="Go" /></td> </tr> </table> </form> </td> </tr> </table> </div> <div id="wrapfooter"> <span class="copyright">Powered by <a href="http://www.phpbb.com/" target="_blank" >phpBB</a>® Forum Software © phpBB Group </span> </div> </div> <div class="clear"></div> </div> </div> <div class="clear"></div> <div id="closingWrap"><div id="closing" class="container_12 clearfix"></div></div> <div class="clear"></div> <div id="footerWrap"> <div id="footer" class="container_12 clearfix"> <div class="inside"> <div id="copy"> <ul class="menu"> <li class="item97"> <a href="http://www.joomla.org"><span>Home</span></a> </li> <li class="item110"><a href="http://www.joomla.org/about-joomla.html"><span>About</span></a> </li> <li class="item98"><a href="http://community.joomla.org"><span>Community</span></a></li><li class="item99"><a href="http://forum.joomla.org"><span>Forum</span></a> </li> <li class="item100"><a href="http://extensions.joomla.org"><span>Extensions</span></a></li><li class="item206"><a href="http://resources.joomla.org"><span>Resources</span></a> </li> <li class="item102"><a href="http://docs.joomla.org"><span>Docs</span></a></li><li class="item101"><a href="http://developer.joomla.org"><span>Developer</span></a> </li> <li class="item103"><a href="http://shop.joomla.org"><span>Shop</span></a> </li> </ul> <div class="clr"></div> </div> <div id="link"> <div id="footerInfo">©2005-2013 <a href="http://www.opensourcematters.org">Open Source Matters, Inc.</a> All rights reserved.    <a href="http://www.rochenhost.com/joomla-hosting" target="_blank">Joomla Hosting by Rochen Ltd.</a>    <a href="http://www.joomla.org/accessibility-statement.html">Accessibility Statement</a>    <a href="http://www.joomla.org/privacy-policy.html">Privacy Policy</a>    <a href="http://community.joomla.org/login.html">Log in</a> <!-- end #footerInfo --></div> <div class="clr"></div> </div> <div class="clr"></div> </div> </div> </div> <div id="debug"> </div> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write("\<script src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'>\<\/script>" ); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-544070-3"); pageTracker._setDomainName("joomla.org"); pageTracker._initData(); pageTracker._trackPageview(); </script> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-544070-18"); pageTracker._initData(); pageTracker._trackPageview(); </script> </body> </html>