View Full Version : [tweak] Ammount of new posts since last visit :)


Pages : [1] 2

Zachery
14th November 2003, 08:42 AM
This should be a simple one,

This will show how many new posts there have been since a persons last visit, this now does show the ammount of new threads too, silly me, i forgot to update the varible when i copied the posts querry :D

this will add 2 queries to your forumhome, however i must warn that with this even only running on the forumhome, these queries might still be rather large if you have a very active forum. at least from what i understand :)

live @ http://www.digitalkore.net (http://www.digitalkore.net/)

sidenote: i can honestly say i never looked at Steve(assassingods) coding to do this, however after lookin at his, mine is abit better done as i used the TABLE_PREFIX where apporiate :D

assassingod
14th November 2003, 10:24 AM
Too bad i've already released this.

Zachery
14th November 2003, 10:26 AM
eh >.> sorry about that,

this is the template version not the hacking version >.>

i can honestly say i never looked at your code >.>

Apoco
14th November 2003, 11:00 AM
eh >.> sorry about that,

this is the template version not the hacking version >.>

i can honestly say i never looked at your code >.>

LIAR!!

Zachery
14th November 2003, 11:00 AM
:( poco no belives me

Tony
14th November 2003, 12:12 PM
Nice 'lil mod Faranth.

Floris
14th November 2003, 12:50 PM
Nice work, thnx for sharing :)
Now users can pick between your version and assassingod's version.

Zachery
14th November 2003, 06:56 PM
thanks guys :)

Apoco
15th November 2003, 12:14 AM
thanks guys :)
I just tried it, and it didnt work. Faranth must have made it. RIFK...........................jk

Zachery
15th November 2003, 12:14 AM
>.>

www.digitalkore.net (http://www.digitalkore.net) works just fine

Apoco
15th November 2003, 12:18 AM
Yaya I know good job faranth.

Zachery
18th November 2003, 02:31 AM
updated to help preformance issues :)

Floris
18th November 2003, 02:42 AM
I just tried it, and it didnt work. Faranth must have made it. RIFK...........................jk
If it really didn't work - I am sure you'd have posted the error too. You damn joker you :) *slaps*

Gio Takahashi
18th November 2003, 06:19 AM
a template hack eh? I think I'll go with it. Less php file editing the better.

Zachery
7th December 2003, 12:52 AM
the update for gamma will be out in a few moments ^^

Floris
7th December 2003, 10:55 PM
Cool !! :)

Chris M
7th December 2003, 11:15 PM
Ugh... No offence Faranth, but I would prefer to hack index.php than to use phpinclude for this ;)

Satan

Zachery
8th December 2003, 06:26 AM
your choice ^^ i just like to avoid hacking when nessary theres only one thing in my phpinclude at the moment and thats it

assassingod
8th December 2003, 10:11 AM
Ugh... No offence Faranth, but I would prefer to hack index.php than to use phpinclude for this ;)

Satan
Use mine then;)

Apoco
8th December 2003, 05:46 PM
hehehe, nice job farantherz!

Chris M
8th December 2003, 07:01 PM
Use mine then;)
I already have had my own long before you released it;)

Satan

corsacrazy
11th December 2003, 04:35 PM
i tweeked this so it displays in the navbar :) screeny attached :D

Zachery
11th December 2003, 04:53 PM
personally id remove it from that, as its going to run that querry every single time and thats a BAD idea

Daniel C
11th December 2003, 10:44 PM
nice mod Faranth :D

Boofo
23rd December 2003, 04:34 PM
If you put those queries in the phpinclude won't they run on every page whereas if you put them in the index.php, they would only run on the forum home?