Questions tagged [impresspages]

ImpressPages is a PHP framework with drag & drop admin panel

ImpressPages is a modern PHP framework for website development and management. It features a unique drag & drop user interface that allows less tech savvy users to administer their websites.

152 questions
1
vote
1 answer

Custom icons for plugins in menu

I have built my own plugin in Impresspages. In a custom widget it is possible to add a custom icon by adding a "icon.svg" image in the assets folder. Is it also possible to add a custom Font Awesome icon in the menu for a plugin?
Tom Bauer
  • 185
  • 1
  • 4
1
vote
1 answer

ImpressPages 4 grid field to upload file to a temp folder instead of repository

I created a plugin for IP 3.9 to upload videos to encoding.com and convert them to mp4 so users would not have to worry about the format of the videos to use in their html5 sites. In the previous version of ImpressPages I used the element_file of…
jeruki
  • 1,860
  • 3
  • 20
  • 27
1
vote
1 answer

Plugin Submenu Admin

How do you create Submenu items for a plugin. I've checked System Module, That have Submenu class, and Filter on Admin. Is this possible without hacking or Overriding class. Thanks.
flakerimi
  • 2,580
  • 3
  • 29
  • 49
1
vote
2 answers

I can't wy icon svg is not visible

It's my first time hier. I'm discover the CMS impresspage and I'm very glad with. I'm install the program, all is good, expect one. The little image on admin are not visible. You can see All icon.svg are strang I tried on Firefox 28 and Chrome…
Larix
  • 11
  • 1
1
vote
1 answer

impresspages parse the renturn data from getMenuItems class

I want to build a custom menu output so I am calling this class: $pages = \Ip\Menu\Helper::getMenuItems('menu1'); It returns this: Array ( [0] => Ip\Menu\Item Object ( [title:protected] => Home [pageTitle:protected] => …
0
votes
1 answer

How can i convert a https://graph.microsoft.com/v1.0/me/photo/$value response with php to an image

I'm trying to show a Microsoft Graph image on a php website. I receive the image from graph, but its not in the correct format. The result is like ����JFIF``��C and so on The problem is that I receive an image as result and not a json. But i'm not…
0
votes
1 answer

Concatenate Js/Css plugin breaks paths in LESS files

I have just installed the Concatenate Js/Css plugin and a couple of paths inside my less files become broken within the resulting CSS. For example: this path url('/Theme/PrimoCargo-Bootstrap/assets/img/home_header-image.jpg') becomes…
0
votes
3 answers

No Font-Awesome icons of theme

Can anybody tell me how to set up Font Awesome to work with a theme? I have put this in my template file:
0
votes
1 answer

php config for ImpressPages

Please tell us witch best php config for ImpressPages php version 5.5 you can find attached to this post.
0
votes
1 answer

ImpressPages - Unable to add plugin / themes - Still persistent in 4.6.6?

With reference to ImpressPages - Unable to add plugin / themes ( version 4.2.7 - abt 2 years ago ) the problem still seems to be persistent ? The relevant code from /Ip/Internal/Plugins/PluginDownloader.php is; $fileMd5 =…
MarcoZen
  • 1,556
  • 22
  • 27
0
votes
3 answers

Add custom menu entries to tinymce

I want to add a custom menu to tinymce. I just want to press a sub element and insert text. How can I do that? I want to do that through a plugin.
dzervas
  • 250
  • 2
  • 14
0
votes
1 answer

What to enter in Redirect plugin? (4.6.2)

What syntax do I have to enter for getting correct redirects? No matter if I enter for example /english/project-management or http://www.URL.com/english/project-management it won't work. Neither with source not with target URL. Trailing / or not…
0
votes
1 answer

How to change password in Admin

When I create another admin user, how can he change password. I disallow 'Administrators' permissions since he can make him self SuperAdmin. Without that he cannot change his profile, like password. Is there a way to have better control on…
flakerimi
  • 2,580
  • 3
  • 29
  • 49
0
votes
1 answer

Reflection Added to db but file does not exit

File is relative to /file/repository/AutoSalon/hasi/BB_Light_House_8.png ipFileUrl(ipReflection('AutoSalon/'.$user['username'].'/'.$value['photo1'],$opti‌​ons,'thumb_'.$value['photo1'],true)); (36, options ,fprit,…
flakerimi
  • 2,580
  • 3
  • 29
  • 49
0
votes
1 answer

Overwrite IpReflection

I want to change Avatar, but I want to use ipReflection() too. when I upload first image it works but when I change it stays the same, I tried to unbind then bind again same image but it doesn't work. ipUnbindFile($image, 'UserModuleLogo',…
flakerimi
  • 2,580
  • 3
  • 29
  • 49
1 2
3
10 11