alfresco vs drupal

Learn about alfresco vs drupal, we have the largest and most updated alfresco vs drupal information on alibabacloud.com

No refresh upload file technology discussion in Drupal

Discussion on the technology of no-refresh uploading file in Drupal There are several ways to implement a no-refresh upload file in the Web: 1. Use Formdata and FileReader in HTML5 to implement. However, this method can only be used after IE10. 2. Use the SWF file to do the relay. 3. Submit using a hidden iframe. The above 2 and 3 are actually similar. I found in Drupal 7 that the field Content-type as

Do you have people who are familiar with Magento and Drupal two times?

Anyone familiar with Magento and Drupal two times? Do you have people who are familiar with Magento and Drupal? I wonder if there are many people in the forum with these two? Let's talk about using both of them. ------Solution-------------------- Magento I used to feel can also, two times the development of the words slow, but the implementation of the efficiency is OK, because it is based on the ZF framewo

Drupal One key to hide management navigation and in-Station keyboard navigation related module part knot

One key hiding management navigation related module When we usually do the project must install a management navigation, either built-in toolbar, or the old Administration menu, or the upstart NavBar, because the administrator always need this thing, developers sometimes need. But it brings convenience at the same time, also occupies a place on the screen, so sometimes we or customers need to hide them, when needed, and then through the accelerator key exhaled. The need for the

Resolving a solution that Drupal clean URL cannot enable

Some prerequisites:Website Domain name: site.comWeb site installation directory:/var/www After git pull the code to the server and deployed the database, the clean URL is not enabled, and the following is the troubleshooting and resolution steps: 1: Establish a info.php file, which input: Phpinfo ();?>and save, view the page found that the Apache Mod_rewrite module is not enabled, Linux executes the following command to install the rewrite module:A2enmod rewriteThen restart the Apache service

Drupal password policy module password hash Information Leakage Vulnerability

Release date:Updated on: Affected Systems:Drupal Password Policy 6. x-1.xDescription:--------------------------------------------------------------------------------Bugtraq id: 56350 Drupal is an open source content management platform. Drupal's Password Policy module has the information leakage vulnerability. Attackers can exploit this vulnerability to obtain sensitive information through man-in-the-middle attacks. *> Suggestion:----------------

Drupal Smiley/Smileys module script insertion Vulnerability

Release date:Updated on: Affected Systems:Drupal Smileys Module 6.xDrupal Smiley Module 6.xDescription:--------------------------------------------------------------------------------Drupal is an open source content management platform. Drupal's Smiley and Smileys modules have security vulnerabilities. If the input passed through the acronyms field is not properly filtered, the module is used, resulting in arbitrary HTML and script code insertion. T

Drupal Drag & amp; Drop Gallery module SQL Injection Vulnerability

Release date:Updated on: Affected Systems:Drupal Drag Drop Gallery 6.xDescription:--------------------------------------------------------------------------------Bugtraq id: 56936CVE (CAN) ID: CVE-2012-4479 The Drupal Drag Drop Gallery module creates an image library node type. You can Drag and Drop images in the local file system to add images to the image library. Drag Drop Gallery 6.x and other versions have security vulnerabilities in file p

Configure Drupal pseudo-static on nginx on the aliyun host

Online looking for a long time is not correct, the back directly in http://wiki.nginx.org/Drupal The original text is found, but a 'root' rewrite ctictive is duplicate error and the first server column error will appear after the original text is copied. Compared with the pre-configured rewrite on aliyun, it is found that none of them have the server {} name, and this location also reports an error in nginx-t. Commented out the error location and dele

Drupal, what's the deal?

