If you copy it to your theme templates folder it will be usesed instead of the one inside the user module. Just remember to clear the cache for it to be found by Drupal.
Thank you again for your reply. How can I apply email confirmation upon registration of the member account?
and Is it possible to upload documents in the forum?
By default it already sends the drupal default email.
Regarding the upload of files to in the forum, you can go to admin/structure/types/manage/forum/comment/fields and add a file field to the forum comments.
Best regards
Chrysmille
Thu, 12/11/2014 - 10:13
Hello James,
Hello James,
I want to know how can I see the List of class in opigno?
Chrysmille
Thu, 12/11/2014 - 10:15
Hello James,
Hello James,
I want to know how can I see the List of class(for example Biology Class, English Class)?
I already created the class, categories and courses.
admin
Thu, 12/11/2014 - 14:00
The course catalogue displays
The course catalogue displays courses and classes that you are not part of.
In the my courses, you see the courses and classes you are part of.
For classes to displays, they need to have a course associated to them.
If you want to views the full list of classes from an admin perspective, you go to the top black bar, click on content and filter by type(class)
Best regards
Chrysmille
Fri, 12/12/2014 - 02:11
Thank you .. how about from a
Thank you .. how about from a member perspective. how can she know the classes available?
(sorry for asking many questions.)
James Aparicio
Fri, 12/12/2014 - 10:27
Hi Chrysmille,
Hi Chrysmille,
As i explained previously, if the class and course are not private (they do not show up anywhere if it is private (only under my courses for users that are part of that course)) they will show inside the catalogue or the my courses depending if the user is part of the course or not. But for this to happen, the class must have at least 1 course inside it. If the class does not have any courses assigned to it, by default with opigno it will not show anywhere.
Best regards
Chrysmille
Mon, 12/15/2014 - 08:49
Hello, How can I change the
Hello, How can I change the range of the year in the Date, because I will use it for the Birthdate field.
James Aparicio
Mon, 12/15/2014 - 09:40
Hi Chrysmille,
Hi Chrysmille,
In the field settings, click on More settings and values, there you can specify the starting year and ending year.
Best regards
Chrysmille
Tue, 12/16/2014 - 09:14
Sorry, but I can't find the
Sorry, but I can't find the "More settings and values" in the field setting.
... and one more question, How can I put an icon in the menu in the default Opigno theme, because I added another menu item. Hope for your answers. thanks
axel
Tue, 12/16/2014 - 09:45
Hi,
Hi,
To add an icon in a menu item you should edit the menu and add an ID for this item (in "Menu item attributes" part).
Then in Administration -> Manage display settings -> CSS overrides, simply add some CSS to use the icon with the menu item ID (you can inspect the CSS code used for existing menu entries to add something similar).
Feel free to post on this forum in case of additional questions.
Best regards,
James Aparicio
Tue, 12/16/2014 - 09:51
For the field settings, you
For the field settings, you have to go to Structure -> Content type -> the content type the field is in -> manage fields. In this page you click edit on the date field you want to edit. You will find the "More settings and values here".
If the id you defined is #your-custom-id then the CSS to add is:
#your-custom-id a.active, #your-custom-id a:hover {background-image: url("/sites/default/files/your-icon-active.png");}#your-custom-id a {background-image: url("/sites/default/files/your-icon-inactive.png");
Assuming that you placed the icons for active and inactive menu item in /sites/default/files folder and that they are names your-icon-active.png and your-icon-inactive.png
Hi Chrysmille,
Hi Chrysmille,
Here -> "admin/config/people/accounts"
You can configure all the fields and configure if they are displayed in the registration form.
Best regards
Thank you for the reply..
Hi Chrsymille,
Hi Chrsymille,
Inside the user module, you have the drupal default file user-profile.tpl.php.
If you copy it to your theme templates folder it will be usesed instead of the one inside the user module. Just remember to clear the cache for it to be found by Drupal.
Best regards
In reply to Hi Chrsymille, by James Aparicio
Hello!
In reply to Hi Chrsymille, by James Aparicio
Hello!
Hi Chrysmille,
Hi Chrysmille,
To custumize email setting regarding new accounts, you can go to http://opignolms117_a.local/admin/config/people/accounts
By default it already sends the drupal default email.
Regarding the upload of files to in the forum, you can go to admin/structure/types/manage/forum/comment/fields and add a file field to the forum comments.
Best regards
Hello James,
Hello James,
The course catalogue displays
Thank you .. how about from a
Hi Chrysmille,
Hi Chrysmille,
As i explained previously, if the class and course are not private (they do not show up anywhere if it is private (only under my courses for users that are part of that course)) they will show inside the catalogue or the my courses depending if the user is part of the course or not. But for this to happen, the class must have at least 1 course inside it. If the class does not have any courses assigned to it, by default with opigno it will not show anywhere.
Best regards
Hello, How can I change the
Hi Chrysmille,
Hi Chrysmille,
In the field settings, click on More settings and values, there you can specify the starting year and ending year.
Best regards
Sorry, but I can't find the
Hi,
Hi,
To add an icon in a menu item you should edit the menu and add an ID for this item (in "Menu item attributes" part).
Then in Administration -> Manage display settings -> CSS overrides, simply add some CSS to use the icon with the menu item ID (you can inspect the CSS code used for existing menu entries to add something similar).
Feel free to post on this forum in case of additional questions.
Best regards,
For the field settings, you
For the field settings, you have to go to Structure -> Content type -> the content type the field is in -> manage fields. In this page you click edit on the date field you want to edit. You will find the "More settings and values here".
Best regards
Thank you for all of your
In reply to Hi, by axel
Hello,
In reply to Hello, by Chrysmille
Hi
Hi
If the id you defined is #your-custom-id then the CSS to add is:
#your-custom-id a.active, #your-custom-id a:hover { background-image: url("/sites/default/files/your-icon-active.png");}#your-custom-id a { background-image: url("/sites/default/files/your-icon-inactive.png");Assuming that you placed the icons for active and inactive menu item in /sites/default/files folder and that they are names your-icon-active.png and your-icon-inactive.png
Best regards,
In reply to Hi by axel
Hello,