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: 43293
Total Topics: 7522
Most Online Today: 118
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 1
Guests: 113
Total: 114

Author Topic: Ad Seller Pro how do I update  (Read 2650 times)

0 Members and 1 Guest are viewing this topic.

Offline access control forum

  • Member
  • *
  • Posts: 31
    • View Profile
    • accesscontrolforum.com
Ad Seller Pro how do I update
« on: January 22, 2015, 04:10:04 pm »
Do I download the new package and install it over the old. or do I delete the old and then install? If so can I backup my ads?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16451
    • View Profile
Re: Ad Seller Pro how do I update
« Reply #1 on: January 22, 2015, 04:14:06 pm »
You can install it over. Just you would need to make one edit it to your Sources/Display.php which we can do for you or you can do the edit yourself by uploading package to http://www.smfhacks.com/smf-package-parser.html and finding the code to edit.
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 access control forum

  • Member
  • *
  • Posts: 31
    • View Profile
    • accesscontrolforum.com
Re: Ad Seller Pro how do I update
« Reply #2 on: January 22, 2015, 04:53:38 pm »
I looked at the link and wasn't clear on what to do. If it just a matter of copying and pasting into that file I can do that. I'll just comment out the old code in case I screw up. if you could get me the sets:


If not do I upload the file in a link to this post or in a PM?



Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16451
    • View Profile
Re: Ad Seller Pro how do I update
« Reply #3 on: January 22, 2015, 08:34:18 pm »
After you install the new version
Open Sources/Display.php
Find
Code: [Select]
$message['body'] = parse_bbc($message['body'], $message['smileys_enabled'], $message['id_msg']);

Replace with
Code: [Select]
$message['body'] = parse_bbc($message['body'], $message['smileys_enabled'], $message['id_msg']);
// Adseller Pro
global $sourcedir;
if ($modSettings['seller_linkwordscount'] != 0)
{
include_once $sourcedir . "/adseller2.php";
$message['body'] = AdSellerDoLinkWordText($message['body']);
}
// end AdSeller Pro
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 access control forum

  • Member
  • *
  • Posts: 31
    • View Profile
    • accesscontrolforum.com
Re: Ad Seller Pro how do I update
« Reply #4 on: February 07, 2015, 08:10:22 pm »
I commented out this line and pasted the new code


$message['body'] = parse_bbc($message['body'], $message['smileys_enabled'], $message['id_msg'], NULL, (int) $message['id_member'], $posts);


does that look right?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16451
    • View Profile
Re: Ad Seller Pro how do I update
« Reply #5 on: February 08, 2015, 03:15:08 pm »
No don't comment it out. Just replace with that whole code I have above.
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/

 

Related Topics

  Subject / Started by Replies Last post
1 Replies
4479 Views
Last post November 11, 2009, 02:35:50 pm
by SMFHacks
1 Replies
3625 Views
Last post March 16, 2010, 09:09:09 am
by SMFHacks
2 Replies
4114 Views
Last post August 10, 2010, 05:21:07 pm
by Crip
2 Replies
3112 Views
Last post December 28, 2011, 09:49:28 pm
by keyboard
3 Replies
3452 Views
Last post April 07, 2013, 07:49:10 pm
by SMFHacks

+- Recent Topics

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

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

Powered by EzPortal