PHP Web Host - Quality Web Hosting For All PHP Applications $35/month $250/year (Unlimited) - $25/month - 200,000 impressions - Your Ad Could be Here - Click For Details
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
pcnuke
Hangin' Around


Joined: Feb 21, 2005
Posts: 39
Location: Cybertoria

PostPosted: Thu Feb 09, 2006 11:39 am Reply with quote Back to top

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
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16976
Location: Kansas

PostPosted: Thu Feb 09, 2006 12:39 pm Reply with quote Back to top

Yes on both Smile - They are on my list but that list is quite long and those will be a while before they bubble up Wink
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Mithoron
Hangin' Around


Joined: May 05, 2003
Posts: 34

PostPosted: Tue Apr 03, 2007 10:58 am Reply with quote Back to top

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...
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16976
Location: Kansas

PostPosted: Tue Apr 03, 2007 1:49 pm Reply with quote Back to top

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.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
jamesmc
New Member
New Member


Joined: Dec 22, 2003
Posts: 21

PostPosted: Fri Nov 30, 2007 5:48 pm Reply with quote Back to top

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
View user's profile Send private message
nagahosting
Regular
Regular


Joined: Nov 03, 2007
Posts: 52
Location: Nagalim

PostPosted: Sun Apr 13, 2008 11:26 pm Reply with quote Back to top

Well, still no answer from anyone? come on.... its 2008 Laughing Been two years now lol Laughing

I also like to see a collapsing news articles block which will look like that of Yahoo homepage for phpnuke Laughing boxing anyone in the ring now?

I stil have hope on Raven worship
View user's profile Send private message Visit poster's website
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6299
Location: Vsetin, Czech Republic

PostPosted: Mon Apr 14, 2008 12:10 am Reply with quote Back to top

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.
View user's profile Send private message Send e-mail Visit poster's website
montego
Former Admin in Good Standing


Joined: Aug 29, 2004
Posts: 9070
Location: Arizona

PostPosted: Mon Apr 14, 2008 5:32 am Reply with quote Back to top

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.
View user's profile Send private message Visit poster's website
montego
Former Admin in Good Standing


Joined: Aug 29, 2004
Posts: 9070
Location: Arizona

PostPosted: Mon Apr 14, 2008 5:34 am Reply with quote Back to top

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:
Only registered users can see links on this board!
Get registered or login to the forums!


No support or warranties! I didn't write 'em and they are VERY old. But, maybe the concepts will help.
View user's profile Send private message Visit poster's website
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 5996

PostPosted: Mon Apr 14, 2008 6:02 am Reply with quote Back to top

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 .
View user's profile Send private message
nagahosting
Regular
Regular


Joined: Nov 03, 2007
Posts: 52
Location: Nagalim

PostPosted: Tue Apr 15, 2008 10:39 pm Reply with quote Back to top

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. Laughing

Just need a ready made block Surprised
View user's profile Send private message Visit poster's website
fkelly
Moderator


Joined: Aug 30, 2005
Posts: 3136
Location: near Albany NY

PostPosted: Wed Apr 16, 2008 8:20 pm Reply with quote Back to top

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.
View user's profile Send private message Visit poster's website
CodyG
Life Cycles Becoming CPU Cycles


Joined: Jan 02, 2003
Posts: 666
Location: Vancouver Island

PostPosted: Thu Apr 17, 2008 9:40 am Reply with quote Back to top

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";
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
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
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum