[ABD] Smixmods Feed News Center v0.4.0

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
mutank
Registered User
Posts: 158
Joined: Mon Jan 05, 2009 4:47 pm
Location: Toronto, ON
Name: Dominic Struczynski

Re: [DEV] Smixmods Feed News Center v0.3.0a

Post by mutank »

Smix wrote::oops: ... that´s the missing code and the reason of problem ...

OPEN index.php

FIND

Code: Select all

// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup('viewforum');
AFTER-ADD

Code: Select all

// SmiX.MODs feed news center [+]
$smix_feed_parser = new smix_feed_parser();

$smix_feed_parser->index_init();
// SmiX.MODs feed news center [-]
Thank you very much madmartyau :oops:


I´m sorry for the bugs ... I´ve also repacked the mod ... 0.3.0c ... Please update all files and apply the missing edit ...

:roll:
Fatal error: Call to undefined method cache::_write() in /home/mutank/testboard/forums/includes/mods/smixmods_feed_news_center.class.php on line 71

That's what I get when I apply the edit, I updated to 0.3.0c version
User avatar
madmartyau
Registered User
Posts: 440
Joined: Sun Sep 12, 2004 12:42 pm
Location: Brisbane,Australia
Name: Marty

Re: [DEV] Smixmods Feed News Center v0.3.0a

Post by madmartyau »

mutank wrote:
Smix wrote::oops: ... that´s the missing code and the reason of problem ...

OPEN index.php

FIND

Code: Select all

// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup('viewforum');
AFTER-ADD

Code: Select all

// SmiX.MODs feed news center [+]
$smix_feed_parser = new smix_feed_parser();

$smix_feed_parser->index_init();
// SmiX.MODs feed news center [-]
Thank you very much madmartyau :oops:


I´m sorry for the bugs ... I´ve also repacked the mod ... 0.3.0c ... Please update all files and apply the missing edit ...

:roll:
Fatal error: Call to undefined method cache::_write() in /home/mutank/testboard/forums/includes/mods/smixmods_feed_news_center.class.php on line 71

That's what I get when I apply the edit, I updated to 0.3.0c version
You must have phpBB 3.0.6
Call me Grumpy.
User avatar
madmartyau
Registered User
Posts: 440
Joined: Sun Sep 12, 2004 12:42 pm
Location: Brisbane,Australia
Name: Marty

Re: [DEV] Smixmods Feed News Center v0.3.0c

Post by madmartyau »

Smix wrote:... I´ve thought I´ve already fixed this with 0.3.0c package ... Didn´t I ?
Re reading my earlier post I can see how it looked like one of the fixes was for that error, but it was for something else.
Call me Grumpy.
User avatar
Smix
Registered User
Posts: 482
Joined: Mon Sep 11, 2006 1:07 am

Re: [DEV] Smixmods Feed News Center v0.3.1

Post by Smix »

Very well, I´ve released package 0.3.1, which includes fixed ACP ...
Update : copy all files from package over the old ones and run contrib/install.php for updating version information ...

It might work finally as was intended for 0.3.0 ... :)


shortly :
Big thanks to madmartyau ;)

Code: Select all

Fatal error: Call to undefined method cache::_write()
@mutank & @lando786
You really need phpBB v3.0.6 ...

@lando786
Hello & sorry, I´ve missed your reply earlier ...

@plasmino
Hello,
... thanks for notifying ... But I´ve almost missed that ... Please try 0.3.1 package, it might work now correctly ...


Generally, please report bugs also to bugtracker ... I´ll never miss a report which is in bugtracker ...
User avatar
therat
Registered User
Posts: 285
Joined: Sun Apr 07, 2002 6:06 pm

Re: [DEV] Smixmods Feed News Center v0.3.1

Post by therat »

New version appears to be working correctly now. I did get an error the first time it ran but not since

Code: Select all

[phpBB Debug] PHP Notice: in file /includes/mods/smixmods_feed_news_center.class.php  on line 589: Undefined variable: id
[phpBB Debug] PHP Notice: in file /includes/mods/smixmods_feed_news_center.class.php on line 657: Undefined index: pubDate
[phpBB Debug] PHP Notice: in file /includes/mods/smixmods_feed_news_center.class.php on line 657: Undefined index: pubDate
[phpBB Debug] PHP Notice: in file /includes/mods/smixmods_feed_news_center.class.php on line 657: Undefined index: pubDate
[phpBB Debug] PHP Notice: in file /includes/mods/smixmods_feed_news_center.class.php on line 657: Undefined index: pubDate
[phpBB Debug] PHP Notice: in file /includes/mods/smixmods_feed_news_center.class.php on line 657: Undefined index: pubDate
mutank
Registered User
Posts: 158
Joined: Mon Jan 05, 2009 4:47 pm
Location: Toronto, ON
Name: Dominic Struczynski

