Register   Login
     
  Latest Posts  
Create article not using 'edit skin'
by mattbunce on 7/29/2010 10:41 AM
Sexy comments
by mattbunce on 7/29/2010 10:35 AM
RE: NewsArticles slider examples
by kalak on 7/29/2010 9:49 AM
ENH: Like and dislike button
by bennypg on 7/29/2010 8:14 AM
RE: Search for location distance
by Codepoint on 7/29/2010 8:03 AM
RE: delete album in module, but not on server
by aggiebeck on 7/29/2010 7:29 AM
RE: Exporting photos
by aggiebeck on 7/29/2010 6:52 AM
RE: New Attachment Process
by jwinters on 7/29/2010 6:00 AM
RE: Standard template changed
by Aramus on 7/29/2010 4:12 AM
RE: NewsArticles slider examples
by nokiko on 7/29/2010 3:48 AM
  Forums  
Subject: Inconsistency in Syndication
Prev Next
You are not authorized to post a reply.

Author Messages
Matt MarlorUser is Offline
Registered Users
Ventrian Addict
Ventrian Addict
Posts:94

2/01/2006 12:55 AM  

Hi Scott,

I decided for our News Articles to show only the username as author in line with our current site policy. However I noted that the Syndication section defaulted to show Full Names.

It was easy enough to modify ucSyndication.aspx to resolve this, however it seems logical that this would not be hardcoded, but instead respect the User Display Mode setting in Admin Options, or at least to have a separate setting.

Cheers,

Matt

Scott McCullochUser is Offline
Administrators
Ventrian Master
Ventrian Master
Posts:18313


2/01/2006 3:48 PM  
Thank you for reporting this, it will be fixed in the next release.

Scott McCulloch
Site Administrator
Matt MarlorUser is Offline
Registered Users
Ventrian Addict
Ventrian Addict
Posts:94

2/16/2006 10:08 PM  

Cheers Scott - appreciate it.

Matt MarlorUser is Offline
Registered Users
Ventrian Addict
Ventrian Addict
Posts:94

2/25/2006 6:43 PM  

Hi Scott,

Also found the same issue in ucSearch.aspx.

Was hoping a fix for this would be in 00.05.15 along with the Categories limit, but oh well :-)

Cheers,

Matt

Scott McCullochUser is Offline
Administrators
Ventrian Master
Ventrian Master
Posts:18313


2/26/2006 12:16 AM  
There are a bunch of enhancements like this for News Articles which should be released early this week. I'll make sure this is included.

Scott McCulloch
Site Administrator
Matt MarlorUser is Offline
Registered Users
Ventrian Addict
Ventrian Addict
Posts:94

2/26/2006 8:48 PM  

Thanks - really appreciate it. I don't mind changing it but of course it's ideal if it all stems from a module setting.

Scott McCullochUser is Offline
Administrators
Ventrian Master
Ventrian Master
Posts:18313


2/27/2006 5:21 AM  

The display modes for the user's name have been implemented (00.05.16).

Category limits coming soon.


Scott McCulloch
Site Administrator
Matt MarlorUser is Offline
Registered Users
Ventrian Addict
Ventrian Addict
Posts:94

2/27/2006 6:59 AM  
Awesome - thanks mate.
Matt MarlorUser is Offline
Registered Users
Ventrian Addict
Ventrian Addict
Posts:94

2/27/2006 7:19 AM  

Hey Scott - it's working in Search but not Syndication.

Had a look in the updated ucSyndication.ascx and the following was in there:

<asp:Repeater ID="rptAuthors" Runat="server">
 <ItemTemplate>
 <tr align="left">
  <td class="articleIconCell" width="20" align="right"></td>
  <td class="articleContentCell" align="left"><span class="Normal"><%# DataBinder.Eval(Container.DataItem, "FullName".ToString() %></span></td>
  <td align="center" nowrap class="articleContentCell"><a href='<%# Me.ResolveUrl("Rss.aspx?TabID=" & TabID & "&ModuleID=" & ModuleID & "&AuthorID=" & DataBinder.Eval(Container.DataItem, "UserID".ToString()) %>'><img src='http://www.ventrian.com/<%= Me.ResolveUrl("icon_xml.gif" %>' border="0"></a></td>
 </tr>
 </ItemTemplate>
 </asp:Repeater>

Updated to:

 <asp:Repeater ID="rptAuthors" Runat="server">
 <ItemTemplate>
 <tr align="left">
  <td class="articleIconCell" width="20" align="right"></td>
  <td class="articleContentCell" align="left"><span class="Normal"><%#

DataBinder.Eval(Container.DataItem, "UserName".ToString() %></span></td>
  <td align="center" nowrap class="articleContentCell"><a href='<%#

Me.ResolveUrl("Rss.aspx?TabID=" & TabID & "&ModuleID=" & ModuleID & "&AuthorID=" &

DataBinder.Eval(Container.DataItem, "UserID".ToString()) %>'><img src='http://www.ventrian.com/<%=

Me.ResolveUrl("icon_xml.gif" %>' border="0"></a></td>
 </tr>
 </ItemTemplate>
 </asp:Repeater>

 

You are not authorized to post a reply.
Forums > Modules > News Articles > Inconsistency in Syndication



ActiveForums 3.7