[ABD] Recent Posts - Last Active Post Show phpBB3 Mod

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.
TimeZone
Registered User
Posts: 52
Joined: Mon Jul 23, 2007 8:35 pm

Re: [Release] Recent Posts - Last Active Post Show phpBB3 Mod

Post by TimeZone »

I'm working in this modification! Please be patient. Today I have exam and I'm studing in the last day.

But now I'm programming the new version of this mod.

TZ!
User avatar
*Capmaster*
Registered User
Posts: 159
Joined: Tue Mar 20, 2007 5:00 pm
Location: Albuquerque, NM

Re: [Release] Recent Posts - Last Active Post Show phpBB3 Mod

Post by *Capmaster* »

stokerpiller wrote:I was wondering if it could have anything to do with me having the Last topic titles mod installed?
I have Last Topic Titles mod installed too, and there was no conflict.

@TimeZone - Don't worry. We'll wait for the mod changes. Your studies are more important 8-)

Thank you for being so attentive in this thread. I've seen other mod writers just ignore questions, and eventually disappear. It happens often here :P
TimeZone
Registered User
Posts: 52
Joined: Mon Jul 23, 2007 8:35 pm

Re: [Release] Recent Posts - Last Active Post Show phpBB3 Mod

Post by TimeZone »

This is an example of the last mod, I'm working now in the subsilver and simple template. But I will publish the as soon as I finish the ACP module.

Thank Capmaster for understand to me.

Image

And sorry for my english. jajaja.

TZ!
stokerpiller
Registered User
Posts: 1934
Joined: Wed Feb 28, 2007 8:06 pm

Re: [Release] Recent Posts - Last Active Post Show phpBB3 Mod

Post by stokerpiller »

*Capmaster* wrote:
stokerpiller wrote:I was wondering if it could have anything to do with me having the Last topic titles mod installed?
I have Last Topic Titles mod installed too, and there was no conflict.

@TimeZone - Don't worry. We'll wait for the mod changes. Your studies are more important 8-)

Thank you for being so attentive in this thread. I've seen other mod writers just ignore questions, and eventually disappear. It happens often here :P
Capmaster -> The errors only appears when debug is on.

Sure, take Your time with the studies :)
This MOD is under development. No promises made to finish it quick.

However this mod (reduce mod) works just fine, no errors.
I have installed it on my live board, it is the best of MOD of its kind I have seen.
I am done with phpBB
TimeZone
Registered User
Posts: 52
Joined: Mon Jul 23, 2007 8:35 pm

Re: [Release] Recent Posts - Last Active Post Show phpBB3 Mod

Post by TimeZone »

The new version is totally depured. The code is very simple. If you want can see an example of de new mod version in my forum site:

http://www.foronokia.com.ar
User: test
Password: tester

And say me if like it o not? And what changes need!

TZ!
User avatar
*Capmaster*
Registered User
Posts: 159
Joined: Tue Mar 20, 2007 5:00 pm
Location: Albuquerque, NM

Re: [Release] Recent Posts - Last Active Post Show phpBB3 Mod

Post by *Capmaster* »

TimeZone wrote:The new version is totally depured. The code is very simple. If you want can see an example of de new mod version in my forum site:

http://www.foronokia.com.ar
User: test
Password: tester

And say me if like it o not? And what changes need!

TZ!
NICE!!! I like the scrolling effect! And the table isn't as large as the other version. Sweet! 8-) 8-)
stokerpiller
Registered User
Posts: 1934
Joined: Wed Feb 28, 2007 8:06 pm

Re: [Release] Recent Posts - Last Active Post Show phpBB3 Mod

Post by stokerpiller »

Well, I think You are showing off :D

The Portal thing looks nice. It fits the theme. Very nice.

Me, Myself and I don't like moving elements.
Even though I think it is cool that You can do it, I will not use it on my forum.
I like the old one better.
Maybe I vill use the Portal thing.
I am done with phpBB
TimeZone
Registered User
Posts: 52
Joined: Mon Jul 23, 2007 8:35 pm

[RC1] Recent Posts - Last Active Post Show phpBB3 Mod

Post by TimeZone »

Well, later than work very hard I can finish a first release of the new mod, that can be used in prosilver and subsilver2 style. The prosilver has two version, one is the normal mod and other that is an slide mod.

To set between two mod modify this line:

Code: Select all

<!-- IF S_USER_LOGGED_IN -->
	<!-- INCLUDE viewlast_post.html -->
<!-- ENDIF -->
to:

Code: Select all

<!-- IF S_USER_LOGGED_IN -->
	<!-- INCLUDE viewlast_post_slide.html -->
<!-- ENDIF -->
The new version is set to show 10 posts, this can be changed modifying this line:
Find:

Code: Select all

$result = $db->sql_query_limit($sql, 10);
and change the number 10!

Mod Last Active Post Show RC1: Download

Demo Mod: Demo
User: test
Password: tester

