[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: [RC1] Recent Posts - Last Active Post Show phpBB3 Mod

Post by TimeZone »

_joschi_ wrote:ok i have test it.......... but my will lokks not so good as on your side!!??

i have this one
Image
but i like to have this one!
Image

whats wrong?? :roll:

Thx
The first module is an mod realice by me for the phpbb3portal, this modification I didn't publish in here, because the mod is for the original phpbb3 without the portal. But if you want I could publish this version of my mod for the portal for you.

If you want this modification for the portal, please contact me in this thread!

I will wait for your answer.

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 »

I found minor bug in html code you use in html files:

Find

Code: Select all

<br clear="all" />
Replace with

Code: Select all

<br style="clear:all" />
After this replacement the forum code will be valid again.
Image
WhiteWolfSix (WW6)
stokerpiller
Registered User
Posts: 1934
Joined: Wed Feb 28, 2007 8:06 pm

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

Post by stokerpiller »

WhiteWolfSix wrote:I found minor bug in html code you use in html files:

Find

Code: Select all

<br clear="all" />
Replace with

Code: Select all

<br style="clear:all" />
After this replacement the forum code will be valid again.
It will also be valid if it is deleted.
What does this code do, why is it nessasary?
I am done with phpBB
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 »

May be posible that produce a error but I didn't see problem with this line. I promise that I review the line that you told. I'm working in the final Release. Today I travel to my town to see my family.

I thank you for believing in me.

TimeZone
_joschi_
Registered User
Posts: 20
Joined: Sat Jan 20, 2007 12:36 am

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

Post by _joschi_ »

TimeZone wrote:
_joschi_ wrote:ok i have test it.......... but my will lokks not so good as on your side!!??

i have this one
Image
but i like to have this one!
Image

whats wrong?? :roll:

Thx
The first module is an mod realice by me for the phpbb3portal, this modification I didn't publish in here, because the mod is for the original phpbb3 without the portal. But if you want I could publish this version of my mod for the portal for you.

If you want this modification for the portal, please contact me in this thread!

I will wait for your answer.

TimeZone
Hu,

thats great! i like the second one very!
this here Image
when you can do this for me will be very very fine! :roll:
I will put it as a Part of a startpage for phpbb3!
Thanx
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 »

TimeZone wrote:May be posible that produce a error but I didn't see problem with this line. I promise that I review the line that you told. I'm working in the final Release. Today I travel to my town to see my family.

I thank you for believing in me.

TimeZone
You can believe me, your piece of code was unvalid according to XHTML 1.0 Strict (only prosilver style is fitting into this W3C standard). 8-)
Image
WhiteWolfSix (WW6)
Sandeep2007
Registered User
Posts: 6
Joined: Sat Dec 22, 2007 8:52 pm

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

Post by Sandeep2007 »

TimeZone wrote: 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!

Thank you for the trust placed in me!

TimeZone


in which file do i find the above line or is in my sql database....
stokerpiller
Registered User
Posts: 1934
Joined: Wed Feb 28, 2007 8:06 pm

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

Post by stokerpiller »

_joschi_ wrote:
TimeZone wrote:
_joschi_ wrote:ok i have test it.......... but my will lokks not so good as on your side!!??

i have this one
Image
but i like to have this one!
Image

whats wrong?? :roll:

Thx
The first module is an mod realice by me for the phpbb3portal, this modification I didn't publish in here, because the mod is for the original phpbb3 without the portal. But if you want I could publish this version of my mod for the portal for you.

If you want this modification for the portal, please contact me in this thread!

I will wait for your answer.

TimeZone
Hu,

thats great! i like the second one very!
this here Image
when you can do this for me will be very very fine! :roll:
I will put it as a Part of a startpage for phpbb3!
Thanx
Hi _joschi_

That is actually how it looks when it is installed on a phpBB3 forum using prosilver template :)
Are You trying to include it on a non phpbb3 page?



Sandeep2007 -> You edit this in the included last_post.php
I am done with phpBB
_joschi_
Registered User
Posts: 20
Joined: Sat Jan 20, 2007 12:36 am

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

Post by _joschi_ »

stokerpiller wrote:
_joschi_ wrote:
TimeZone wrote:
_joschi_ wrote:ok i have test it.......... but my will lokks not so good as on your side!!??

i have this one
Image
but i like to have this one!
Image

whats wrong?? :roll:

Thx
The first module is an mod realice by me for the phpbb3portal, this modification I didn't publish in here, because the mod is for the original phpbb3 without the portal. But if you want I could publish this version of my mod for the portal for you.

If you want this modification for the portal, please contact me in this thread!

I will wait for your answer.

TimeZone
Hu,

thats great! i like the second one very!
this here Image
when you can do this for me will be very very fine! :roll:
I will put it as a Part of a startpage for phpbb3!
Thanx
Hi _joschi_

That is actually how it looks when it is installed on a phpBB3 forum using prosilver template :)
Are You trying to include it on a non phpbb3 page?



Sandeep2007 -> You edit this in the included last_post.php
Hi stokerpiller,

no-will use it with phpbb3- but on an new page (start , intro or first .php)
I use other style as prosilver (milkyway)!

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

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

Post by stokerpiller »

Hi _joschi_

If You really want this, You have to do some work :D
What You want is prosilver style inside the milkyway style.

The only way I can think of is that You use text/css

Code: Select all

<style type="text/css">
all the needed css in here and add it to the html file
</style>
Lets say that You call Your page start.php
Then You have to create a start_body.html
The text/css shold be added in this html file
To find all the css You have to check the prosilver css files and find ALL the used classes and put it inside the style tags posted above.
And You have to find a way to use the corner images used in prosilver.

TAkes a lot of work.
I am done with phpBB
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, I believe you, don't worry!
I'm without internet in my town and for this reason I couldn't reply!
Thank whitewolfsix and stokerpiller for help me with this mod in my job! You are very helpfull to me!
I'm writing in my phone! And is very complicated! I'm waiting internet in my town!

Thanks and sorry!

Merry christmas!

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 »

TimeZone: Merry Christmas to you too and do relax without internet. :D
Image
WhiteWolfSix (WW6)
User avatar
Kamahl19
Registered User
Posts: 1598
Joined: Tue Nov 06, 2007 3:33 pm
Location: Slovakia
Name: Martin

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

Post by Kamahl19 »

Hi TZ,

i am using your mod and it works perfect. thx :) it's on my portal and it looks really good. if you want, i can give you my own template file for this mod on portal.

i have one question, because i want to improve it. there is a list of last topics, but i don't know which i read and which i didn't read. so i want to add Image and Image before the title of topic. than users will know which topic they read. problem is that i don't know, how to do if function for unread topics.

sorry for my english
have a nice day :)
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 »

I'm working in this modification, but in this moment I'm in my vacations. And the internet in this zone is a problem. As soon as I come back I promise to complete de the mod.

I'm publishing from my cellphone and is complicated.

Thank to you!

TZ!
Sniiper
Registered User
Posts: 34
Joined: Sat Dec 22, 2007 4:55 pm

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

Post by Sniiper »

does ot working well on gold ?

Return to “[3.0.x] Abandoned MODs”