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/produktio
n-des-meshcubes-offensichtlich-eingestellt-2013-suche-nach-a
lternativgeraeten-fuer-freifunk-netze/tbping
Since this does not wrap at all, the middle slot gets very
wide and the layout looks strange.
I changed cbentry_view.cpt to
<dl class="trackbackURLBlock"
tal:define="trackback_url
python:entry_obj.absolute_url() + '/tbping'">
<dt >
Die URL für den Trackback dieses Eintrags
lautet: <br />
</dt>
<dd tal:condition="python:
len(trackback_url) > 70"
tal:content="structure python:trackback_url[:70] + '
â~Fµ<br />' + trackback_url[70:] + '
'">
http://trackback.
url/entryid/tbping
</dd>
<dd tal:condition="python:
len(trackback_url) < 71"
tal:content="python:trackback_url">
http://trackback.
url/entryid/tbping
</dd>
</dl>
Look at http://freifunk.net/blog/produktion-des-m
eshcubes-offensichtlich-eingestellt-2013-suche-nach-alternat
ivgeraeten-fuer-freifunk-netze
for how this works
Ideally the trackback would use some kind of id to have a
short url like in this case
http://my-plone.o
rg/blog/123/tbping
Jens
_______________________________________________
COREblog-en mailing list
COREblog-en postaria.com
http
://postaria.com/mailman/listinfo/coreblog-en
Unsubscription writing to coreblog-en-leave postaria.com |