HELP !!

Creating and modifying plugins.
Post Reply
woocha
Regular
Posts: 33
Joined: Sat Jul 21, 2007 2:15 pm
Location: online at woocha.com
Contact:

HELP !!

Post by woocha »

To be more specific, I want to add a few lines to it/ Ti want to add in these lines when someone vies an article.

Code: Select all

<div style="display: table; width:100%; border: 0px solid; float: left; margin-left: 0px ; margin-right: 0px; border-color: #D4D0C8; font-size: 14px;">
<div style="display: table-cell; width:19%; text-align: center; float: left;">
<a href="http://del.icio.us/post?url=<$MTEntryPermalink$>&title=<$MTEntryTitle$>"><img src="http://www.xxxxxx.com/images/delicious.gif" border="o"><br>del.icio.us</a>
</div>
<div style="display: table-cell; width:19%; text-align: center; float: left;">
<a href="http://digg.com/submit?phase=2&url=<$MTEntryPermalink$>&title=<$MTEntryTitle$>"><img src="http://www.xxxxxx.com/images/digg.gif" border="o"><br>Digg it</a>
</div>
<div style="display: table-cell; width:19%; text-align: center; float: left;">
<a href="http://ma.gnolia.com/bookmarklet/add?url=<$MTEntryPermalink$>&title=<$MTEntryTitle$>"><img src="http://www.xxxxxx.com/images/magnolia.gif" border="o"><br>ma.gnolia</a>
</div>
<div style="display: table-cell; width:19%; text-align: center; float: left;">
<a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=<$MTEntryTitle$>&u=<$MTEntryPermalink$>"><img src="http://www.xxxxxx.com/images/yahoomyweb.gif" border="o"><br>Yahoo MyWeb</a>
</div>
<div style="display: table-cell; width:19%; text-align: center; float: left;">
<a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=<$MTEntryPermalink$>&title=<$MTEntryTitle$>"><img src="http://www.xxxxxx.com/images/google3.gif" border="o"><br>Google</a>
</div>
</div>
This way people can save the article to the favorites.

Any thoughts would be really appreciated.
Thanks
Last edited by woocha on Thu Jul 26, 2007 1:41 pm, edited 1 time in total.
Free online auctions at:
http://www.woocha.com/auction
stm999999999
Regular
Posts: 1531
Joined: Tue Mar 07, 2006 11:25 pm
Location: Berlin, Germany
Contact:

Post by stm999999999 »

for your purpose: have a look at serendipity_event_findmore-plugin!

Show links to services like Digg, Technorati, del.icio.us etc related to your entry.
Ciao, Stephan
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

(Otherwise you change those things in the 'entries.tpl' template file. If your template doesn't have one, copy the default/entries.tpl file into your directory)
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
woocha
Regular
Posts: 33
Joined: Sat Jul 21, 2007 2:15 pm
Location: online at woocha.com
Contact:

Post by woocha »

AWESOME !!

Thanks ofr the tips guys
Free online auctions at:
http://www.woocha.com/auction
Post Reply