SMFHacks.com
** Home Forum Index Hacks Products Login Register Search
Welcome, Guest. Please login or register.
May 21, 2012, 08:40:15 am

Login with username, password and session length
Members
Total Members: 10065
Latest: yaser1984
Stats
Total Posts: 28681
Total Topics: 4975
Online Today: 58
Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Users: 2
Guests: 47
Total: 49
+ 
|-+ 
| |-+ 
| | |-+ 
| | | |-+ 
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: RSS Feed Poster - Help Needed  (Read 5374 times)
technoworldinc.com
Newbie
*
Offline Offline

Posts: 14


View Profile
« on: July 20, 2007, 04:17:18 am »

I've just installed the RSS Feed poster mod in my smf 1.1.3 with tiny portal mod 0.9.8 on my forum. The mod is working fine but i want to put "Read More..." link instead of posting direct link address below the post. Can it be possible? please help me.

http://technoworldinc.com/scrap_corner_dust_bin/fbi_ducks_questions_about_its_remotely_installed_spyware-t6650.0.html

Thanks
Logged
technoworldinc.com
Newbie
*
Offline Offline

Posts: 14


View Profile
« Reply #1 on: July 22, 2007, 01:57:36 am »

please help me..its urgent..
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9676


View Profile
« Reply #2 on: July 22, 2007, 06:33:14 pm »

It is possible look at Sources/Subs-RSS.php that code contains the creating post code that you would need to modify.
Logged
technoworldinc.com
Newbie
*
Offline Offline

Posts: 14


View Profile
« Reply #3 on: July 24, 2007, 11:43:08 pm »

Hi admin,

I've found the following code in sub-rss.php

Code:
// Create the Post
$msg_title = $func['htmlspecialchars'](($feed['html'] ? $context['feeditems'][$i]['title'] : strip_tags($context['feeditems'][$i]['title'])), ENT_QUOTES);

$msg_body =  $func['htmlspecialchars'](($feed['html'] ? $context['feeditems'][$i]['description'] . "\n\n" . $context['feeditems'][$i]['link']  : strip_tags($context['feeditems'][$i]['description'] .  "\n\n" . $context['feeditems'][$i]['link'])), ENT_QUOTES);



$msgOptions = array(
'id' => 0,
'subject' => $feed['topicprefix'] . $msg_title,
'body' => '[b]' . $msg_title . "[/b]\n\n" . $msg_body,
'icon' => 'xx',
'smileys_enabled' => 1,
'attachments' => array(),
);
$topicOptions = array(
'id' => 0,
'board' => $feed['ID_BOARD'],
'poll' => null,
'lock_mode' => $feed['locked'],
'sticky_mode' => null,
'mark_as_read' => true,
);
$posterOptions = array(
'id' => $feed['ID_MEMBER'],
'name' => $feed['postername'],
'email' => '',
'update_post_count' => (($feed['ID_MEMBER'] == 0) ? 0 : 1),
);

createPost($msgOptions, $topicOptions, $posterOptions);

but i am not getting how to edit this code to get the output as Read More link instead of direct link...
Please Help me..
Logged
technoworldinc.com
Newbie
*
Offline Offline

Posts: 14


View Profile
« Reply #4 on: July 26, 2007, 10:14:54 pm »

please help me..its urgent..
Logged
technoworldinc.com
Newbie
*
Offline Offline

Posts: 14


View Profile
« Reply #5 on: July 28, 2007, 11:31:00 pm »

pls help me editing that code admin Sad
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9676


View Profile
« Reply #6 on: July 28, 2007, 11:51:25 pm »

I can code that function but there is a fee for that to develop custom code.
Logged
technoworldinc.com
Newbie
*
Offline Offline

Posts: 14


View Profile
« Reply #7 on: July 29, 2007, 01:25:45 am »

okay..can u telme which line to edit?
or telme whts the fees?
Logged
RWL
Full Member
***
Offline Offline

Posts: 100



View Profile WWW
« Reply #8 on: July 29, 2007, 01:55:09 am »

Quote
I can code that function but there is a fee for that to develop custom code.

Hi Hacks,

Is that code any more of a custom code than all the other hacks to your mods that you have assisted with? I don't meran to be picky, and I for one definitely don't mind paying for a developers valuable time, but it really does feel as if SMF Hacks is more of a business these days than anything else  Huh

I actually think that techno has come up with a valuable addition to the mod. I would appreciate your thoughts.

Regards,

Wilsy.
« Last Edit: July 29, 2007, 10:24:34 am by wilsy » Logged

RewindLancs.com Management

technoworldinc.com
Newbie
*
Offline Offline

Posts: 14


View Profile
« Reply #9 on: August 02, 2007, 01:46:37 pm »

rite wilsy..Smiley

hey admin..help me out..plzz..
Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  

Recent
[Today at 08:37:35 am]

[May 20, 2012, 11:06:52 am]

[May 20, 2012, 05:58:11 am]

[May 19, 2012, 06:16:58 pm]

[May 19, 2012, 05:42:37 pm]

[May 18, 2012, 03:08:38 pm]

[May 17, 2012, 06:07:46 pm]

[May 17, 2012, 02:22:07 pm]

[May 17, 2012, 12:38:16 pm]

[May 15, 2012, 09:32:27 pm]
Random Picture
Donate to SMFHacks.com
Help Support the SMFHacks.com mod making.
Powered by SMF 1.1.16 | SMF © 2006-2011, Simple Machines LLC
TinyPortal v0.9.7 © Bloc
SMF and SimpleMachines are registered trademarks of Simple Machines. SMFHacks.com is not affiliated with nor endorsed by Simple Machines.
Page created in 0.424 seconds with 22 queries.