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

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:] + ' &nbsp; '">
                  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-meshcubes-offensichtlich-eingestellt-2013-suche-nach-alternativgeraeten-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.org/blog/123/tbping

Jens

Attachment: pgpwBoR3PyAJP.pgp
Description: PGP signature

_______________________________________________
COREblog-en mailing list
[email protected]
http://postaria.com/mailman/listinfo/coreblog-en
Unsubscription writing to [EMAIL PROTECTED]

Reply via email to