Page 58 of 62

Edit to This MOD?

Posted: Thu May 17, 2007 1:53 am
by Tom
Is there a way to make it where this MOD only shows the most recent topics from one forum and not all the forums? Thanks for your help.

Re: [2.0.15] Latest active topics on index

Posted: Fri May 18, 2007 9:10 am
by TPIMaster
I don't have suggestion, sorry, but I have found an error in the script. When you click the username next to the latest topics, it doesn't send you to that user's profile because of a little error.

Open index.php and search for a line among the lines of

Code: Select all

'USER_PROF' => append_sid($phpbb_root_path . 'profile.'.$phpEx.'?mode=viewprofile$amp;u='.$row[$i]["user_id"]),
Replace that $ before amp with an & and it's fixed, giving

Code: Select all

'USER_PROF' => append_sid($phpbb_root_path . 'profile.'.$phpEx.'?mode=viewprofile&u='.$row[$i]["user_id"]),

Re: [2.0.15] Latest active topics on index

Posted: Sun May 20, 2007 2:15 pm
by googlah
Hey, thanks :)

Re: [2.0.15] Latest active topics on index

Posted: Fri May 25, 2007 8:22 pm
by abhishek1711
hii after i installed advanced seo rewrite mod (phpbb-seo.com) the latest topics show error whn a guest clicks on them. however whn one logs in and clicks - it works fine....

any help? also if u see my forum http://www.ibsrocks,com i also have another mod which shows latest 5 topics...can any1 help in removing it :cry:

Re: [2.0.15] Latest active topics on index

Posted: Mon May 28, 2007 7:17 am
by beggers
abhishek1711 wrote:hii after i installed advanced seo rewrite mod (phpbb-seo.com) the latest topics show error whn a guest clicks on them. however whn one logs in and clicks - it works fine....

any help? also if u see my forum http://www.ibsrocks,com i also have another mod which shows latest 5 topics...can any1 help in removing it :cry:
It seems to work fine for me as a guest. I didn't get any error messages. By the way, I like the way it looks on your board. The thing is, after 58 pages of posts about this I'm not really sure where the actual working mod is. :)

Re: [2.0.15] Latest active topics on index

Posted: Mon Jun 11, 2007 6:44 pm
by phatchopolis
Looks great. My question is. At the top it says "Last 10 Active Topics". How can I get text in that row above the last time posted and the person who replied. So it's not just blank space there. I've circled the areas I mean.

Image

Also in the scroll box. Any way to shorten the area so when the topics have scrolled through the blank background is seen less. Thanks.

Re: [2.0.15] Latest active topics on index

Posted: Mon Jun 11, 2007 6:46 pm
by msi_333
THanks ,,,, And Good Work :mrgreen:

Re: [2.0.15] Latest active topics on index

Posted: Mon Jun 11, 2007 8:09 pm
by phatchopolis
Also anyone found a way to get the images to display correctly. Currently they still show in the scroll as being unread even after reading the topic. I've played around but can't find anything.

Re: [2.0.15] Latest active topics on index

Posted: Mon Jun 11, 2007 8:23 pm
by phatchopolis
I've noticed topics created before this mod was installed display properly as being read if that helps anyone track down the issue. 400 mod solving points to the person with the winning ideas. :mrgreen:

Re: [2.0.15] Latest active topics on index

Posted: Sun Jun 17, 2007 1:44 pm
by iiilgsrlll
Has anyone figured out how to place a scrollbar in the box instead of having the marquee auto-scroll? It seems like the question has been asked multiple times but was either ignored or other people are not interested in it? :?: Is it even possible with this MOD? TIA.

Re: [2.0.15] Latest active topics on index

Posted: Wed Jun 27, 2007 6:07 am
by wads24
hey there... i just noticed that with firefox the scrolling only stops onmouseover if you are logged out. does anyone know why this is?

Re: [2.0.15] Latest active topics on index

Posted: Thu Jun 28, 2007 5:41 am
by wads24
wads24 wrote:hey there... i just noticed that with firefox the scrolling only stops onmouseover if you are logged out. does anyone know why this is?

can anybody help me with this???

with firefox the scrolling onmouser doesn't stop if the user is logged in, but if the user is logged in, then the onmouserover stops the scrolling.

Thanks in advance for any reply's

Re: [2.0.15] Latest active topics on index

Posted: Thu Jul 05, 2007 6:07 pm
by googlah
Thanks again, sure a very good mod and useful!

I have a question though which I want to be solved.. and that would be MUCH appreciated. Just see my growing forum at http://www.27mhz.se/forums ....

Thing is, I have thing "Today at/Yesterday at" MOD installed. It is working under the "Last post". But how to make this work into this MOD!? Currently it just shows the date and time. I want it to show Today or Yesterday if so. Anyone got this to work? Please, anyhelp would be appreciated....

Re: [2.0.15] Latest active topics on index

Posted: Tue Jul 10, 2007 4:57 am
by googlah
Noone got this to work? :(

Latest active topics :conflict with approval mod

Posted: Sun Jul 15, 2007 12:29 am
by genial.soul
Hi
i have installed the approval mod and tried this Latest active mod
installation worked fine but then i came to know that those posts/topics which have not yet been approved are shown is this list.
Its not desirable coz topic should not appear in the list. It shld only appear if it is approved.
Can Any one help me what to change in the query ( i think some checks are to be put in the query not to fetch unapproved posts )
Thanks