• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

RecentStatus

Status
Not open for further replies.
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 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.
That's actually a nice catch, I think I'll make that easy to change from the acp.
 
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'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.
 
Pretty neat and seems to work. I do agree the text colors for the message and the date should probably be switched as the date grabs the attention first and seems like it's the primary thing instead of the message itself.

Also once you update/add your own status from the forum page it would be nice if it could be programmed to show up right away, similar to how it does when you reply to a thread. Right now I have to refresh the page in order for status updates to show up.
 
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?
 
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?

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?
 
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?
Sure; hopefully I didn't forget something.

Code:
<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>
 
Ok I'll do some testing on this when I'm getting the 2.1 update ready this weekend, I'll see if I can replicate it, I'm at work now so can't futz with my board too much :D
 
I dont think they have a fix for this I have had this problem for weeks no answer

Fix is coming in the next update, going to be working on it over the holiday, hope to have it posted within the next few days.
 
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.

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.
 
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.
Must be a miscommunication it still does not work for me. I realize your working hard and no disrespect I do appreciate it.
 
IMPORTANT:
If you are upgrading from version 2.X, you need to uninstall this, and remove the template edit from forum_list. It now adds the template via a template hook that was introduced in beta 3/4. Should make it easier going forward.
_____________________________________
Updated to version 3.0.0
Changelog:
  • No template edits required.
  • Beta 4 Required
  • Bug fixes to this point implemented
To upgrade, Download RecentStatus_3_0_0.zip from the first post, reupload the upload directory, then go to ACP->List Addons->Controls next to RecentStatus and choose upgrade->Select the xml file from the download.
If you have any problems, please let me know.
 

Attachments

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?
Try this again with the new version, I think it may just work now.
 
Status
Not open for further replies.
Back
Top Bottom