Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2008-06-27 17:27:35

americanknight
New Member
Registered: 2008-06-27
Posts: 8

How do I turn off the author's signature at the end of a post?

That’s my question.

Offline

#2 2008-06-27 17:35:47

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: How do I turn off the author's signature at the end of a post?

Have a look at the article form (probably ‘default’), and remove the part with <txp:author />.

Offline

#3 2008-06-30 04:54:33

americanknight
New Member
Registered: 2008-06-27
Posts: 8

Re: How do I turn off the author's signature at the end of a post?

I can’t find any tag <txp:author /> in the default or any document.

Offline

#4 2008-06-30 05:36:29

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,091
Website GitHub Mastodon Twitter

Re: How do I turn off the author's signature at the end of a post?

Hi americanknight

Can you post your default form here?


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#5 2008-06-30 09:59:43

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: How do I turn off the author's signature at the end of a post?

Offline

#6 2008-06-30 15:21:51

americanknight
New Member
Registered: 2008-06-27
Posts: 8

Re: How do I turn off the author's signature at the end of a post?

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=“http://www.w3.org/1999/xhtml” xml:lang=“en” lang=“en”>
<head> <meta http-equiv=“Content-Type” content=“text/html; charset=utf-8” />

<title><txp:page_title /></title>

<link rel=“home” href=”<txp:site_url />” />

<txp:feed_link flavor=“atom” format=“link” label=“Atom” /> <txp:feed_link flavor=“rss” format=“link” label=“RSS” />

<txp:css format=“link” />
</head>
<body id=”<txp:if_section name=“default”>front<txp:else /><txp:section /></txp:if_section>”>

<!— accessibility —>
<div id=“accessibility”> <ul> <li><a href=”#content”><txp:text item=“go_content” /></a></li> <li><a href=”#sidebar-1”><txp:text item=“go_nav” /></a></li> <li><a href=”#sidebar-2”><txp:text item=“go_search” /></a></li> </ul>
</div>

<div id=“container”>

<div id=“black-bar”></div>

<!— left —> <div id=“sidebar-1”> <txp:section_list wraptag=“ul” break=“li” /> <table id=“search-rss”> <tr> <td> <txp:link_to_home><img src=“images/logo3.gif” id=“logo”/></txp:link_to_home> </td> <td> <p><txp:feed_link label=“RSS” /> / <txp:feed_link flavor=“atom” label=“Atom” /></p> </td> <td> <txp:search_input wraptag=“p”/> </td> </tr> </table> </div>

<!— head —> <div id=“head”> </div>
<!— right —> <div id=“sidebar-2”> <txp:linklist wraptag=“p” /> </div>

<!— center —> <div id=“content”>
<txp:if_category> <h2><txp:category title=“1” /></h2>

<div class=“hfeed”> <txp:article form=“article_listing” limit=“5” /> </div>
<txp:else /> <txp:if_search> <h2><txp:text item=“search_results” />: <txp:page_url type=“q” /></h2>

<div class=“divider”><img src=“images/1.gif” width=“400” height=“1” alt=”—-” title=”“ /></div> </txp:if_search>

<div class=“hfeed”> <txp:article limit=“5” /> </div>
</txp:if_category>

<txp:if_individual_article> <div class=“divider”><img src=“images/1.gif” width=“400” height=“1” alt=”—-” title=”“ /></div>

<txp:else />

<!— footer —> <div id=“foot”>&nbsp;</div> <p><txp:older>&#171; <txp:text item=“older” /></txp:older> <txp:newer><txp:text item=“newer” /> &#187;</txp:newer></p>
</div>

</body>
</html>

Offline

#7 2008-06-30 15:39:27

iblastoff
Plugin Author
From: Toronto
Registered: 2006-06-11
Posts: 1,197
Website

Re: How do I turn off the author's signature at the end of a post?

thats your page. not your form.

Offline

#8 2008-06-30 15:41:44

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,091
Website GitHub Mastodon Twitter

Re: How do I turn off the author's signature at the end of a post?

americanknight

Your form resides in

Presentation>Forms
The page you’ll land should have the <txp:author /> tag which you could delete.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#9 2008-06-30 18:05:22

americanknight
New Member
Registered: 2008-06-27
Posts: 8

Re: How do I turn off the author's signature at the end of a post?

Great, thanks! One last question: there’s a hanging comma at the bottom of every page, just above the comments section. Any idea what that would be or how to get rid of it?

Offline

#10 2008-06-30 19:17:19

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: How do I turn off the author's signature at the end of a post?

It’s in the same form ‘default’:

<p class="tags"><txp:category1 title="1" link="1" />, <txp:category2 title="1" link="1" /></p>

If you don’t have a category1 or 2 or neither, the tags won’t display anything, but the comma will still show up (as will the empty <p> tags). If you are not planning to use categories, you might as well delete this line.

Last edited by els (2008-06-30 19:18:04)

Offline

#11 2008-06-30 20:40:41

americanknight
New Member
Registered: 2008-06-27
Posts: 8

Re: How do I turn off the author's signature at the end of a post?

Cool, thanks!

Offline

Board footer

Powered by FluxBB