Get support from Xavier Media
It is currently Sun Dec 08, 2013 12:15 pm

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: [WP-Status.Net] feature request
PostPosted: Tue May 11, 2010 7:17 am 
Offline
Rookie (I'm probably spamming)
Rookie (I'm probably spamming)

Joined: Tue May 11, 2010 7:13 am
Posts: 2
Points: 0
Hello,

thank you for this plugin !

I'd like to know if it is possible to configure a prefix (ex: New Blog post! which print "New Blog post! <title> - <link>")


Report this post
Top
 Profile Send private message E-mail  
Reply with quote  
 Post subject: Re: [WP-Status.Net] feature request
PostPosted: Tue May 11, 2010 5:04 pm 
Offline
XavierForum.com Admin
XavierForum.com Admin
Super VIP Member
Super VIP Member
User avatar

Joined: Tue Mar 15, 2005 4:37 pm
Posts: 1082
Location: Sweden
Points: 1500
Not at the moment.

/Andreas

_________________
Xavier Media®
Join me at LinkedIn | Get your latest blog post in your signature you too


Report this post
Top
 Profile Send private message  
Reply with quote  
 Post subject: Re: [WP-Status.Net] feature request
PostPosted: Tue May 18, 2010 8:13 am 
Offline
Rookie (I'm probably spamming)
Rookie (I'm probably spamming)

Joined: Tue May 11, 2010 7:13 am
Posts: 2
Points: 0
i've hacked the code to add a prefix :
Code:
$prefix = 'Nouvel article: ';

if ($title > (134 - strlen($link) - strlen($prefix)))
{
    $statuspost = substr($title,0,(134 - strlen($link) - strlen($prefix))) .'... - '. $link;
}
else
{
    $statuspost = $title .' - '. $link;
}
$statuspost = $prefix.$statuspost;


but my coding skills in php are not good enough to add the option in the GUI and fill $prefix from an input field


Report this post
Top
 Profile Send private message E-mail  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Registered users: No registered users


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Portal » Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
[
SEO MOD © 2007 StarTrekGuide ]