i am using Drupal 7 and just Successfully installed whiteboard module with the required libraries jsDraw2D, I am able to create whiteboard content but I am not able to draw and use none of the buttons.
I'm new here and this is my first project with Drupal.
I'm currently looking for a theme that resembles this wordpress theme. http://themes.themeton.com/squaregrid/
I'm either looking for an existing Drupal theme or someone that is capable of developing one.
I am having a tough time weighing the pros and cons to doing a multilingual site as one site (i8n) or two (multi-site or stand alone). The sites target two different audiences (English/French) and while many will be bilingual, most will choose one or the other. In what I have seen there are a few gotchas to using (i8n/entity translation) hence why we have a D8 multilingual initiative to hopefully clean this up. What I am hoping to get some more insight on is some more gotcha or issues to consider before choosing one way or another and regret it later on down the road.
For a school project I'm trying to find the ideal solution. I have the choice of creating the project from scratch and use a framework like CI or CakePHP to build around MVC from the ground up (which will give me alot of learning experience) or I can try and discover Drupal. If I choose to go with Drupal (advised by coordinator) I will have a much steeper learning curve but I've received info from people that Drupal already has nearly all the functionality I need for my project.
My project is to build a web application for a race sport organisation with the functionality for external event organizers to add games/matches to this web application which keeps a ranking of all matches that are offered (which this organisation can accept or deny) during a season. From this ranking at the end of a season groups will be drawn which places the competitors into correct groups according to their level (earned points).
Main functionalities are:
the registering of organizers
the offering of games/matches
the entering of a match result afterwards
adding new competitors when they are not know yet in the DB when entering a result.
the admin of the organistion itself should be able to:
accept or deny offered matches
edit matches and results
And a ranking which should be automatically updated after new results are added.