WEblog posts don’t appear
Posted: 09 July 2007 02:37 PM   [ Ignore ]  
Lab Assistant
RankRank
Total Posts:  102
Joined  06-12-2007

Probably the dumbest question ever, but…

I as superadmin can post to my weblogs, but other members cannot. I’d swear I have the members in the right groups, the group privileges set correctly, the weblog on Open status. What else do I need to check?

Profile
 
 
Posted: 09 July 2007 02:42 PM   [ Ignore ]   [ # 1 ]  
Administrator
Avatar
RankRankRankRankRankRankRankRank
Total Posts:  40180
Joined  05-14-2004

Hey,

We need to break this down a bit to the actual problem.

First - are the members able to post to that weblog at all?  And those posts are just not showing up on the front-end? Or are they completely unable to post?

What version and build of EE are you using?

 Signature 
Profile
MSG
 
 
Posted: 09 July 2007 03:01 PM   [ Ignore ]   [ # 2 ]  
Lab Assistant
RankRank
Total Posts:  102
Joined  06-12-2007

Just upgraded to 1.6. Build is May 4 2007 11:06:19.

The members can post. The posts show up in the control panel, but not in the front end.

Profile
 
 
Posted: 09 July 2007 03:04 PM   [ Ignore ]   [ # 3 ]  
Administrator
Avatar
RankRankRankRankRankRankRankRank
Total Posts:  40180
Joined  05-14-2004

First you should update to the latest build, which is 20070708.  I’m not sure where you got those build details because 1.6 was released June 20th. =)

Can you post your main index template, where it should show the posts but is not? Thank you!

 Signature 
Profile
MSG
 
 
Posted: 09 July 2007 03:15 PM   [ Ignore ]   [ # 4 ]  
Lab Assistant
RankRank
Total Posts:  102
Joined  06-12-2007

Just another newbie mistake. Build:  20070705

There should be posts appearing by the two members other than me at
http://haycock.pmhclients.com/index.php/site/about/
and
http://haycock.pmhclients.com/index.php/site/budget/

Profile
 
 
Posted: 09 July 2007 03:17 PM   [ Ignore ]   [ # 5 ]  
Administrator
Avatar
RankRankRankRankRankRankRankRank
Total Posts:  40180
Joined  05-14-2004

What an adorable website!

Can you paste the actual contents of those templates here, please? =)

 Signature 
Profile
MSG
 
 
Posted: 09 July 2007 04:05 PM   [ Ignore ]   [ # 6 ]  
Lab Assistant
RankRank
Total Posts:  102
Joined  06-12-2007

They’re pretty much the same.

{assign_variable:my_template_group=“site”}
{assign_variable:catnum=“6”}

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=“http://www.w3.org/1999/xhtml”>

<head>
<title>{site_name} - PTA Info</title>
<meta http-equiv=“Content-Type” content=“text/html; charset={charset}” />
<style type=‘text/css’ media=‘screen’>@import “{stylesheet={my_template_group}/cougarcss}”;</style>

<link rel=“alternate” type=“application/rss+xml” title=“RSS” href=”{path={my_template_group}/rss_2.0}” />
<link rel=“alternate” type=“application/atom+xml” title=“Atom” href=”{path={my_template_group}/atom}” />

</head>

<body>
<table width=“780”  border=“0” align=“center” cellpadding=“0” cellspacing=“0”>
  <tr>
  <td id=“banner”>{embed=“parts/banner”}</td>
  </tr>
  <tr>
  <td height=“22” valign=“middle” id=“menubar”> {embed=“parts/topmenu”} </td>
  </tr>
  <tr>
  <td><table width=“100%”  border=“0” cellspacing=“0” cellpadding=“14”>
    <tr valign=“top”>
      <td width=“20%” class=“greenboard”>

{embed=“parts/about_menu”}


{exp:weblog:entries weblog=“special” category=”{catnum}”}
{if title}
<div id=“greenlight”>

{title}

{body}
</div>
{/if}
{/exp:weblog:entries}


{embed=“parts/left_biz”}

</td>
<!—end left sidebar—>

      <td bgcolor=”#FFFFFF”>

<!—begin main column—>

<div id=“main_col_sub”>

{exp:weblog:entries weblog=“rt_sidebar” category=”{catnum}”}

{if title}
<div id=“sidebar”>

{title}

{body}
  </div>
{/if}
{/exp:weblog:entries}


{exp:weblog:categories weblog=“article” style=“linear” show=”{catnum}” }
<h1>{category_name}</h1>

{/exp:weblog:categories}

{exp:weblog:entries weblog=“article” category=”{catnum}” orderby=“date” sort=“desc” limit=“10” disable=“member_data|trackbacks”}

<div class=“entry”>

{title}

{body}

{extended}

Posted by {author} on {entry_date format=’%m/%d’}.

{/exp:weblog:entries}


</div>
</div>
<!—end main column—>


</td>
      </tr>
  </table></td>
  </tr>
  <tr>
  <td valign=“middle” bgcolor=”#999999” id=“footer”>{embed=“parts/footer”}</td>
  </tr>
</table>

Powered by ExpressionEngine

</body>
</html>

Profile
 
 
Posted: 09 July 2007 04:11 PM   [ Ignore ]   [ # 7 ]  
Administrator
Avatar
RankRankRankRankRankRankRankRank
Total Posts:  40180
Joined  05-14-2004

Ok, I’m not sure what you’re trying to do with the assigned variable for catnum, but can you remove this from your weblog entries tag and see if it helps?

category="{catnum}"
 Signature 
Profile
MSG
 
 
Posted: 09 July 2007 04:40 PM   [ Ignore ]   [ # 8 ]  
Lab Assistant
RankRank
Total Posts:  102
Joined  06-12-2007

Done, but that’s not related since I can still post. The variable just saves me from having to enter the category numebr in three places.

BTW, this was working before I upgraded, although there’s no telling what else I’ve changed in the interim.

Profile
 
 
Posted: 09 July 2007 05:04 PM   [ Ignore ]   [ # 9 ]  
Lab Assistant
RankRank
Total Posts:  102
Joined  06-12-2007

Update: If I Edit a post from another user, under the Options tab, the status shows Closed. Why would that be? I have the default status set to Open.

Profile
 
 
Posted: 09 July 2007 06:51 PM   [ Ignore ]   [ # 10 ]  
Moderator
Avatar
RankRankRankRankRankRankRank
Total Posts:  20826
Joined  04-29-2002

Hi, HaycockPTA.

Double check that the weblog you are posting to has the status fields group set correctly.

Weblog Groups

 Signature 

EE 2.01PB - 2.x Bug Tracker | Docs | Upgrade from 1.x to 2.x | Build Update Instructions | 1.6.x Update Info

Most recent 2.x version: Build 20100215
Don’t forget to upgrade MSM and Forum as needed!

Profile
MSG
 
 
Posted: 09 July 2007 07:27 PM   [ Ignore ]   [ # 11 ]  
Lab Assistant
RankRank
Total Posts:  102
Joined  06-12-2007

Good job! but how did this get “unset”, I wonder.

Profile
 
 
Posted: 09 July 2007 07:30 PM   [ Ignore ]   [ # 12 ]  
Moderator
Avatar
RankRankRankRankRankRankRank
Total Posts:  20826
Joined  04-29-2002

It wasn’t unset, it just was never set. smile 1.6 is just more rigid when it comes to statuses.

 Signature 

EE 2.01PB - 2.x Bug Tracker | Docs | Upgrade from 1.x to 2.x | Build Update Instructions | 1.6.x Update Info

Most recent 2.x version: Build 20100215
Don’t forget to upgrade MSM and Forum as needed!

Profile
MSG
 
 
   
 
 
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 1743, on December 02, 2009 02:47 PM
Total Registered Members: 119539 Total Logged-in Users: 66
Total Topics: 125770 Total Anonymous Users: 44
Total Replies: 661801 Total Guests: 427
Total Posts: 787571    
Members ( View Memberlist )
Newest Members:  nottRobinKendpkitoyfr1arHomer Landisrogersgoldminesaricflan344Polzmejustulike