Splitting The Postamount ? Request »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - Splitting The Postamount ? Request



DrZoidber_g [ Fri 30 Nov, 2007 11:28 ]
Post subject: Splitting The Postamount ? Request
iam not sure if this the right section for request.

Here is my question

Is it possible to split the postamount with a Mod in Topics and replies?

as esxample from another board ive seen
102ffe31a1417fa948ad6af017b00t


KugeLSichA [ Sat 01 Dec, 2007 00:09 ]
Post subject: Re: Splitting The Postamount ? Request
hey,

do you want this for a standard phpBB3 forum of for Icy Phoenix?


DrZoidber_g [ Sat 01 Dec, 2007 11:09 ]
Post subject: Re: Splitting The Postamount ? Request
KugeLSichA wrote: [View Post]
hey,

do you want this for a standard phpBB3 forum of for Icy Phoenix?


Hallo,

i am using Black pearl Style 1.2.2, php3 RC7 .

Do you tknow such a mod? or is it possible to create one?


KugeLSichA [ Sat 01 Dec, 2007 15:45 ]
Post subject: Re: Splitting The Postamount ? Request
i dont know such a mod but i think its can be easily created...

if i have some time i can take a look into it...


DrZoidber_g [ Sat 01 Dec, 2007 19:52 ]
Post subject: Re: Splitting The Postamount ? Request
really? man that would be really a great favour !

Thanks a bunch in advance for the help

KugeLSichA wrote: [View Post]
i dont know such a mod but i think its can be easily created...

if i have some time i can take a look into it...


Mighty Gorgon [ Thu 06 Dec, 2007 11:04 ]
Post subject: Re: Splitting The Postamount ? Request
That should not be difficult... but remember that could be resource consuming if not coded properly.

You have 3 choices:
  • Add a new field to the users table indicating the number of topics (the hardest, but the best way)
  • Add an extra SQL in viewtopic with all the new topics for each user in the page (medium level)
  • Add an extra SQL for each post (the easiest, but the most resource consuming...)


Up to you...


DrZoidber_g [ Sat 08 Dec, 2007 10:55 ]
Post subject: Re: Splitting The Postamount ? Request
iam really a noob on this a little howto would be very great !!!

Mighty Gorgon wrote: [View Post]
That should not be difficult... but remember that could be resource consuming if not coded properly.

You have 3 choices:
  • Add a new field to the users table indicating the number of topics (the hardest, but the best way)
  • Add an extra SQL in viewtopic with all the new topics for each user in the page (medium level)
  • Add an extra SQL for each post (the easiest, but the most resource consuming...)


Up to you...


KugeLSichA [ Sat 08 Dec, 2007 18:59 ]
Post subject: Re: Splitting The Postamount ? Request
Hey DrZoidber_g,

what MG wrote is exactly the script i sent you... as i wrote in the PM to you, we test it privat than we share this here for others..

i hope i have some time so do the changes and can send you the premodded files...

are you running a standard phpBB3 or did you have some installed MODs?


DrZoidber_g [ Sat 08 Dec, 2007 19:45 ]
Post subject: Re: Splitting The Postamount ? Request
oh sorry thought this is an another solution

ive installed just this mods

Welcome PM on First Login
http://www.phpbb.com/community/viewtopic.php?f=69&t=573016

Notify Admin on Registration
http://vinabb.com/viewtopic.php?f=41&t=1338

prime links / anonym hack
http://www.absoluteanime.com/admin/mods.htm#links




KugeLSichA wrote: [View Post]
Hey DrZoidber_g,

what MG wrote is exactly the script i sent you... as i wrote in the PM to you, we test it privat than we share this here for others..

i hope i have some time so do the changes and can send you the premodded files...

are you running a standard phpBB3 or did you have some installed MODs?




Powered by Icy Phoenix