I have installed MIGX TV on MODX Revolution 2.4.0, but after installing it when i try to create new TVs in input type i dont get MIGX ?
Should i switch back to older version of MoDX?
Did you scroll to the bottom of that Input Type list? I think the MIGX option is at the bottom rather than inserted in alphabetical order.
Also, I'm pretty sure I just read somewhere that MIGX is not yet compatible with 2.4.0... but don't quote me. You might ask directly on the MODX forums - use the MIGX board.
Related
after upgrading from vtiger crm 7.2 to 7.3 or 7.4 I have problem with list pagination block. It goes under "customize" button.If i change the size of window , somewhere ican see it but this time losing the "more" button on the left.
Thanks for answering people.
Pagination is under Customize button
More button on the left lost
Sorry, i have not enough reputation to comment, and this maybe can't be considered a solution, but i hope it helps.
Maybe something's wrong with your templates?
If i'm not wrong the pagination block is generated on:
layouts/v7/modules/Vtiger/ListViewActions.tpl
And customize butons on:
layouts/v7/modules/Vtiger/ModuleHeader.tpl
So maybe you can check these files, or the ones that call this ones, to see if there are any differences with a clean 7.4 installation.
How to disable aui.css for custom pages in Liferay 7. Is it possible to do this somehow via portal-notmal.ftl
aui.css is coming in through the unstyled theme, which typically is the basis for every theme there is. That being said, you can override it and remove it this way. It's refined in the styled theme, and also in the classic theme (in the same github repo, you'll find it).
If you do so, note that you'll still have to deal with a lot of formatting on your own - the classes and other DOM elements will be generated, but it looks like aui now includes the Lexicon CSS that you'll have to simulate if you get rid of it. Why you'd want to do so, instead of accepting the defaults and overriding what you don't like, is beyond me.
Edit, answering to your comment:
You'd simply create your own theme (Linking to 7.1 here, see below) with any overrides that you'd like to have. There's not a single file with an option, as this configuration file would be too complex and unmanageable.
Also, you sound like you've just started building your site - my recommendation would be to always go with the latest release and use 7.1 (at this time) and note that 7.2 is around the corner, Beta 3 has just been released
I am working on a project that uses an e-ink display connected to a board that runs a linux version using SPI. I can now control the display fine from user space but what I would really like to do is make a display driver so the e-ink display is seen as a normal display by linux. I have searched online on what I would have to do to make this work but I can't really find anything.
Could someone point me in the right direction?
Please have a look at the existing "fbtft" drivers here. Some Waveshare driver seems to be already supported and it might be what you are looking for or you can add support for the one you want. You can also have a look at the out of tree fbtft and tinydrm driver repository.
We have updated our project from Sitecore 6.5 to version 7.1 and noticed that rich text fields in page editor are missing the "[No text in field]" when there is no value available. Has anyone encountered this issue before? Does anyone know where this can be checked?
I assume there are some configuration files/javascript files that add this value but a long an strenuous Google search has turned up nothing, unfortunately.
This was a Sitecore issue for version 7.1. Sitecore HelpDesk provided a quick fix for this.
Have used Joomla a fair bit, but have ending up taking over a site previously looked after by someone else. It had been recently updated to 2.5.6 from 1.6 and is sort of ok, but there are a few issues I'm finding particularly with the Admin Menus.
the extensions manager is missing its sub menu of 'update' 'discover' etc - does anyone have any idea to remedy this?!
a couple of components don't exist in the directory structure (admin or components) but are listed in the in the components menu in admin, so if I try to reinstall them it won't add the menu option...(get error saying menu item already exists). Does anyone know how to clear the menu options from admin so I can reinstall the components properly?
its a bit of a mess but I haven't the time to start from scratch on this site as its already been highly customised!
Any help much appreciated - as I say I'd be familiar enough with joomla but setting up from scratch without all the mess!
Many thanks
Clare.
For question # 2 you need to use phpmyadmin, or a similar tool and remove the offending components from the xxxx_extensions table. xxxx is a random 3,4, or 5 character string which was created during installation.
Also check the xxxx_menu table for menu items from these components.
Usually admin menu items appear in the "menu" menus.
WARNING! be extremely careful when hand editing your SQL tables. You can completely destroy your site, if you make a mistake. NEVER do a "drop" nor an "empty" with the tool.
As to question #1, I have not seen this behavior. Have you tried an update? or reloading Joomla over your current site? (If you do this, be sure to backup your site! We use Akeeba backup to do this)