[COREblog-en] issue: long trackback urls do not wrap
Atsushi Shibata
shibata at webcore.co.jp
Mon Jun 12 15:52:15 CEST 2006
Hi :-).
On Mon, 12 Jun 2006 14:29:18 +0200, wrote:
> Hi,
>
> I do report this issue here because on trac it seems not to be
> possible to add issues atm
>
> I do have blog entries with trackback urls like this
>
> http://freifunk.net/blog/produktion-des-meshcubes-offensichtlich-eingestellt-2013-suche-nach-alternativgeraeten-fuer-freifunk-netze/tbping
I think this is the sort of "implementation dependant".
How about customizing portal_skins/COREBlog2/cbentry_view.
:
<dd tal:content="python:entry_obj.absolute_url() + '/tbping'">
http://trackback.url/entryid/tbping
</dd>
:
Like this.
<dd>
<input type="text" size="80"
tal:attributes="value python:entry_obj.absolute_url() + '/tbping' />
</dd>
Have funn :-).
----------------------------------------
Atsushi Shibata (Webcore Corp.)
shibata at webcore.co.jp
http://www.webcore.co.jp/
----------------------------------------
More information about the COREblog-en
mailing list