Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43295
Total Topics: 7523
Most Online Today: 344
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 134
Total: 134

Author Topic: RSS Feed Poster - Help Needed  (Read 9585 times)

0 Members and 1 Guest are viewing this topic.

Offline technoworldinc.com

  • Member
  • *
  • Posts: 14
    • View Profile
RSS Feed Poster - Help Needed
« 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

Offline technoworldinc.com

  • Member
  • *
  • Posts: 14
    • View Profile
Re: RSS Feed Poster - Help Needed
« Reply #1 on: July 22, 2007, 01:57:36 am »
please help me..its urgent..

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: RSS Feed Poster - Help Needed
« 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.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline technoworldinc.com

  • Member
  • *
  • Posts: 14
    • View Profile
Re: RSS Feed Poster - Help Needed
« Reply #3 on: July 24, 2007, 11:43:08 pm »
Hi admin,

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

Code: [Select]
// 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..

Offline technoworldinc.com

  • Member
  • *
  • Posts: 14
    • View Profile
Re: RSS Feed Poster - Help Needed
« Reply #4 on: July 26, 2007, 10:14:54 pm »
please help me..its urgent..

Offline technoworldinc.com

  • Member
  • *
  • Posts: 14
    • View Profile
Re: RSS Feed Poster - Help Needed
« Reply #5 on: July 28, 2007, 11:31:00 pm »
pls help me editing that code admin :(

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: RSS Feed Poster - Help Needed
« 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.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline technoworldinc.com

  • Member
  • *
  • Posts: 14
    • View Profile
Re: RSS Feed Poster - Help Needed
« Reply #7 on: July 29, 2007, 01:25:45 am »
okay..can u telme which line to edit?
or telme whts the fees?

Offline RWL

  • Full Member
  • ***
  • Posts: 100
    • View Profile
    • RWL
Re: RSS Feed Poster - Help Needed
« 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  ???

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 »
RewindLancs.com Management


Offline technoworldinc.com

  • Member
  • *
  • Posts: 14
    • View Profile
Re: RSS Feed Poster - Help Needed
« Reply #9 on: August 02, 2007, 01:46:37 pm »
rite wilsy..:)

hey admin..help me out..plzz..

 

Related Topics

  Subject / Started by Replies Last post
0 Replies
3142 Views
Last post October 07, 2007, 04:01:29 pm
by anujtenani
1 Replies
5218 Views
Last post February 28, 2013, 07:14:10 am
by simple_joe
2 Replies
5389 Views
Last post June 12, 2012, 12:37:28 pm
by graaywolf
3 Replies
6292 Views
Last post July 15, 2013, 01:21:24 pm
by SMFHacks
2 Replies
1563 Views
Last post March 14, 2022, 04:07:42 am
by ke

+- Recent Topics

Please Help! by SMFHacks
April 17, 2024, 08:04:55 am

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

Powered by EzPortal