Hi, I already have a drupla, and now I want to do a multi-site set up but that’s just something I've heard that can be done with drupal, so how I do this, what to do first, and where do begin?
First I just wanted to say, I'm definately glad I chose Drupal. The community support is exactly what I was looking for in a CMS. I've been playing with my site over the past two days (started fresh with 4.7 today) and am really starting to get the hang of things. One simple thing I can't figure out though, and believe me, I spent well over an hour looking it up and watching some of the videos, is what each of the Publishing Options do specifically.
I ran into a lengthy thread on the state of link directories for drupal and was surprised to see how many options are currently available. It took me awhile to look all of them up, so I thought I would post quick links to all of them (with a brief description from the module page) and invite anyone to add any that I missed:
Janode
"This is a node type that allows you to create a library of http:// links to other resources on the Internet."
If one of my users creates a new blog entry and does not specify a 'break' tag then drupal will break it at the length specified in the settings. the issue is that this break point may be between bold tags for example, in which case all other nodes listed below will be in bold until i go in and fix their blog entry.. what's worse is when the WYSIWYG editor uses a span tag which is not closed, this in turn can break my entire CSS layout..
is there an existing solution for this issue? is there any way to ensure that no html tags will be left open when the preview is displayed?