$info["description"]=t("A blog is a regularly updated journal made up of individual entries, often called posts, that are time stamped and typically arranged by the day, with the newest on top (a diary is the reverse). They tend to be quite personal, often containing links to things you've seen, or to editorials that you find interesting. Some blogs also contain original material written solely for the blog. Since a Blog is personal, you and only you have full control over what you publish. The most interesting blog entries or those blog entries that fit the site's topic well might get promoted to the front page by the community or by users with the access do this.");
return$info[$field];
functionblog_node_name($node){
returnt("personal blog entry");
}
functionblog_perm(){
...
...
@@ -85,6 +80,9 @@ function blog_help($section) {
case'node/add/blog':
$output=variable_get('blog_help','');
break;
case'node/add#blog':
$output=t("A blog is a regularly updated journal made up of individual entries, often called posts, that are time stamped and typically arranged by the day, with the newest on top (a diary is the reverse). They tend to be quite personal, often containing links to things you've seen, or to editorials that you find interesting. Some blogs also contain original material written solely for the blog. Since a Blog is personal, you and only you have full control over what you publish. The most interesting blog entries or those blog entries that fit the site's topic well might get promoted to the front page by the community or by users with the access do this.");
$info["description"]=t("A blog is a regularly updated journal made up of individual entries, often called posts, that are time stamped and typically arranged by the day, with the newest on top (a diary is the reverse). They tend to be quite personal, often containing links to things you've seen, or to editorials that you find interesting. Some blogs also contain original material written solely for the blog. Since a Blog is personal, you and only you have full control over what you publish. The most interesting blog entries or those blog entries that fit the site's topic well might get promoted to the front page by the community or by users with the access do this.");
return$info[$field];
functionblog_node_name($node){
returnt("personal blog entry");
}
functionblog_perm(){
...
...
@@ -85,6 +80,9 @@ function blog_help($section) {
case'node/add/blog':
$output=variable_get('blog_help','');
break;
case'node/add#blog':
$output=t("A blog is a regularly updated journal made up of individual entries, often called posts, that are time stamped and typically arranged by the day, with the newest on top (a diary is the reverse). They tend to be quite personal, often containing links to things you've seen, or to editorials that you find interesting. Some blogs also contain original material written solely for the blog. Since a Blog is personal, you and only you have full control over what you publish. The most interesting blog entries or those blog entries that fit the site's topic well might get promoted to the front page by the community or by users with the access do this.");
$info["description"]=t("A book is a collaborative writing effort: users can collaborate writing the pages of the book, positioning the pages in the right order, and reviewing or modifying pages previously written. So when you have some information to share or when you read a page of the book and you didn't like it, or if you think a certain page could have been written better, you can do something about it.");
return$info[$field];
functionbook_node_name($node){
returnt("book page");
}
functionbook_perm(){
...
...
@@ -901,6 +896,9 @@ function book_help($section = "admin/help#book") {
case'admin/node/book/orphan':
$output=t("Pages in a book are like a tree. As pages are edited, reorganized and removed, child pages might be left with no link to the rest of the book. Such pages are refered to as 'orphan pages'. On this page, administrators can review their books for orphans and reattach those pages as desired.");
break;
case'node/add#book':
$output=t("A book is a collaborative writing effort: users can collaborate writing the pages of the book, positioning the pages in the right order, and reviewing or modifying pages previously written. So when you have some information to share or when you read a page of the book and you didn't like it, or if you think a certain page could have been written better, you can do something about it.");
$info["description"]=t("A book is a collaborative writing effort: users can collaborate writing the pages of the book, positioning the pages in the right order, and reviewing or modifying pages previously written. So when you have some information to share or when you read a page of the book and you didn't like it, or if you think a certain page could have been written better, you can do something about it.");
return$info[$field];
functionbook_node_name($node){
returnt("book page");
}
functionbook_perm(){
...
...
@@ -901,6 +896,9 @@ function book_help($section = "admin/help#book") {
case'admin/node/book/orphan':
$output=t("Pages in a book are like a tree. As pages are edited, reorganized and removed, child pages might be left with no link to the rest of the book. Such pages are refered to as 'orphan pages'. On this page, administrators can review their books for orphans and reattach those pages as desired.");
break;
case'node/add#book':
$output=t("A book is a collaborative writing effort: users can collaborate writing the pages of the book, positioning the pages in the right order, and reviewing or modifying pages previously written. So when you have some information to share or when you read a page of the book and you didn't like it, or if you think a certain page could have been written better, you can do something about it.");
@@ -1278,11 +1277,11 @@ function node_add($type) {
** Compile a list with the different node types and their explanation:
*/
foreach(node_list()as$type=>$module){
foreach(node_list()as$type){
if(node_access("create",$type)){
$output.="<li>";
$output.=" ".l(module_invoke($module,"node","name",$type),"node/add/$type",array("title"=>t("Add a new %s.",array("%s"=>module_invoke($module,"node","name",$type)))));
@@ -13,7 +13,9 @@ function page_help($section = "admin/help#page") {
case'admin/system/modules#description':
$output=t("Enables the creation of a static pages that can be added to the navigation system.");
break;
case'node/add#page':
$output=t("If you just want to add a page with a link in the menu to your site, this would be the best choice. Unlike a story, a static page by-passes the submission queue.");
break;
}
return$output;
...
...
@@ -23,11 +25,8 @@ function page_perm() {
returnarray("maintain static pages");
}
functionpage_node($field){
$info["name"]=t("static page");
$info["description"]=t("If you just want to add a page with a link in the menu to your site, this would be the best choice. Unlike a story, a static page by-passes the submission queue.");
@@ -13,7 +13,9 @@ function page_help($section = "admin/help#page") {
case'admin/system/modules#description':
$output=t("Enables the creation of a static pages that can be added to the navigation system.");
break;
case'node/add#page':
$output=t("If you just want to add a page with a link in the menu to your site, this would be the best choice. Unlike a story, a static page by-passes the submission queue.");
break;
}
return$output;
...
...
@@ -23,11 +25,8 @@ function page_perm() {
returnarray("maintain static pages");
}
functionpage_node($field){
$info["name"]=t("static page");
$info["description"]=t("If you just want to add a page with a link in the menu to your site, this would be the best choice. Unlike a story, a static page by-passes the submission queue.");