My project need to review for approval. its a simple project for that review you don't need enough time. My project is tested with windows and linux environment. Also its published in a website. And its working fine.
My project need not any other non-core module. Its simple cause till now I didn't apply any configuration option. I'm planning to set come configurable configuration into this project. Its now grab node title of sticky, promoted and published. The list is sorted by sticky desc, promote desc and created desc. Its has some limit set. That means last 50 node will grab and prepare for ticker. Another think is that this project only works on "Article" type content.
Here is my live project link http://new.shobujpata.com/
Project Home: https://drupal.org/sandbox/razonklnbd/2075049
GIT Clone Link: http://git.drupal.org/sandbox/razonklnbd/2075049.git
I also reviewed https://drupal.org/node/2075045#comment-7799083
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | simpleticker.jpg | 91.08 KB | drupaldev@assyst |
Comments
Comment #1
razonklnbd commentedjust need to change issue title
Comment #1.0
razonklnbd commentedappend description and link
Comment #2
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpgitdrupalorgsandboxrazonklnbd2075049git
We 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.0
PA robot commentedadd other project review link
Comment #3
PA robot commentedClosing due to lack of activity. Feel free to reopen if you are still working on this application (see also the project application workflow).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #4
razonklnbd commentedComment #5
kartagis; $Id: simpleticker.info$
version = 1.0
files[] = simpleticker.module
package = others
Also, install Coder module and fix the issues it reports.
Best of luck!
Comment #6
kartagisComment #7
pignaz commentedChange name of project on git from 2075049 to simple_news_ticker
Comment #8
drupaldev@assyst commentedGeneral
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/razonklnbd/2075049.git simpleticker
Manual Review
Readme.txt
simpleticker.info
; $Id: simpleticker.info$; $Id: simpleticker.info$version = 1.0files[] = simpleticker.modulepackage = othersdependencies[] = blocksimpleticker.module
Check line # 89 in simpleticker_block_view() function.
Comment #9
drupaldev@assyst commentedComment #10
auworks commentedHi there,
I did a manual review of your code and found the following issues. See below:
LINE 73: 'region'=>'spticker'...
Looks like you are trying to assign newly created block to a region named 'spticker'. Not everyone will have a 'spticker' region in their drupal installation. Please assign it to region that is common with most drupal installations or just leave it unassigned.
LINE 89: $sql2select='select n.nid, n.title, n.created...
The query doesn't look right to me. It looks like you have added some custom fields to your node type and your query is dependent on those fields. Again, not everyone will have exactly the same setup of content type as yours so this needs to be changed.
You can either make your module to create a new content type and add those fields (This requires creating a installation script for your module) and that way you can make sure that those fields are there.
OR
Just base your query on standard drupal fields. For example all the modules which have been promoted as sticky will be added to ticker...
Let me know if you need any help...
Comment #11
PA robot commentedClosing due to lack of activity. Feel free to reopen if you are still working on this application (see also the project application workflow).
I'm a robot and this is an automated message from Project Applications Scraper.