Last 10 Forum Topics

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Last 10 Forum Topics
infinite_root
CZ Newbie
infinite_root has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Jun 03, 2004
0.00 posts per day
Posts: 29
Points: 3,082
   
Hi,

I am trying to find a mod for phpnuke like what u have here, something like providing the Last 10 Forum Topics a member posted.

Do you have a downloadable mod? I tried it on the download search and trying to find it here one-by-one on the downlaod area but I cannot see one.

Hope you can provide a download for me.

Thanks and more power to your site!



Back to top Reply with quote
#2   re: Last 10 Forum Topics
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Taut has been a member for over 20 year's 20 Year Member
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.72 posts per day
Posts: 5530
Points: 481,695
   
[ Register or login to view links on this board. ]

I gave you the same link in your other post as well



Back to top Reply with quote
#3   Re: re: Last 10 Forum Topics
infinite_root
CZ Newbie
infinite_root has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Jun 03, 2004
0.00 posts per day
Posts: 29
Points: 3,082
   


Originally posted by Taut @ Mon Sep 13, 2004 9:54 pm:

http://codezwiz.com/download-file-188.html#dl

I gave you the same link in your other post as well


Hi Taut,

Thanks for your quick reply. I already had my previous request downloaded. Thanks to you.

However, what I mean here was not like the Scroll Forums Block which displays Latest Post on the site but what you can find on your ACCOUNT

infinite_root's Last 10 Forum Topics:
# General PHP Nuke Help » Last 10 Forum Topics
# General PHP Nuke Help » Upgrade from previous PHP-Nuke versions
# General PHP Nuke Help » Appropriate Database permission
# General PHP Nuke Help » Actual User Status: Offline
# General PHP Nuke Help » Parse error: parse error in /home/httpd/nuke/modules/Forums/
# General PHP Nuke Help » failed to open stream:
# Codezwiz BBtoNuke Mods Help » About Upload Mod confusing
# Codezwiz PHP Nuke Help » Where did downloaded files go?
# Codezwiz PHP Nuke Help » Opening an icon on ther Administration Menu always ask pass
# Codezwiz PHP Nuke Help » Modify Module Block'

Something like this icon_biggrin.gif

TIA



Back to top Reply with quote
#4   re: Last 10 Forum Topics
Taut
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Taut has been a member for over 20 year's 20 Year Member
usa.gif california.gif
Occupation: Entrepreneur
Gender: Female
Fav. Sports Team: SF Giants
Status: Offline
Joined: May 27, 2003
0.72 posts per day
Posts: 5530
Points: 481,695
   
check the NSN YA hack from Nukescripts



Back to top Reply with quote
#5   Re: re: Last 10 Forum Topics
infinite_root
CZ Newbie
infinite_root has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Jun 03, 2004
0.00 posts per day
Posts: 29
Points: 3,082
   


Originally posted by Taut @ Wed Sep 15, 2004 12:05 pm:

check the NSN YA hack from Nukescripts


Hi Taut,

Can't find it icon_sad.gif

Could you pls reconsider my request for a link?

TIA



Back to top Reply with quote
#6   
Telli
Site Admin
Telli has been a member for over 20 year's 20 Year Member
Occupation: Self Employed
Age: 46
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.06 posts per day
Posts: 8089
Points: 494,430
   
           // Last 10 Forum Topics
            $result8 = $db->sql_query("select t.topic_id, t.topic_title, f.forum_name, t.forum_id from ".$prefix."_bbtopics t, ".$prefix."_bbforums f where t.forum_id=f.forum_id and t.topic_poster='$usrinfo[user_id]' and auth_view<'2' and auth_read<'2' and auth_post<'2' order by t.topic_time DESC limit 0,10");
            if (($db->sql_numrows($result8) > 0)) {
                echo "<br>";
                OpenTable();
                echo "<b>$usrinfo[username]'s "._LAST10BBTOPIC.":</b><br>";
                while(list($topic_id, $topic_title, $forum_name, $forum_id) = $db->sql_fetchrow($result8)) {
                    echo "<li><a href=\"modules.php?name=Forums&file=viewforum&f=$forum_id\">$forum_name</a> » <a href=\"modules.php?name=Forums&file=viewtopic&t=$topic_id\">$topic_title</a><br>";
                }
                echo "<br>";
                echo "<a href=\"fsearch-author-$usrinfo[username].html\">Find all posts by $usrinfo[username]</a>";
                CloseTable();
            }


The nsnya was given to another website for them to continue the development. I don't recall which one. You could try seacrhing the [ Register or login to view links on this board. ] news archives for the new name of it.



_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum