Trombones13
Well-known member
I want to be able to see if someone's liked the status from the sidebar; currently, it only shows up on the profile (right?).Its confusion. Like the person or the status?
I want to be able to see if someone's liked the status from the sidebar; currently, it only shows up on the profile (right?).Its confusion. Like the person or the status?
That's actually a nice catch, I think I'll make that easy to change from the acp.I like this one, but I think the date in black and the comment in gray is the opposite of what I expect from listing the status updates.
I'll take a look at how hard this would be to put in.I want to be able to see if someone's liked the status from the sidebar; currently, it only shows up on the profile (right?).
I'll poke at what this error could be when I get some dev time today. I'm working on a new version and I'll see if Ic an figure this bug out at the same time.dont work for me, if I update my status =
Not Found
The requested URL /xf/members/Admin.1/post was not found on this server.
I put the code on the pagenode_container template so it will show up on the sidebar I added there, but it doesn't display any updates there (the "Recent Status Updates" box shows and I can update it from there, but none of the updates are shown)...any ideas?
Sure; hopefully I didn't forget something.Let me try this on my test board, I haven't tried it in the pagenode_container before. I don't see a reason why it shouldn't because all it does is include a template.
Can you post your template code here for that page?
<xen:title>{$page.title}</xen:title>
<xen:navigation>
<xen:breadcrumb source="$nodeBreadCrumbs" />
</xen:navigation>
<xen:container var="$quickNavSelected">node-{$page.node_id}</xen:container>
<xen:if is="{$page.description}">
<xen:description class="baseHtml">{xen:raw $page.description}</xen:description>
</xen:if>
<xen:require css="pagenode.css" />
<div id="pageNodeContent">
<xen:if hascontent="true">
<div id="pageNodeNavigation" class="secondaryContent">
<div class="blockLinksList">
<xen:contentcheck>
<xen:if is="{$listSiblingNodes} && {$siblingNodes}">
<xen:if is="{$parentNode}"><h3 class="parentNode"><a href="{$parentNode.href}"><span class="_depth0 depthPad">{$parentNode.value}</span></a></h3></xen:if>
<ol class="siblingNodes">
<xen:foreach loop="$siblingNodes" value="$node">
<li class="{xen:if '{$node.node_id} == {$page.node_id}', 'currentNode', 'siblingNode'}">
<a href="{xen:link {$node.routePrefix}, $node}" class="{xen:if '{$node.node_id} == {$page.node_id}', 'selected'}">
<span class="_depth1 depthPad">{$node.title}</span>
</a>
<xen:if is="{$listChildNodes} && {$childNodes} && {$node.node_id} == {$page.node_id}">
<ol class="childNodes">
<xen:foreach loop="$childNodes" value="$childNode">
<li class="childNode"><a href="{xen:link {$childNode.routePrefix}, $childNode}">
<span class="_depth2 depthPad">{$childNode.title}</span>
</a></li>
</xen:foreach>
</ol>
</xen:if>
</li>
</xen:foreach>
</ol>
<xen:elseif is="{$listChildNodes} && {$childNodes}" />
<ol class="childNodes">
<xen:foreach loop="$childNodes" value="$childNode">
<li class="childNode"><a href="{xen:link {$childNode.routePrefix}, $childNode}">
<span class="_depth0 depthPad">{$childNode.title}</span>
</a></li>
</xen:foreach>
</ol>
</xen:if>
</xen:contentcheck>
</div>
</div>
</xen:if>
{xen:raw $templateHtml}
<xen:if is="{$page.log_visits}">
<div class="pageCounter">
<dl class="pairsInline pageStats">
<dt>{xen:phrase published}:</dt> <dd>{xen:date $page.publish_date}</dd>
<dt>{xen:phrase page_views}:</dt> <dd>{xen:number $page.view_count}</dd>
</dl>
</div>
</xen:if>
</div>
<xen:sidebar>
<xen:edithint template="sidebar.css" />
<xen:include template="sidebar_online_users" />
<div class="section">
<div class="secondaryContent statsList" id="boardStats">
test
</div>
</div>
<xen:include template="recent_status"></xen:include>
</xen:sidebar>
I dont think they have a fix for this I have had this problem for weeks no answerdont work for me, if I update my status =
Not Found
The requested URL /xf/members/Admin.1/post was not found on this server.
I dont think they have a fix for this I have had this problem for weeks no answer
Beyond that, did you try 2.0.1 because I addressed that problem and literally posted a fix within an hour of you posting it. If there was something further wrong I missed it.I dont think they have a fix for this I have had this problem for weeks no answer
Must be a miscommunication it still does not work for me. I realize your working hard and no disrespect I do appreciate it.Beyond that, did you try 2.0.1 because I addressed that problem and literally posted a fix within an hour of you posting it. If there was something further wrong I missed it.
As for the problem hcmagix is having I just found the bug, I was using the url builder slightly wrong. It will be fixed soon.
I wasn't upsetMust be a miscommunication it still does not work for me. I realize your working hard and no disrespect I do appreciate it.
This should be fixed in the newest version, please let me know if it works for youI dont think they have a fix for this I have had this problem for weeks no answer
Try this again with the new version, I think it may just work now.I put the code on the pagenode_container template so it will show up on the sidebar I added there, but it doesn't display any updates there (the "Recent Status Updates" box shows and I can update it from there, but none of the updates are shown)...any ideas?
You're welcome. Looking forward trying out the latest build - does it work with beta 4?That's actually a nice catch, I think I'll make that easy to change from the acp.
We use essential cookies to make this site work, and optional cookies to enhance your experience.