how to customise the FCK editor toolbar within Oracle's UCM - oracle

I'm trying to work out how to customise the FCK editor toolbar for contribution for Oracle's Content Server.
I am familiar with how to customise the FCK editor but am unsure of the correct way to apply custom scripts to the standard WYSIWYG editor for contributors.
I have this reference: http://download.oracle.com/docs/cd/E14571_01/doc.1111/e10613/c11_scripts.htm#BEIEDBEF
But it does not reveal how to implement the custom configuration scripts and the references send you in loops.
Has anyone done this, know how to do this or has any links to useful sites for this topic?
Thanks

This is easy enough.
Head to the following folder in your UCM install.
/weblayout/webform/fckeditor
Here you will find the FCK source, and some handy doco files.
In Site Studio; check: Site Assets -> Custom Configuration Scripts
This is where you will find the content based files that will expand the FCK editor.
I believe some samples are installed with the SS component, try your luck with the 'Add to Site' feature.
If they don't show up for your site, search for the 'Web Site Object Type' = 'Custom Configuration Script' or ID = SS_FCK_ and add them.
Once all this is done, you will have to assign the configuration Scripts to your 'Element Definition'. Under the "Custom Configuration" field (you can add multiple scripts).
The scripts are just JS, you can edit them easily enough within Site Studio.

Related

Powerpoint 2016 - Default Template on the Backstage

In PPT 2013, there was an option to save a template file blank.potx in %APPDATA%\Microsoft\Templates so it would appear on the Backstage as a "Default Theme". That also allowed to use CTRL + N to create a new presentation using the template. More detailed info.
Starting from the PPT 2016, a new location for the templates was defined %USERPROFILE%\Documents\Custom Office Templates.
I guess, that lead to some inconveniences, which resulted in making this support entry, explaining the new location.
The problem is, I want to be able to use CTRL + N and also see blank.potx named as "Default Template" or so. The way I found so far is to "trick" by placing blank.potx in %APPDATA%\Microsoft\Templates and copy-paste the renamed version of the same file in %USERPROFILE%\Documents\Custom Office Templates. Unfortunately, it does not appear as the first choice, and may mislead due to name inconsistency. Is there a better way to deal with this?
Note that only after you save your first template (format potx), two new links will appear under the "search for templates" widget:
FEATURED and PERSONAL template links as shown in the "New" dialogue box
The PERSONAL link will show all template files in the default templates directory: %USERPROFILE%\Documents\Custom Office Templates
If you add a folder there (or a shortcut to your personal templates folder), all templates will be easily accessible

I wish to add a button on the admin dashboard in Joomla 3.5, where in code do I need to make changes?

This button would be 'share' and placed at the article editor just like we have buttons like 'save','edit' etc
I facing a problem understanding joomla code structure and which file I need to make changes so as to add this button. Should it be administrator/layout/editor/ ?
There is a free plugin that can help you share your contents in social network. have a look http://extensions.joomla.org/extensions/extension/social-web/social-comments/social-comments-and-sharing-for-joomla .
Also there are several other plugins that may suit your requirements then to hack the core files http://extensions.joomla.org/extensions/extension?searchall=share+button
if you want to develop your custom editor button then you can check this link
Add Custom Button to Joomla's Article Editor (TinyMCE)

Plone: Change footer text

I'm working on a new site for our Center, using Plone 4.3.3 on Linux. I am also using the Plonetheme Burned. How do I change the footer text to replace the copyright attribution from "Plone Foundation and friends" to my organization?
At least we have two ways to achieve this. One is to edit the registered (template-based) view plone.footer through the Zope Management Interface (ZMI). This approach seems more straight-forward for new comers.
Click into the Plone Site, scroll down to look for portal_view_customizations (Template customizations). You will see all the registered views there, including plone.footer.
Click into plone.footer you will see its template file in HTML format. Click on Customize button to modify it. Thus you can manage the Plone Footer template.
The above approach is much the same with Change the Logo in Plone.
Another equivalent way is to create your plone.footer viewlet in the filesystem, to override the stock one provided by plone.app.layout.viewlet module. See http://docs.plone.org/develop/plone/views/viewlets.html for more info. Still, there is an equivalent way to override the template, online search with keywords like z3c.jbot for more details.

Add custom tab using Easy Tab in Magento 1.7

I installed magento 1.7. By default I saw Easy Tab under Admin > System > Configuration > TEMPLETES-MASTER > Easy Tab
When I enabled Easy Tab GENERAL options to Yes. I got the Easy Tab output as on the link below:
http://questoons.com/ojp/index.php/ring/diamond-ring.html
Now I want to add some custom tabs like CERTIFICATE OF QUALITY AND EXPERTISE, EASY PAYMENT OPTIONS and FREE SHIPPING AND RETURNS. Please guide me, how can I add custom tabs in Easy Tab on Product Details page.
From my experience, when integrating easy tabs in custom theme, you need to copy all easytabs files in your custom theme, add all fields and them adjust theme's tabs.phtml file according to easytab's tabs.phtml file. This is different from case to case, but if you just replace theme's tabs.phtml file with easytab's one, you will ruin all the design but have the functionality.
Hope this helped you.

Why won't Joomla render my PHP/Javascript tags on the front page?

This is my first project on website development using Joomla. I am trying to make a dashboard implementation. My problem is that whenever I edit my script in article using source tags, the changes are not reflected on my site immediately. I have even tried restarting my Wamp server, but in vain. Any tips that I should follow?
Thanks.
Depending on your Joomla-Version there are different options to check to suppress stripping or filtering of tags like <script> for the frontend. Here are some hints:
First of all your tags could be filtered out client-sided depending on the editor you selected. If you use the standard TinyMCE e.g. go to Extensions - Plugins - TinyMCE where you will find a list of prohibited Elements which may include script. Be exactly sure what you do though, always check who should be allowed to enter script tags in an article, this is almost always a major security risk if anybody else like you as an administrator has the right to use them. So another option could be to just set the editor for your administrator/author accout to plain text and leave TinyMCE untouched.
Another filtering is done server-sided by joomla itself which can be controlled in "Global Configuration" -> "Text filter". After a standard installation all groups will use Default Black List filtering which includes removing script tags. Here you could define "No Filtering" for the Super User group e.g.
Again, all this depends on your Joomla-Version (my examples are referring to 2.5) and are hints to get around the issue but without knowing your security concept.

Resources