[pLog-svn] r3712 - plog/trunk/templates/summary
BalearWeb
balearweb at balearweb.com
Mon Jul 10 13:15:59 GMT 2006
The blogprofile works fine, but the blog list only shows the owner.
Elena
Mark Wu wrote:
>Would you kindly check out the code and try again?
>
>Mark
>
>
>
>>-----Original Message-----
>>From: plog-svn-bounces at devel.lifetype.net
>>[mailto:plog-svn-bounces at devel.lifetype.net] On Behalf Of BalearWeb
>>Sent: Monday, July 10, 2006 8:53 PM
>>To: plog-svn at devel.lifetype.net
>>Subject: Re: [pLog-svn] r3712 - plog/trunk/templates/summary
>>
>>Thank you, mark. But what about the bloglist.template?
>>
>>If you have a look at
>>http://lifetype.mallorcaweb.info/summary.php?op=BlogList&page=15
>>you cans see a blog called Xarxa Pescadora which has several users
>>http://lifetype.mallorcaweb.info/summary.php?op=BlogProfile&blogId=52
>>and these users are not displayed on the bloglist.
>>
>>Kind regards,
>>
>>Elena
>>
>>
>>mark at devel.lifetype.net wrote:
>>
>>
>>
>>>Author: mark
>>>Date: 2006-07-10 12:09:01 +0000 (Mon, 10 Jul 2006) New Revision: 3712
>>>
>>>Modified:
>>> plog/trunk/templates/summary/blogprofile.template
>>>Log:
>>>Fixed bug http://bugs.lifetype.net/view.php?id=979.
>>>
>>>Modified: plog/trunk/templates/summary/blogprofile.template
>>>===================================================================
>>>--- plog/trunk/templates/summary/blogprofile.template
>>>
>>>
>>2006-07-10 10:50:18 UTC (rev 3711)
>>
>>
>>>+++ plog/trunk/templates/summary/blogprofile.template
>>>
>>>
>>2006-07-10 12:09:01 UTC (rev 3712)
>>
>>
>>>@@ -17,10 +17,11 @@
>>> <p>
>>> {$locale->tr("users")}
>>> {assign var=blogUsers
>>>
>>>
>>value=$blog->getUsersInfo()}
>>
>>
>>>- <a
>>>-
>>>
>>>
>>href="?op=UserProfile&userId={$owner->getId()}">{$owner->g
>>etUsername()|strip_tags}</a>{if $blogUsers},{/if}
>>
>>
>>>+ <a
>>>+href="?op=UserProfile&userId={$owner->getId()}">{$owner-
>>>getUserna
>>>+me()|strip_tags}</a>
>>> {foreach from=$blogUsers item=blogUser
>>>
>>>
>>name=blogUsersLoop}
>>
>>
>>>- <a
>>>
>>>
>>href="?op=UserProfile&userId={$blogUser->getId()}">{$blogU
>>ser->getUsername()}</a>{if
>>!$smarty.foreach.blogUsersLoop.last}, {/if}
>>
>>
>>>+ {if $blogOwner->getId() !=
>>>
>>>
>>$blogUser->getId()}
>>
>>
>>>+ , <a
>>>
>>>
>>href="?op=UserProfile&userId={$blogUser->getId()}">{$blogU
>>ser->getUsername()|strip_tags}</a>
>>
>>
>>>+ {/if}
>>> {/foreach}
>>> </p>
>>> <h4>» {$locale->tr("latest_posts")}</h4>
>>>
>>>_______________________________________________
>>>pLog-svn mailing list
>>>pLog-svn at devel.lifetype.net
>>>http://devel.lifetype.net/mailman/listinfo/plog-svn
>>>
>>>
>>>
>>>
>>>
>>_______________________________________________
>>pLog-svn mailing list
>>pLog-svn at devel.lifetype.net
>>http://devel.lifetype.net/mailman/listinfo/plog-svn
>>
>>
>
>_______________________________________________
>pLog-svn mailing list
>pLog-svn at devel.lifetype.net
>http://devel.lifetype.net/mailman/listinfo/plog-svn
>
>
>
More information about the pLog-svn
mailing list