What are the plugins installed on Joomla script on this site - plugins

What are the plugins installed on Joomla script on this site:
http://www.josourmagazine.ae/english/
( style , models , extentions , plug-ins ... etc. )
thanks for any help
zuhair

Just look at the source code and you'll have some ideas!

Related

installing newest ckeditor + wiris plugin

I've installing the newest ckeditor. but I've difficulties in configure wiris plugin on them.
I've try the steps listed on wiris website. but I've difficulties in editing configuration.ini.
Please help me editing configuration.ini and give example configuration.ini that works.
I'll so appreciated if anyone can give the download link containing ckeditor folder + wiris plugin already installed.
WIRIS plugin works without any configuration.ini file (from 3.50.x version onwards) using its default values. You only have to include a configuration.ini file if you need like to customize the configuration. There is a configuration.ini.dist in your ckeditor_wiris directory you can use as an example. You need to remove the leading # to uncomment variables. You can find more details at http://www.wiris.com/plugins/docs/resources/configuration-table
You can also download this working demo: http://www.wiris.com/plugins/demo/ckeditor/php/

Folding of PHPDoc comments on open not working in Eclipse Luna (why)?

why do these checkboxes seem to have no effect for me?
all PHPDoc comments are still expanded when I open a PHP file
It's not real answer but:
This look like classic bug in sofware. You should report it on official eclipse bugzilla (https://bugs.eclipse.org). Please add to your bug some additional informations, like:
It's php project and/or external file?
Luna version (4.4.0 or 4.4.1)
Example (broken) file
Logs (if any)
Thank you.
Be sure that it's a "PHP file" from the perspective of your editor. I know some old file extensions are not recognized as such by default, so I had to add them to the configured list. I've not seen issues with folding in Luna since I started using it for PHP stuff a month ago.

how to plugin evosuite.jar in Eclipse

On the evosuite documentation website, they have a unhelpful video.
The video shows that when you right click the text editor in eclipse, there is an evosuite icon after "replace with", but I haven't figured out how I can do that after I tried different answers on website.
I put evosuite.jar in the folder of eclipse plugins and then use plug-in from Existing JAR Archives functions of eclipse to import it.
Am I anywhere close?
Any suggestion will be appreciated. Thanks in advance
It looks like the update site is here: http://www.evosuite.org/update/
Paste this URL into your Eclipse Install manager's work with text box (Help -> Install new software...), select evosuite and next. Follow the instructions to install.
You may have to de-select the option “Group items by category” to see EvoSuite listed if you harness the power of Andrew Eisenberg's answer

How to Add starUML plugin into Eclipse(juno)?

Please help me to add the StarUML plugin into Eclipse IDE.
i'm searching in Google but i could not fine any link for this.
please help give the url to add the eclipse ...
Thanks in Advance...
Usually it should be enough to put the plugins into /plugins and the feature(s) to the /features folder. You may benefit from Eclipse internal provisioning by putting it in the /dropins folder. These folder is monitored by eclipse and will guarantee a proper installation.
Does starUML not come with a update-site link?
Start Eclipse > Select Help > Install Software > Available Software Tab > Add Site > Give any name and Enter this URL
http://downloads.myeclipseide.com/downloads/products/eworkbench/helios/enterprise-earlyaccess/
Wait for few seconds and select all the options that appears for installation and click Next.

Custom CKeditor plugin on Joomla installation

I have written a plugin for CKeditor according to this tutorial: Plugin Tutorial but I can't get it shown on the ckeditor's toolbar of my Joomla 1.5 installation. I have copied it in the plugins folder, registered it in the config.js as an extra plugin, even tried the Advanced Configuration in the backend settings by setting this: CKEDITOR.config.extraPlugins = 'myplugin'; or this config.extraPlugins = 'myplugin' but nothing happens, no button whatsoever. Can someone list the "installation procedure" of the plugin on a joomla 1.5 system? Thanks.
You also have to have an entry in the jos_plugins table. Unless I'm building an installation package for it, I just copy a similar record and make the changes to match my plugin - be sure to get the value in the "folder" correct.