content-management-system

Website image manager with copy/paste? (Flash?)

青春壹個敷衍的年華 提交于 2019-12-25 00:55:34
问题 I'm looking for a web based upload manager, with good support for images. It should be as easy as possible for novice users to "add images to a website". I could use such a thing for two use cases: A CMS for external use, needs proper image support (1-file upload doesn't quite cut it). A Wiki for internal use, to get popular it will need the ability to put in screenshots easily without bothering with "save screenshot to file - upload file - put complicated markup on page to display image".

Ecommerce plugin development - how to periodically check the platform DB and call external API

时光怂恿深爱的人放手 提交于 2019-12-24 22:00:04
问题 I'm developing a module for Prestashop and I'll make a premise valid for Prestashop development environment: a module/plugin can do it's work thanks to some hooks, like Header, or leftBar, or BackOffice header loading, so apparently there is no way to do what I want to do: I want to periodically (let's say each day) check for abandoned cart in Prestashop database and send their information to external API. I thought of a workaround which I don't like very much and it doesn't seem efficient to

Implementing SSO into Joomla 3 to gain access to the website

人走茶凉 提交于 2019-12-24 16:13:06
问题 I have been asked to create an internal intranet. One of their criteria is to allow employees to access the site using Google SSO. This isn't to log into the backend, it is purely to gain access to the site. I am creating it in Joomla 3. Can anyone advise how I would go about this? Thanks 回答1: I think the best approach is adding Joomla SAML capabilities. There is a Joomla3.3 SAML plugin [1] that you can use to connect with Google (Google will act as Identity Provider) [2] Then you may add

Render child items with their own layout in a carousel control

孤者浪人 提交于 2019-12-24 13:19:58
问题 Here is what I am trying to do: I have a content item "Carousel Presenter". Essentially this will present its child items within the carousel. I want the flexibility to have any number of child items. I also want the flexibility to be able to specify the presentation of each child item - they may be the same or different. I am using Sitecore 6.5. The carousel is jcarousel. I need to generate markup generally like this (from item "Carousel Presenter"): <div class="jcarousel"> <ul> <li> ...

PHP file upload error conditions

安稳与你 提交于 2019-12-24 09:28:05
问题 I am trying to create a profile editing setup. It seems as though the information is edited only when an image is being uploaded. I found out that allowing the error message to be a condition allows for some more manipulation so I attempted it now my condition statement is not working as it should. if($_FILES['files']['error']==0) { print_r($_FILES['files']['error']); echo "if"; foreach($_FILES['files']['name'] as $file => $name) { $filename = $name; try{ if(move_uploaded_file($_FILES['files'

Assigning Wordpress post information to PHP array and assign the php array value to javascript array FOR THIS REASON

自闭症网瘾萝莉.ら 提交于 2019-12-24 07:18:31
问题 PHP to Javascript with values from Wordpress I hope the following code explains what i want. <?php $title = array(); $i=0; if ( have_posts() ) : while ( have_posts() ) : the_post(); $title[i]=the_title(); $link[i]=the_permalink(); $i++; endwhile; else: $title[0]="Welcome to my website."; $link[0]="/index.php"; endif; ?> <script> var list=new Array(); list[0]='<a href="<?php echo $link[0] ?>"><?php echo $title[0] ?></a>'; list[1]='<a href="<?php echo $link[1] ?>"><?php echo $title[1] ?></a>';

Assigning Wordpress post information to PHP array and assign the php array value to javascript array FOR THIS REASON

余生长醉 提交于 2019-12-24 07:18:21
问题 PHP to Javascript with values from Wordpress I hope the following code explains what i want. <?php $title = array(); $i=0; if ( have_posts() ) : while ( have_posts() ) : the_post(); $title[i]=the_title(); $link[i]=the_permalink(); $i++; endwhile; else: $title[0]="Welcome to my website."; $link[0]="/index.php"; endif; ?> <script> var list=new Array(); list[0]='<a href="<?php echo $link[0] ?>"><?php echo $title[0] ?></a>'; list[1]='<a href="<?php echo $link[1] ?>"><?php echo $title[1] ?></a>';

Building a CMS to For Website

早过忘川 提交于 2019-12-24 00:55:23
问题 I have my main site kansasoutlawwrestling.com which will be using Codeigniter, and then I am also creating a CMS for myself that is a separate entity which will be located at kansasoutlawwrestling.com/kowmanager . My CMS will use different CSS, javascript, and image files, so I'm wondering if I should just have two different installs of CI. I tried looking at PyroCMS, but there's way too many folders and I was having a problem understanding its file structure. What is the proper set up for

Integrating a CMS into an established application-centric MVC website

北战南征 提交于 2019-12-24 00:49:43
问题 I have an application-centric ASP.NET MVC (on SQL/EF) website that, for approx. 5 years, has provided a few specialized job-board-like AJAX applications to about 25,000 members. Most of the site's fairly rich existing application data-schema operates behind member-only logins (http://www.erp-consulting.com). That's partly because that's our bread-and-butter; but it also because our outreach teams that would create non-application content don't have a place to put that content (a CMS). I dread

TYPO3 can't enable htmlArea RTE

旧巷老猫 提交于 2019-12-23 13:28:12
问题 I try to install the module htmlArea RTE in TYPO3 6.2 (The LTS version). In "Extension Manager", he's active, but in "Page", when I edit or create a new Text record, the WYSIWYG doesn't appear. I'm on Firefox but I tried on other browser and he doesn't appear too. 回答1: Please check in the module "User Settings" on tab "Edit & Advanced functions" if there is a checkmark at the option "Enable Rich Text Editor (if available)". I tried a fresh installation and had the same problem. After set the