I have Moodle website and I Installed new theme , What I need is How can I manage numbers on the display courses in front-end as the below URL display 3 courses in each row .
https://preview.themeforest.net/item/space-moodle-template/full_screen_preview/22579922?_ga=2.218178714.2021572415.1563651414-1811064317.1562426358
You may change the amount of courses that are displayed in the frontpage by changing the Moodle setting frontpagecourselimit (as an admin). But keep in mind that it is entirely possible that the theme you mentioned overrides the frontpage renderer in a way that ignores that settings.
Related
I have created control panel theme following bootstrap standards. For some reason, we are using liferay 6.1 which doesn't provide responsiveness and hence has to be taken care of.
As we know control panel contains many pages e.g: MyAccount, User Administartion e.t.c.
As of now,these pages are looking fine with the old theme(non-bootstrap).
As and when I update these pages to bootstrap standards, I want to be able to apply bootstrap control panel theme for them.
Question here is - How do I apply old theme for MyAccount Page and bootstrap theme for User Administration page. Is there some property file that I need to update?
I did my research but couldn't find anything substantial.
Please let me know if I need to be more specific about the query.
I'm trying to make an iphone and ipad version for my magento store.
I followed the following steps to achieve the fallback:
Added exceptions for the mobile devices. Navigated to the Magento administrative area -> System -> Configuration -> Design -> Themes. Clicked on the Add Exceptions buttons besides the Templates, Skin and Layout labels.
Entered the following line in the Matched Expression field:
iPhone|iPod|BlackBerry|Palm|Googlebot-Mobile|Mobile|mobile|mobi|Windows Mobile|Safari Mobile|Android|Opera Mini
In the Value field entered iphone and saved the changes.
It worked like a charm for all my pages except for the category and product pages. I checked the Category settings under Manage Categories and the design of these pages seems to be handled in the Custom Design tab.
How do I make my exceptions overide this setting?
I Thought the field in custom design had to be populated with one of the themes from the drop down. Apparently you can leave it on --Please Select-- and it will still save without errors.
The exceptions work perfectly know, DOH!
I am new in moodle and also not 100% idea about asking question regarding moodle issues
Is there any option in moodle to add a div at the top of all questions pages as a unique div ?
it should be editable as well
any answer and advice are much appreciated
As I know moodle, Its not possible to add a new div on quiz pages easily, The easy way to add html/tags in moodle by theme which is applying in your moodle as current theme. If you add any tags on particular theme, it will be shown in this theme only.
Moodle theme has various layout, on which you can add/edit html/tags.
Please read paragraph under header 'The different layouts as of 21st April 2013' with this artcle.Various Layout. which describes about moodle various layout. I am not sure but it may useful for you.
If theme way is not useful for you, then you will have to go with creating module/plugin for add html.
I am pretty new in Typo3 (I came from Joomla and WordPress) and reading the documentation I have some doubts related to the user manage the user in this CMS:
I am using Typo3 6.1.1 and reading here it seems to me that the user managment is quite different (maybe the documentation is related to an old version of the CMS?): http://docs.typo3.org/typo3cms/GettingStartedTutorial/EditAndCreatePagesAndContent/CreateUsersGroups/Index.html
In particular I am not understanding if in the 6.1.1 the backend user can ben divided in groups or if they simply are backend user because if I go into: ADMIN TOOLS ---> Backend User I can see the backend user but not the groups, why?
Tnx
Andrea
As you can see in mentioned doc, BE users can be divided by groups and easiest way for creating BE groups and next BE users is using WEB > List module.
Just using workflow showed at screen of this section you need to create records of both types (blue arrows) on the highest page (with id 0 - on screenshot it's called New TYPO3 site)
I'm not quite sure about the reason, but Backend User module doesn't allow to manage BE groups directly, however there's a tip (which is general for whole TYPO3) - you can create a BE group ad hoc - during the process of creating BE user by using additional icons in the form, take a look to screenshot below, the yellow pencil and black plus allows you to edit/create related records without canceling current edition.
I have a Joomla site I am developing that centers around designer handbags of a particular label
(not my site, it's a client's). It is not an ecommerce site, more of a social site.
What I am looking to do is present the user with a list of handbag styles and patterns so that
they can mark which items they have and which items they need.
Then two sections of content would be generated - one listing what they have and one listing what
they need.
I would also need to be able to include a direct menu link to that page.
Any ideas would be appreciated!
Probably the best way to do that would be to extend either community builder or JomSocial. Both have the ability to have custom user profiles which would go a long way to creating what you are looking for. You may even be able to do everything you want within the basic structure of one of those extensions.