Re: [DEV] Smixmods Feed News Center v0.3.1

Post by mutank »

Smix wrote: @mutank & @lando786
You really need phpBB v3.0.6 ...
madmartyau wrote: You must have phpBB 3.0.6
I'm currently running 3.0.5, and alot of my mods work perfectly on 3.0.5, must I upgrade to 3.0.6? Is there any way of going around this?
User avatar
Smix
Registered User
Posts: 482
Joined: Mon Sep 11, 2006 1:07 am

Re: [DEV] Smixmods Feed News Center v0.3.1

Post by Smix »

Tou may try to copy new cache.php over the old one or copy those missing functions ...
User avatar
rabbmasterflash
Registered User
Posts: 35
Joined: Wed Dec 16, 2009 2:23 pm
Location: Colorado

Re: [DEV] Smixmods Feed News Center v0.3.0c

Post by rabbmasterflash »

rabbmasterflash wrote:I do have a customization question

I get the feed, and it makes the title of the thread whatever the feed title is...which is fine

but I would like a link in the post to the original feed item, is that possible?
mutank
Registered User
Posts: 158
Joined: Mon Jan 05, 2009 4:47 pm
Location: Toronto, ON
Name: Dominic Struczynski

Re: [DEV] Smixmods Feed News Center v0.3.1

Post by mutank »

Smix wrote:Tou may try to copy new cache.php over the old one or copy those missing functions ...
The cache.php inside the includes folder?

Is there a possibility that this might break something?
User avatar
Smix
Registered User
Posts: 482
Joined: Mon Sep 11, 2006 1:07 am

Re: [DEV] Smixmods Feed News Center v0.3.1

Post by Smix »

@mutank
Yes, and yes, it´s possible, of course backup the original file ... ;-)

@rabbmasterflash
At this moment, it´s not possible - (yes, it is, but I believe, I´ll shortly prepare the templates for posting / displaying and you´ll be able to use the templating ...)

@therat
Thanks for report ;)
plasmino
Registered User
Posts: 261
Joined: Sat Jul 25, 2009 11:12 am

Re: [DEV] Smixmods Feed News Center v0.3.1

Post by plasmino »

Smix wrote:
@plasmino
Hello,
... thanks for notifying ... But I´ve almost missed that ... Please try 0.3.1 package, it might work now correctly ...


Generally, please report bugs also to bugtracker ... I´ll never miss a report which is in bugtracker ...
hi, I upgraded to the new version but the problem persists ;)
updown
Registered User
Posts: 542
Joined: Sat Jan 05, 2008 6:53 am

Re: Smixmods Feed News Center

Post by updown »

Thank for developing, I'll need to implement this as soon as this is fixed:
Smix wrote:Making topic replies is not working yet. Do not enter topic_id (or if yes, than set it to 0)
Can you already assume in which version the replies in topics will be available?
User avatar
Smix
Registered User
Posts: 482
Joined: Mon Sep 11, 2006 1:07 am

Re: [DEV] Smixmods Feed News Center v0.3.1

Post by Smix »

@updown
Hello,
I´ll try to make this finished soonly ...

@plasmino
I´ll try to rework this part and I´ll post it there for you to test the package ... Maybe today at night ...
User avatar
Smix
Registered User
Posts: 482
Joined: Mon Sep 11, 2006 1:07 am

Re: [DEV] Smixmods Feed News Center v0.3.1

Post by Smix »

@plasmino
please try this package ... Got no time to test it :oops:
muonline
Registered User
Posts: 114
Joined: Wed Feb 03, 2010 10:14 pm
Name: Gameslopedy.com

Re: [DEV] Smixmods Feed News Center v0.3.1

Post by muonline »

i had successfully setup and configurated this mod.But the posted forum topic characters lenght are a part of rss topics.How i had a longer the topic content lenght?
For Example:
The normal rss content character lenght ss:
Image
My forum content lenght ss:
Image

Return to “[3.0.x] Abandoned MODs”