[SOLVED] How to remove title from this line code?
Divvy Offline
Junior Member
**
Posts: 37
Joined: Jan 2012
Post: #1
[SOLVED] How to remove title from this line code?
Hello guys,

I have installed this plugin to auto post content using RSS Feeds:
http://mods.mybb.com/view/rss-feed-poster

But I need a little change and I dont know how to do It...
I need to remove thread title from the message body:
[Image: 2OBgN.png]

I detected the code here:

Code:
1
2
3
4
5
6
7
8
9
10
$new_thread = array(
"fid" => $feed['fid'],
"subject" => $feed['topicprefix'] . $msg_title,
"icon" => '',
"uid" => $feed['uid'],
"username" => $feed['postername'],
"message" => '[b]' . $msg_title . "[/b]\n\n" . $msg_body,
"ipaddress" => '127.0.0.1',
"posthash" => ''
);


this line right?

Code:
"message" => '[b]' . $msg_title . "[/b]\n\n" . $msg_body,


But I dont know how to remove...
Can someone help me?

Thank you!

(This post was last modified: 01-25-2012 01:57 PM by Divvy.)
01-25-2012 08:05 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #2
RE: How to remove title from this line code?
Delete this:

Code:
'[b]' . $msg_title . "[/b]\n\n" . 


My Blog
01-25-2012 10:09 AM
Find all posts by this user Quote this message in a reply
Divvy Offline
Junior Member
**
Posts: 37
Joined: Jan 2012
Post: #3
RE: How to remove title from this line code?
Thank you ZiNgA BuRgA Smile
Fixed!
01-25-2012 01:57 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: