Home arrow Forum Scrolling Latest Post Module for SMF as in Nuke
  Welcome, Guest. Please login or register.
Did you miss your activation email?
December 01, 2008, 04:11:04 PM
Home New Posts Search Calendar


Login with username, password and session length
+  Joomla Forum
|-+  Joomla Addon Discussion
| |-+  Joomla Modules
| | |-+  Scrolling Latest Post Module for SMF as in Nuke
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] 2 Go Down Print
Author Topic: Scrolling Latest Post Module for SMF as in Nuke  (Read 4934 times)
parth
Joomla Newbie
*

Karma: +1/-1
Offline Offline

Posts: 49


View Profile
Scrolling Latest Post Module for SMF as in Nuke
« on: November 28, 2005, 01:30:25 PM »

Hello Can anyone tell me how i can make the latest posts in the module scroll (as in the phpbb mod in nuke) so that i can show upto 20 recent postsw without using too much space?

I think this is a much needed modification in this module.

Please help

Parth
Logged
jj
Joomla Pro
**

Karma: +5/-2
Offline Offline

Posts: 53


View Profile
Re: Scrolling Latest Post Module for SMF as in Nuke
« Reply #1 on: November 28, 2005, 02:06:17 PM »

that scrolling last posts bit in nuke is one of the most annoying and nauseating interface elements I've seen in a long time! LOL Cheesy

your best bet is to put the module output in an IFRAME with scrollbars on

see here: http://www.dynamicdrive.com/dynamicindex11/scrollc.htm
Logged
-Wolverine
Developer
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Scrolling Latest Post Module for SMF as in Nuke
« Reply #2 on: November 28, 2005, 02:33:00 PM »

An easier method might be to add a module class_suffix in the module configuration screen and then make the change in the stylesheet.  Something like this:


.module_suffix_name
{
  height:  Xpx;
  overflow: scroll;
}

You may need to specify a width or you might end up with unwanted left-right scrolling.
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
jj
Joomla Pro
**

Karma: +5/-2
Offline Offline

Posts: 53


View Profile
Re: Scrolling Latest Post Module for SMF as in Nuke
« Reply #3 on: November 28, 2005, 07:44:22 PM »

Yes, but when he swaps templates in and out he would have to remember to manually go in and edit the template and if he has multiple sites to administer or even just a local server and a web server then it get's to be a real pain and then if he has a problem on a test, he can't just zap the install and start again because he has to remember to copy the changes he made to the templates!


Sorry about the lack of punctuation in the post - my girlfriend is having her periods and apparantly took all of mine as well!
Logged
parth
Joomla Newbie
*

Karma: +1/-1
Offline Offline

Posts: 49


View Profile
Re: Scrolling Latest Post Module for SMF as in Nuke
« Reply #4 on: November 29, 2005, 09:47:39 AM »

Hello.
.module_suffix_name
{
  height:  Xpx;
  overflow: scroll;
}

You may need to specify a width or you might end up with unwanted left-right scrolling.

Can you please explain this more in detail. Like what are the changes i'll have to make in my theme & what has to be specified in module_suffix

Thanks

Parth
Logged
parth
Joomla Newbie
*

Karma: +1/-1
Offline Offline

Posts: 49


View Profile
Re: Scrolling Latest Post Module for SMF as in Nuke
« Reply #5 on: November 29, 2005, 10:50:15 AM »

Hello I tried doing the Module calss suffix. Its not working

See www.tekdi.com

Parth
Logged
-Wolverine
Developer
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Scrolling Latest Post Module for SMF as in Nuke
« Reply #6 on: November 29, 2005, 10:51:10 AM »

It was a good idea in theory, but I hacked at it a bit and was unable to get it to display like I thought it would.  And now I remember that the scrolling in Nuke was automatic.  Anychance you have the module from phpnuke that I could take a look at?  Might be something that could be built into this module.
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
-Wolverine
Developer
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Scrolling Latest Post Module for SMF as in Nuke
« Reply #7 on: November 29, 2005, 10:52:30 AM »

Hello I tried doing the Module calss suffix. Its not working

See www.tekdi.com

Parth
I like the site, looks nice!  Check my previous reply.
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
parth
Joomla Newbie
*

Karma: +1/-1
Offline Offline

Posts: 49


View Profile
Re: Scrolling Latest Post Module for SMF as in Nuke
« Reply #8 on: November 29, 2005, 11:22:35 AM »

Hello Wolverine,

Thanks for your appreciation of the site.

Here's a sample block from nuke.

Parth
Logged
jj
Joomla Pro
**

Karma: +5/-2
Offline Offline

Posts: 53


View Profile
Re: Scrolling Latest Post Module for SMF as in Nuke
« Reply #9 on: November 29, 2005, 11:29:10 AM »

<td class="area3-content"><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td><table width="95%" align="center" cellpadding="0" cellspacing="0" border="0"><tr><td><a name=" scrollingCode"></a><marquee behavior=" scroll" align="center" direction="up" height="188" scrollamount=" 2" scrolldelay=" 20" onmouseover='this.stop()' onmouseout='this.start()'>


That is the code that the 'Nuke sites use - A Marquee tag

I must stress, that that behaviour is really nauseating and inaproppriate for a business site like yours. (IMPO)

Note also, that it does NOT allow for scrolling back , so that if someone sees something of interest, they HAVE TO WAIT UNTIL THE WHOLE BLOODY THING ROLLS AROUND. Useless animation/activity is very bad on websites ESPECIALLY when it confounds or blocks the user.

The scroll bar thing I pointed you to at Dynamic Thread is your best bet.
If you can wait till tomorrow, I'll put my code where my mouth is and try to implement it in that module thing! Cheesy
Logged
-Wolverine
Developer
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Scrolling Latest Post Module for SMF as in Nuke
« Reply #10 on: November 29, 2005, 11:30:27 AM »

I could mod the current Recent Topics to include this functionality but you will have to give me a few days, maybe a week.  Gotta find time!  If only there were more hours in the day!
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
-Wolverine
Developer
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Scrolling Latest Post Module for SMF as in Nuke
« Reply #11 on: November 29, 2005, 11:31:45 AM »

I'll wait for you jj, because I'm not thrilled about using marquee tags at all.   Tongue
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
parth
Joomla Newbie
*

Karma: +1/-1
Offline Offline

Posts: 49


View Profile
Re: Scrolling Latest Post Module for SMF as in Nuke
« Reply #12 on: November 29, 2005, 11:43:12 AM »

Hello JJ, Wolverine,

Even i dnt like the idea of scrolling stuff too much ...But the users find it convinient as a lot of posts get posted everyday & people tend to miss out important topics. So i got requests for it. I'd be glad if you could mod the Module.

One more thing i miss being a Nuke user for over 3 years during which i heavily modded my site is the sitemap thing i found on a nuke site. Its basically a crawler script that crawls all the links on the site ( even integrated stuff like phpbb) & puts it in a great HTML format thats really cool for Search Engines. I am posting a copy of the file here...
Do you know anything similar available for Mambo.?

The other thing i miss is the tight integration between phpbb, the phpbb messaging system & nuke. The Block showing userinfo with a lot of stats & PMs was also great...Know any thing like that?
Here's a link to show what it is:
http://www.nukecops.com/

Thanks again

Parth
Logged
-Wolverine
Developer
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Scrolling Latest Post Module for SMF as in Nuke
« Reply #13 on: December 07, 2005, 10:54:44 AM »

Parth, here it is.  JJ helped out and I took the modifications and did a reworking of much of the module.  The biggest feature is the addition of your PHPNuke marquee scrolling.  Try it out and tell me what you think.

**Tested only on Joomla 1.0.4**

« Last Edit: December 07, 2005, 04:07:04 PM by -Wolverine » Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
joomlanewbie
Joomla Master
***

Karma: +20/-5
Offline Offline

Posts: 145


View Profile
Re: Scrolling Latest Post Module for SMF as in Nuke
« Reply #14 on: December 07, 2005, 04:43:22 PM »

Maybe you should get a list together of neat little things we can do to get PHPNuke goodies into the joomla environment..seeing them all together may prevent redundant coding?


There is a site map for Mambo/Joomla..not sure if memory serves if it is free or pay componnent.. I'll look around

Logged
Pages: [1] 2 Go Up Print 
« previous next »
Jump to:  



Login with username, password and session length

Powered by MySQL Powered by PHP Joomla Forum | Powered by SMF 1.1 RC1.
© 2001-2005, Lewis Media. All Rights Reserved.
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!

Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal. None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved.
Terms of Use
Joomla Hacks



Joomla Hacks
German Lang French Lang Italian Lang Spanish Lang Japanese Lang Chinese Lang
Search Contact About Advertise Blogs Topsites Submit News Register Login