Iframe in Vtiger Module - iframe

I try to integrate an external URL on vtiger crm
To do that, I think on Ajax/iframe , does someone know which file to modify?
I want to add in Menu Iframe(sub Menu) if a click in Iframe a have in index.tpl
iframe to http://www.exemple.com

I have solved my probleme ,
create a new module in .tpl i add
<iframe>http://exemple.com</iframe>

Related

I want a join us button on my Joomla website

I want a join us button on my Joomla website. The button should be displayed on all pages of my Joomla website. Such that upon being clicked it'll open up the job application form. I want to know is there a specific plugin or extension in Joomla which I can use to do this?
You can use the Custom module to show (nearly) arbitrary HTML code on your page(s).

Creating a custom component in wordpress with 3 page layout

I want to include a component in home page of my wordpress site
https://imgur.com/a/jVIu7
How can I create a cms part to enable my user upload image text so that it will be managed by him. I dont know how to search in google using the right term
add a new plugin Page Builder
https://wordpress.org/plugins/siteorigin-panels/
I would take a look at https://www.advancedcustomfields.com.
I use it for all my clients sites. Allows you to have a client side CMS interface with instructions, labels etc, that then plugs into your theme or template.

Editing page in wordpress - page not in content manager

I need to edit a page on my wordpress site, but the page doesn't show on the "Pages" feature. This page is accessible over a top menu that I can edit over the themes/template editing. However I cannot find a way to edit it or even find it on my file manager.
This is the page URL: http://protector-canum.de/linkliste/
I just need to add some content to it.
Anyone aware of how I can get this done?
Thanks!
Check the css class of your body tag and look for post-id-XXXX
use that number in your admin url

Nopcommerce 3.3 Plugin for admin required

I am looking to create nopCommerce plugin which will add menu in admin and from that menu i want to show a report view and than want to add report functionality on that view.
I am able to add menu in admin from plugin but when trying to access view from admin site its giving view not found error .
Thanks in advance if anyone can provide me any sample of admin plugin.
Regards
Sunil
In version 3.30 the views are embedded resource. Check the properties of the view and path in the method, which return this view.
This is working example:
return View("Nop.Plugin.Shipping.FixedRateShipping.Views.ShippingFixedRate.Configure");

Iframe implementation for Wordpress

Does anyone know a way to implement an iframe on a WordPress website. Every time I place the code onto the correct page, wordpress strips my code and the iframe breaks.
I was wondering if there was a plugin that allows iframe code to stay intact or if there is some form of shortcode to use.
I have tried:
[iframe url="http://www.youtube.com/embed/X3kLPtVjjhA" width="579" height="360"]
[fixiframe url="http://www.youtube.com/embed/X3kLPtVjjhA" width="579" height="360"]
and installed the "embed iframe" plug-in on my site but none of them seem to work.
I appreciate the help.
You don't need an iframe to post a youtube video, but to answer your questions about iframes in wordpess..
I am not sure what those plugins do. You can create page templates and have iframes in your pages without using any plugins.
Create a new page template and add the iframe in the php code for that page template. More specifically, create a copy of page.php and rename it. In the comments at the beginning of the file, edit the line with the template file name to Template Name: MyPage. Edit the page code and add iframe code where you need it. And select this template (MyPage) as the template for your page in page edit section wp-admin.
You can also add the embed code as meta information to page in wp-admin, and fetch this meta information in the code to display the iframe. In this way, you can use different iframes for different pages with a single template.
Let me know if you need help with this. I will post a complete solution
Why are you using an iframe to load a Youtube video, you should use the embed tag that they show under the video...
I have iframes in my wordpress for all the Facebook/twitter buttons and they work great!

Resources