cms

Only display one paragraph of text

You can set what the Facebook Share preview says. I would like it to be the first paragraph of my movable type entry. The people who make entries sometimes use <p> tags or they use the rich editor which puts in two <br /><br /> tags to separate paragraphs. Is there a way I can have movable type detect when the first paragraph e...

MySQL datatypes?

I'm designing a database in MySQL and PHP for a basic CMS. The CMS will have a front end which will allow sorting and searching. The backend will allow authorized users to upload files. I'm using PHPMyAdmin and I'd like help setting up my database. I am open to answers explaining various MySQL datatypes and what they are good for as w...

Make a visible primary link not clickable

On my Drupal site I've got a set of Primary Links. The ones that expand I'd like to make the parent not click able e.g -home -about -history -website Only home, history, website should link to a page. If the user clicks on aboutnothing should happen. I've tried searching around the admin panels as well as leaving the field...

How do websites change content daily?

I just started learning HTML and CSS, with no knowledge on other languages such as javascript, Php, and so forth. Websites like Refdesk.com boast fresh content everyday, there has to be someway they are able to have new content everyday other then changing it by hand. Some Google searches came up with nothing but RSS feeds. How is this ...

How to add javascript file in <head> in this condition?

Only if form action is /?cms_mode=edit <body id="home"> <form method="post" action="/?cms_mode=edit" id="main"> </form> </body> then a js file edit.js should be added into head, otherwise not. <head> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="main.js"></script> <script type="...

Any django\php cms for Deviantart\Flickr - like sites?

Any django\php cms for Deviantart\Flickr - like sites? I know that drupal can handle it with a lot of modules and customization.. Maybe PhpFox..but it's not free. And from django good solution is Pinax.. Any advices will be appreciated! ...

Web app frameworks?

I'm in the middle of developing a CMS web app and I'd like to make it work well and look nice. Of course the age-old issues of browser support com into play here. What are some good frameworks for developing "Web apps"? I'm talking about libraries that do things that like AJAX, animations and HTML5 support. Please provide link and de...

Does Drupal have print button like print link

Drupal has a print link function that I'm using in my .tpl.php <?php print l(t('Announcement'), 'node/30'); ?> l makes it become a link. Does drupal have an equivalent API function to make buttons? If not, what's your best suggestion for this? ...

Is Oprah's site made in Joomla!

I have got a project from a model who wants to build a site similar to oprah.com I went through oprah.com and tried to find the CMS it is using but failed miserably. Does anyone has any ideas? Moreover, which Joomla! components can be used to mimic the Oprah's site? ...

cmsms rss generation

Hi, I'm new to cmsms, i have installed a news module in it,now i have to create an rss for this news section, how can i generate an rss for my news section. what are steps to display that generated rss in any of my page. can any one guide me with correct path. Thanks in advance ...

need to create database for research studies

Hello! I would like to create a system for storing and updating the following pieces of information relating to clinical research studies: research study guidelines agreements study status principal investigator research coordinator billing instructions reporting methods. interesting research/teaching cases The information needs to be...

ringtone website cms like zedge

I want to make a ringtones site with the functionalities of zedge.net, I think its made up of some cms, if there is a theme or extension, add ins etc that will make my life easy. I am a coder with skills in php, mysql, jquery, css and javascript. just that I dont have the time to write the code myself and test them all Even if not all ...

wordpress as a cms photo gallery

So I am stripping down wordpress and using it as a simple photo/video gallery site. Basically each section has two types of pages: the gallery index (just thumbnail images), and the photo/video page itself. The problem that arises is one of lazyness, I have a whole lot of photos and videos to add, and creating a new post for each item ...

WordPress CMS Plugin

I remember seeing a plugin for WordPress that allowed you to have blocks of content within pages, but can't remember the name. Anyone know which one it is? ...

What is a good CMS to use for a Location Based Directory?

I am looking to create a site that contains a directory of places. Each place will include all the basic address information (Street, City, State, etc), and a short description. The end user will be able to search the directory by State, Zip Code, etc. I was wondering what you would recommend as the best CMS to tackle this? Thanks fo...

What's a good CMS for an intranet site?

Hey all, I know this question has been tossed around by many developers and designers. I just got finished with my companies intranet site using joomla 1.5 with a custom bulit template and modifying almost everything in joomla. It got me thinking if I should be using an enterprise CMS instead of an free open source CMS. I almost wen...

Do I really need CMS (wordpress, drupal, joomla, etc..)?

Hi there, I am a fresh graduate developer not much of experience in anything. I bought a domain and hosting service, and now I'm building my website. I'm using php, html, javascript. Now my website is going to be a blog oriented somehow I'll need to post stuff occasionally about my robotics or whatever. I'm not web developer, still I can...

How to enforce definite length encoding with CMS in NSS?

How to enforce definite length encoding with CMS in NSS? I am trying to get NSS's CMS encoder to encode with DER, but the folks as mozilla have apparently only worried about BER encoding (as far as I can tell.) I am able to get definite encoding with primitive types, but all constructed types have indefinite encoding. Code I am curren...

What is the best way to lay out my CMS?

Basically once the user is logged in they will be able to edit a news article and the image gallery and pdf's which will be attached to it, the image galleries can be used in multiple news articles so can the pdf's - so what is the best way to lay the CMS out? I should have mentioned that I'm building the entire website using Codeignite...

Creating a new CMS, importing content from ASP - Umbraco or Sharepoint?

I'm working on a project to create a CMS, which will entail importing a lot of existing content, most of which is static, but in ASP (so they're not all just pure HTML, there are includes and sometimes other server-side code). We're considering using Umbraco or Sharepoint (2010) for managing the external content, which currently compris...