| Author |
Message |
pcnuke Hangin' Around

Joined: Feb 21, 2005 Posts: 36 Location: Cybertoria
|
Posted:
Thu Feb 09, 2006 11:39 am |
|
Raven
Have you thought about making a collapsable Center or Side News block, with operations that basically mimic the Collapsing Forums Block?
Also on the Collapsing Forums Block would it be possible to adjust the code so you can see, say the first 5 posts all the time, the hit the expand button and show all of them
pcn |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 14946 Location: Kansas
|
Posted:
Thu Feb 09, 2006 12:39 pm |
|
Yes on both - They are on my list but that list is quite long and those will be a while before they bubble up  |
|
|
|
 |
Mithoron Hangin' Around

Joined: May 05, 2003 Posts: 34
|
Posted:
Tue Apr 03, 2007 10:58 am |
|
Came here looking for just this particular thing with regards to the News articles...but unfortunately the posts for this are a year old...
This still on the plate for some day in the future?
If not, does anybody know of any hacks/modules/tweaks to be able to do this. I know there's the forum block; however, I'm wanting to do this with News topics on the front page as sometimes some of the News can be a bit lengthy and fill a page and some people do not like the "Read More" option, hehehe... |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 14946 Location: Kansas
|
Posted:
Tue Apr 03, 2007 1:49 pm |
|
Still on the list? Nope. The "list" went into never-never land a few months ago when my hard drive went belly up. At the present time I don't have any plans for this. |
|
|
|
 |
jamesmc New Member


Joined: Dec 22, 2003 Posts: 15
|
Posted:
Fri Nov 30, 2007 5:48 pm |
|
| pcnuke wrote: |
Also on the Collapsing Forums Block would it be possible to adjust the code so you can see, say the first 5 posts all the time, the hit the expand button and show all of them |
Interesting one this because I use the first 5 posts block all the time on my site and would like to add the extra functionality of the collapsing Forums block and retain that feature.
regards
James Mc |
|
|
|
 |
nagahosting Regular


Joined: Nov 03, 2007 Posts: 50 Location: Nagalim
|
Posted:
Sun Apr 13, 2008 11:26 pm |
|
Well, still no answer from anyone? come on.... its 2008 Been two years now lol
I also like to see a collapsing news articles block which will look like that of Yahoo homepage for phpnuke anyone in the ring now?
I stil have hope on Raven  |
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 4581 Location: Slovakia - working my way around Eastern Europe
|
Posted:
Mon Apr 14, 2008 12:10 am |
|
Making it collapsible is easy. Making it collapsible, XHTML Transitional Compliant, fully cross browser compatible (regardless of whether the browser allows js to run) is another thing all together. |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7264 Location: Arizona
|
Posted:
Mon Apr 14, 2008 5:32 am |
|
There are collapsing block themes out in the wild that might be want you are looking for. They were originally made by Lorkan, but they went "off the air" quite a while ago. I wonder if you could still find them somewhere. They even had the edits broken out to where you could try and incorporate into any theme. |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7264 Location: Arizona
|
Posted:
Mon Apr 14, 2008 5:34 am |
|
Too funny... right after I posted that, I remembered that when Lorkan went "under", I fished through my hard-drive and found a couple of their packages. Guess what? I have had them on my site ever since. Here you go:
No support or warranties! I didn't write 'em and they are VERY old. But, maybe the concepts will help. |
|
|
|
 |
kguske Site Admin

Joined: Jun 04, 2004 Posts: 4640
|
Posted:
Mon Apr 14, 2008 6:02 am |
|
I installed one of these themes with collapsing blocks on a site recently. Lots of compliance error, but I'm not sure it's directly related to the collapsing blocks.
But naga is asking for this on the news stories, but that could be added to the theme - I don't this it requires changes to the application . |
|
|
|
 |
nagahosting Regular


Joined: Nov 03, 2007 Posts: 50 Location: Nagalim
|
Posted:
Tue Apr 15, 2008 10:39 pm |
|
montego thanks:).... i tried those but those scripts are made only for phpnuke 7.3 or 4. Didn't work with RavenNuke i guess. It will take months to work it out for a newbie like me:D way too complicated lol.
Just need a ready made block  |
|
|
|
 |
fkelly Moderator

Joined: Aug 30, 2005 Posts: 2064 Location: near Albany NY
|
Posted:
Wed Apr 16, 2008 8:20 pm |
|
As an admin enforce the story text versus extended text options when people post stories. Don't post their stories if they put more than a paragraph in story text and make it clear you won't. Or edit their stuff after it is submitted and move anything beyond a first paragraph to the extended text area. Then let 'em click on read more. And if they don't like it, too bad. |
|
|
|
 |
CodyG PHP-Portal Project

Joined: Jan 02, 2003 Posts: 568 Location: Vancouver Island
|
Posted:
Thu Apr 17, 2008 9:40 am |
|
On one site, I moved the Read More link to the previous line, above Posted By.
This tweek seemed to soothe the natives.
in DeepBlue/theme.php
| Code: |
FormatStory($thetext, $notes, $aid, $informant);
echo "</td></tr></table>\n"
."</td></tr></table><br>\n"
."</td></tr><tr><td bgcolor=\"#FFFFFF\" align=\"center\">\n"
."<font class=\"content\">$morelink</font></center><br>\n"
."<font class=\"tiny\">"._POSTEDBY." \n";
|
|
|
|
|
 |
|
|
|
|