The 4.4rc has a module 'title' which 'Enables users to link to stories, articles or similar content by title.' However, I can't seem to find the means of accessing that functionality under the administrative or create content menus.
The taxonomy includes support for related terms (at the vocabulary level) and synonyms (at the term level). Related terms, per the documentation is described as 'allows relationships between terms within this vocabulary. Think of these as see also-references'. Synonyms are described as to be used for variant spellings, acronyms, and other terms that have the same meaning as the added term, but which are not explicitly listed in this thesaurus (i.e. unauthorized terms). The documentation also indicates that these features may not work in all modules.
I want to use Drupal 4.4 as my website.
How do I use chinese as the default language?
I use PHPBB2 as my forum,and I can download language package from its website.
Hi all, am trying to create link inside a php module in the hope of redirecting to a separate system. What I would like to do is have a uid sent in the url so that my second app can use the uid. Below is the code I am using but am getting an error
$output = '';
$personuid = $user->$uid;
//Had to remove the A tags so this will display on this forum and not as a link
$output .= "< href='issues/plogin.php&personuid=/'".$persouid." ">Support ";
I would like to have a field when adding / editing a node where I would specify a license for the node. When license is specified then a block or inline text showing license or a link to it would appear. I tried this with a filter but it really doesn't work the way I wanted since it messes with actual content. It would also be great to be able to browse based on license. This would benefit sites with images/videos/etc. greatly. Has anyone else thought of this?