Drupal $Id $ ? /** [Email protected] ? *administration page callbacks for annotate module. ?*/ ? /** ? *form Builder. Configure annotations. ?* [Email protected] Forms [Email protected] system_settings_form (). ?*/ function Annotate_admin_settings () { ?//get an array of node types with internal names as keys and ?//"friendly names" as values. ?//e.g.,array (' Page ' = ' page ', ' story ' = ' story ') ? $options = node_get_types (' names '); ? ? $for

How do I choose the right Drupal module?

Using Drupal to build a website for a company, what modules do you probably need? The main site is to do some propaganda and some message consulting, it is best to have a trading function. What are some of the modules for implementing these features? Are there any other modules recommended for use? Reply content:Don't bother, you build this website finally also failed, probably you just want to make a vote? or an internal employee? Why would I say t

Enable clear urls of drupal

The so-called clear urls is like www.drupal.com /? Q = admin is converted to www.drupal.com/admin?this is a good solution for both of them. One is easier to get searched by the engine, and the other is, of course, easy to pull. Haha If apache is used as the http server, you can directly enable clear urls on drupal, Administration-> Configureation-> Search and metadata-> Clean URLs, and then directly enable it. If you are an nginx server, you need t

Configure Drupal pseudo-static on Nginx on the aliyun host

Configure Drupal pseudo-static on Nginx on the aliyun hostOnline looking for a long time is not correct, the back directly in http://wiki.nginx.org/DrupalThe original text is found, but a 'root' rewrite ctictive is duplicate error and the first server column error will appear after the original text is copied.Compared with the pre-configured rewrite on aliyun, it is found that none of them have the server {} name, and this location also reports an err

Solution for adding modules in Drupal with inexplicable errors (often when many modules exist)

The status is as follows:1. After clicking the "warranty" button, the page cannot be displayed normally and a blank page appears; 2. Refresh the page and send out the items in the navigation that are no longer available. You cannot click the items that still exist to enter the normal page. After multiple tests, no problems are found. After multiple reinstalls and tests, an error page is displayed: "drupal Maximum execution time of 30 seconds exceede

Quick deployment of nginx, php-fpm, and drupal in CentOS 6.3

Everything is based on the principle of simplicity, yum/rpm, and never compiled manually :)The deployment environment is based on the CentOS 6.3 x86_64 system.0. Preparations # Update yum [root @ imysql ~] # Yum-y update [root @ imysql ~] # Yum install libaio-devel.x86_64 # drupal 8.0 requires curl module [root @ imysql ~] # Yum install curl-devel [root @ imysql ~] # Yum-y install libpng-devel libjpeg-devel freetype-devel gmp-devel libxml2-devel 1. In

Php file upload form from drupal code

Today, we will share with you how to compile php file upload code based on specific code examples and detailed annotations, which is suitable for beginners of php. Drupal Example of drupal file upload form The code is as follows: Function upload_form (){ $ Form = array (); // If this # attribute is not present, upload will fail on submit $ Form ['# attributes'] ['enablesype '] = 'multipart/form-data '; $

Create your own hooks for Drupal module development

Drupal's hook system allows interaction with modules and changes the logic of other modules, or even changes the core logic of Drupal. This is a very simple system, and even allows third-party modules to create their own hooks. In general practice, there are two types of hooks you may want to create, one is the content modification class hook, the other is the interception class hook. The hook of the mo

Migrate a blog from wordpress to Drupal real-time recording

be migrated.A small problem is that wordpress comment migration is a problem. It may be because wordpress has enabled the plug-in to block spam comments (just speculation, there is not much time to dig into the cause ). Because there are not many comments on this site, I don't care too much about it. I will manually make up for it.2: Drupal blog website configuration.Required modules include views, back to top, text resize, flippy, and customerro

Various login boxes that Drupal may implement

Today, we are going to discuss the various implementation methods of the drupal login box, so that you can use your imagination to the fullest extent!1. Block modeThis is the most classic implementation method. drupal comes with it! You can modify the block location, style, and so on.Or put it here.2. Log in through the custom form pageThe implementation method is as follows:This is a case study of Midlevel

Daily operation and maintenance experience of drupal site

page download module compressed package, page address https://www.drupal.org/project/baidu_analytics2, and then install the module to their own drupal website, the specific operation method can refer to the fourth class of the "how to add modules and themes" http://www.drupalla.com/node/31373. After the module is installed, you can enable it. In this way, you can enter the management background to set up the Baidu analysis module. Access Me

How to store node content in Drupal

You will be surprised when you look at the node table in Drupal. that is because you can not find the content field which is used to store the content. in fact, Drupal uses field API to store the content. frankly speaking, this is a good design and one of Drupal's advantages. you can understand node as the base table and it can be extended in other tables. In the following, I will use Blog module to make in

Total Pages: 15 1 .... 11 12 13 14 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.