[DEV] Smixmods Feed News Center v0.3.4

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Scam Warning

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

Postby mutank » Tue Feb 02, 2010 6:13 pm

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
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

Postby madmartyau » Tue Feb 02, 2010 7:03 pm

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.
Display Games Owned Mod Max Avatar Size
If you are new to installing mods, READ THIS FIRST
User avatar
madmartyau
Registered User
 
Posts: 439
Joined: Sun Sep 12, 2004 12:42 pm
Location: Brisbane,Australia
Name: Marty

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

Postby madmartyau » Tue Feb 02, 2010 7:06 pm

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.
Display Games Owned Mod Max Avatar Size
If you are new to installing mods, READ THIS FIRST
User avatar
madmartyau
Registered User
 
Posts: 439
Joined: Sun Sep 12, 2004 12:42 pm
Location: Brisbane,Australia
Name: Marty

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

Postby Smix » Tue Feb 02, 2010 7:49 pm

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 ...
DONATE | Feed News Center@phpBB.com | Github | Ohloh | @SmiXMODs
SFNC is not dead, new version will be available in october (2011) ;-)
User avatar
Smix
Registered User
 
Posts: 453
Joined: Mon Sep 11, 2006 1:07 am
Location: Czech Republic, EU

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

Postby therat » Tue Feb 02, 2010 8:34 pm

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
Enjoy talking about Technology then come visit GadgetBit.com
Image
User avatar
therat
Registered User
 
Posts: 282
Joined: Sun Apr 07, 2002 6:06 pm

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

Postby mutank » Tue Feb 02, 2010 9:33 pm

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
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

Postby Smix » Tue Feb 02, 2010 9:55 pm

Tou may try to copy new cache.php over the old one or copy those missing functions ...
DONATE | Feed News Center@phpBB.com | Github | Ohloh | @SmiXMODs
SFNC is not dead, new version will be available in october (2011) ;-)
User avatar
Smix
Registered User
 
Posts: 453
Joined: Mon Sep 11, 2006 1:07 am
Location: Czech Republic, EU

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

Postby rabbmasterflash » Tue Feb 02, 2010 9:58 pm

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?
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.1

Postby mutank » Wed Feb 03, 2010 12:02 am

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
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

Postby Smix » Wed Feb 03, 2010 7:20 am

@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 ;)
DONATE | Feed News Center@phpBB.com | Github | Ohloh | @SmiXMODs
SFNC is not dead, new version will be available in october (2011) ;-)
User avatar
Smix
Registered User
 
Posts: 453
Joined: Mon Sep 11, 2006 1:07 am
Location: Czech Republic, EU

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

Postby plasmino » Wed Feb 03, 2010 1:03 pm

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 ;)
plasmino
Registered User
 
Posts: 252
Joined: Sat Jul 25, 2009 11:12 am
Location: Milano

Re: Smixmods Feed News Center

Postby updown » Wed Feb 03, 2010 1:30 pm

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?
updown
Registered User
 
Posts: 539
Joined: Sat Jan 05, 2008 6:53 am

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

Postby Smix » Wed Feb 03, 2010 5:26 pm

@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 ...
DONATE | Feed News Center@phpBB.com | Github | Ohloh | @SmiXMODs
SFNC is not dead, new version will be available in october (2011) ;-)
User avatar
Smix
Registered User
 
Posts: 453
Joined: Mon Sep 11, 2006 1:07 am
Location: Czech Republic, EU

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

Postby Smix » Wed Feb 03, 2010 7:02 pm

@plasmino
please try this package ... Got no time to test it :oops:
DONATE | Feed News Center@phpBB.com | Github | Ohloh | @SmiXMODs
SFNC is not dead, new version will be available in october (2011) ;-)
User avatar
Smix
Registered User
 
Posts: 453
Joined: Mon Sep 11, 2006 1:07 am
Location: Czech Republic, EU

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

Postby muonline » Wed Feb 03, 2010 10:26 pm

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
muonline
Registered User
 
Posts: 1
Joined: Wed Feb 03, 2010 10:14 pm

PreviousNext

Return to [3.0.x] MODs in Development

Who is online

Users browsing this forum: Tajgeer, Wedgy and 50 guests