This Module provides simple way to add special taxonomy tagging with drupal taxonomy category page.
In this module user can add term name with respective vocabulary as per form configuration with special character
and it will be automatically link with category page.In category page all node will be display those node associate with
that term name.
How to use
Usage:
- Download the module.
- Activate the module (Not any module still dependent).
- Configure the module at "admin/config/system/special-taxonomy-tagging" or by visiting Configuration.
- Select content type in which you want special tagging in body value.
- Select special character and taxonomy that will be linked with drupal default category page.
Project page
https://www.drupal.org/sandbox/shamsher327/2487782
Manual reviews of other projects:
- https://www.drupal.org/node/2479197#comment-9921538
- https://www.drupal.org/node/2486277#comment-9921586
- https://www.drupal.org/node/2498811#comment-9983493
Git
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/shamsher327/2487782.git special_taxonomy_tagging_in_body
cd special_taxonomy_tagging_in_body
Automatic Pareview
http://pareview.sh/pareview/httpgitdrupalorgsandboxshamsher3272487782git
Comments
Comment #1
PA robot commentedWe are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)
Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #2
andrefy commentedhi Shamsher_Alam
Please update your git information, it should pointing to
Thanks
Comment #3
andrefy commentedComment #4
klausiThe git URL alone is surely not application blocker, anyone can update that in the issue summary. Please do a real manual review.
Comment #5
andrefy commentedManual Review
No: Does not follow the guidelines for project length and complexity.
multilangue sites
The starred items (*) are fairly big issues and warrant going back to Needs Work. Items marked with a plus sign (+) are important and should be addressed before a stable project release. The rest of the comments in the code walkthrough are recommendations.
If added, please don't remove the security tag, we keep that for statistics and to show examples of security problems.
This review uses the Project Application Review Template.
Comment #6
andrefy commentedPlease review the guide lines to tag your project as PAReview: review bonus, https://www.drupal.org/node/1975228, if you have already done some reviews please add them to this issue as explained on the previous link.
Comment #7
andrefy commentedComment #8
shamsher_alam commented@andrefy
thanks for review it but you have mentioned problem related to LANGUAGE_NONE constant it is not give any problem in multilingual site.
http://pareview.sh/pareview/httpgitdrupalorgsandboxshamsher3272487782git
Please see report in this i have allready test it on multilingual project its working fine.drupal standard suggest me to do using this constent.
Comment #9
shaktikworking fine.
Comment #10
shamsher_alam commented@shaktik
thanks for review.
Comment #11
manmohandream commentedWorking fine for me..
Comment #12
manmohandream commentedWorking fine for me...
Comment #13
shamsher_alam commented@manohandream
thanks buddy for review.
Comment #14
yogen.prasad commentedWorking fine
Comment #15
shamsher_alam commented@yogen
Thanks for review.
Comment #16
gsharm commentedWorking fine
Comment #17
kaustubhb commentedI tried it, it's Working fine for me
Comment #18
shamsher_alam commentedComment #19
andrefy commentedShamsher_Alam, thanks for your contribution, found a typo,
README.txt
Line 5: vocabulry should be vocabulary.
Line 7: page.In, add space between them.
Line 8: all node, I think this should be nodes
Regards
Comment #20
andrefy commentedThis module seems very useful, but I am having problems with multiple taxonomies, please take a look to it
Description
Once I have several taxonomies tagging doesn't identify the right one.
Steps to test
- Add the following terms: cars, cars_shop, cars_vendors,
- Set up module and to identify taxonomies on a content type
- Add the following to the content type, @car_shop
- It creates a tag to @car instead of @car_shop
Regards
Comment #21
andrefy commentedComment #22
shamsher_alam commented@andrefy
thanks i will fix and validate it from my end.
Comment #23
shamsher_alam commented@andrefy
All issues has been fixed.Please review it and make it live.
Comment #24
shamsher_alam commentedComment #25
shamsher_alam commentedPlease request to community members review and make it live if not any blocker in this.
Comment #26
awasson commented@Shamsher_Alam, there appear to be some formatting errors in your modules comments. I think the PAReview sniffer was updated recently and as a result it is a little more dialed in regarding commenting and other formatting. Pretty simple stuff to fix though.
Also, according to the PAReview, your Git default branch is not set but it appears to be fine when I look at your project page.
Otherwise, I've looked at the code and it appears to be well formed and follows best practices. If anything I would probably move the configuration form code (function special_taxonomy_tagging_in_body_admin_setting_form()) out of the module file and into an inc file to make the module very concise and easy to scan, update, extend but I don't think that's a deal breaker.
Cheers,
Andrew (awasson)
Comment #27
shamsher_alam commented@awasson
Great thanks for review it.
Comment #28
nikhilanant commentedworking fine
Comment #29
bisw commentedWorking fine for me
Comment #30
bisw commentedComment #31
mpdonadioAutomated Review
Git errors:
Review of the 7.x-1.x branch (commit 99eae6e):
This automated report was generated with PAReview.sh, your friendly project application review script. You can also use the online version to check your project. You have to get a review bonus to get a review from me.
Manual Review
There is no hook_admin_setting_form(). See https://www.drupal.org/node/1354 for how to document form constructors.
All variable_get() calls should have a default value.
(+) At some point, you will need to take into account vocabulary addition / deletion as well as content addition / deletion.
The settings form title/descriptions are redundant. Think of some better description text.
You don't need to use $GLOBALS['base_url'] in your link functions.
Why use hook_node_insert() / hook_node_update()? Comment needed. Also, these functions are exact duplications of each other?
What about content types that get rid of the body field?
This won't work on multilingual sites, or where the node language is defined. Use the Field API instead of directly poking through $node.
Calling field_attach_update from hook_node_insert() / hook_node_update() is really weird. I'm surprised this works at all.
This should really be an input filter. See https://api.drupal.org/api/drupal/modules!filter!filter.api.php/function...
The starred items (*) are fairly big issues and warrant going back to Needs Work. Items marked with a plus sign (+) are important and should be addressed before a stable project release. The rest of the comments in the code walkthrough are recommendations.
Under the new guidelines, I am keeping this RTBC as there are no security problems. Under the old guidelines, I would probably have pushed this back.
It also looks like RTBC was set w/o a proper review. Assigning to @er.pushpinderrana for a second look, if he has time.
If added, please don't remove the security tag, we keep that for statistics and to show examples of security problems.
This review uses the Project Application Review Template.
Comment #32
shamsher_alam commented@mpdonadio
thank you so much for reviewing. i have resolved all issues those you have listed.
Comment #33
avpadernoThanks for your contribution!
I updated your account so you can promote new projects as either a sandbox or a "full" project.
Here are some recommended readings to help with excellent maintainership:
You can find lots more contributors chatting on IRC in #drupal-contribute. So, come hang out and stay involved!
Thanks, also, for your patience with the review process. Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.
Thank you to the dedicated reviewer(s) as well.
Comment #34
shamsher_alam commentedThank you so much to all reviewer.
Comment #35
naveenvalecha