Thank you for the trust placed in me!

TimeZone
Last edited by TimeZone on Thu Dec 20, 2007 5:48 pm, edited 3 times in total.
stokerpiller
Registered User
Posts: 1934
Joined: Wed Feb 28, 2007 8:06 pm

Re: [Release] Recent Posts - Last Active Post Show phpBB3 Mod

Post by stokerpiller »

Nice TimeZone - You got the User Colors 8-)

I uploaded the 2 new files and god this by the debug:

Code: Select all

[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 28: Undefined variable: replies
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 28: Undefined variable: unread_topic
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 35: Undefined variable: recent_where
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
Am I the only one with debug error?
I am done with phpBB
TimeZone
Registered User
Posts: 52
Joined: Mon Jul 23, 2007 8:35 pm

Re: [Release] Recent Posts - Last Active Post Show phpBB3 Mod

Post by TimeZone »

stokerpiller wrote:Nice TimeZone - You got the User Colors 8-)

I uploaded the 2 new files and god this by the debug:

Code: Select all

[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 28: Undefined variable: replies
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 28: Undefined variable: unread_topic
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 35: Undefined variable: recent_where
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
Am I the only one with debug error?
Please re-download the mod, I do it a modification. This must work very well. Sorry for the problems.

TZ!
User avatar
Highway of Life
Former Team Member
Posts: 6048
Joined: Wed Feb 02, 2005 5:41 pm
Location: Bend, OR
Name: David Lewis

Re: [Release] Recent Posts - Last Active Post Show phpBB3 Mod

Post by Highway of Life »

Hello,

Please edit your topic title with a permitted prefix as outlined in Modifications Development Forum Rules, section 3.a, 3.b. The prefix you are currently using is not allowed. If your modification is still in development you can use the prefixes in section 3.a. If your modification is stable could you please submit your modification to the phpBB.com MODDB (modifications release database), for validation pending release.
If your MOD has been validated and approved in the MOD Database, please let me know.

Your cooperation is very much appreciated by the phpBB Modifications Team.

Thanks!
- Highway :ugeek:
TimeZone
Registered User
Posts: 52
Joined: Mon Jul 23, 2007 8:35 pm

Re: [Release] Recent Posts - Last Active Post Show phpBB3 Mod

Post by TimeZone »

Highway of Life wrote:Hello,

Please edit your topic title with a permitted prefix as outlined in Modifications Development Forum Rules, section 3.a, 3.b. The prefix you are currently using is not allowed. If your modification is still in development you can use the prefixes in section 3.a. If your modification is stable could you please submit your modification to the phpBB.com MODDB (modifications release database), for validation pending release.
If your MOD has been validated and approved in the MOD Database, please let me know.

Your cooperation is very much appreciated by the phpBB Modifications Team.

Thanks!
- Highway :ugeek:
Sorry, I had modify the last post title that I posted of the mod, but I forget to change the name of de thread. Thank you for do know to me. And sorry for my english.

edit: I change de name for RC1, this version is an unestable release, but has the madurity that need to do this function. I'm programing the ACP module and a javascript for the slide mode.

TimeZone
User avatar
WhiteWolfSix
Registered User
Posts: 258
Joined: Sun May 15, 2005 5:43 am

Re: [RC1] Recent Posts - Last Active Post Show phpBB3 Mod

Post by WhiteWolfSix »

TZ: I have visited your site and I found a problem in IE:
Image
In Opera, I can see nothing in the area of the Last Active Post, it work in FF only.
Image
WhiteWolfSix (WW6)
TimeZone
Registered User
Posts: 52
Joined: Mon Jul 23, 2007 8:35 pm

Re: [RC1] Recent Posts - Last Active Post Show phpBB3 Mod

Post by TimeZone »

WhiteWolfSix wrote:TZ: I have visited your site and I found a problem in IE:
Image
In Opera, I can see nothing in the area of the Last Active Post, it work in FF only.
In this problem I'm working, I'm very angry, but best I correct the problem. I'm working in a javascript that do this function! Unable to rely ever in IE :x !!!!!!

TZ!
User avatar
WhiteWolfSix
Registered User
Posts: 258
Joined: Sun May 15, 2005 5:43 am

Re: [Release] Recent Posts - Last Active Post Show phpBB3 Mod

Post by WhiteWolfSix »

TimeZone wrote:
stokerpiller wrote:Nice TimeZone - You got the User Colors 8-)

I uploaded the 2 new files and god this by the debug:

Code: Select all

[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 28: Undefined variable: replies
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 28: Undefined variable: unread_topic
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 35: Undefined variable: recent_where
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 65: Undefined variable: forum_id
Am I the only one with debug error?
Please re-download the mod, I do it a modification. This must work very well. Sorry for the problems.

TZ!
phpBB Debug problems still last even on the latest MOD installed.
Image
WhiteWolfSix (WW6)

Return to “[3.0.x] Abandoned MODs”