» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 36
1 members and 35 guests
doctornuke
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Oral Chelation - initial cleansing of your veins & arteries

Register Now! Contact Us

About this Page
This is a discussion on Authenticated, Themed, Latest Posts Block for consideration within the Nuke 6.5 to 6.9 - Blocks forums, part of the PHP-Nuke 6.5 to 6.9 category; It should have a little more configuration support than what I have currently seen out there, and most importantly, it ...


Go Back   Nukemods Forum » PHP-Nuke 6.5 to 6.9 » Nuke 6.5 to 6.9 - Blocks

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-11-2003, 07:02 PM
Junior Member
 
Join Date: Apr 2003
Posts: 7
Authenticated, Themed, Latest Posts Block for consideration
It should have a little more configuration support than what I have currently seen out there, and most importantly, it shows you "Latest Posts" for every forum that you are able to see as an authenticated user. We have lots of hidden forums on our boards, and seeing latest posts from only public view boards just wasn't cutting it.

This block requires center installation. Please read the readme.1st for feedback/bugs.


Latest Posts Block
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-11-2003, 09:32 PM
Member
 
Join Date: Nov 2002
Location: Michigan, USA
Posts: 359
Send a message via AIM to ReNeGaDe
so this now includes ALL forums, even private? (i know hidden is)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-11-2003, 11:50 PM
Junior Member
 
Join Date: Apr 2003
Posts: 7
This is my first block. It's original code (except the query that I borrowed from viewposts.php).

It should pick up all permissions, including usergroup level permissions, and show private and hidden assuming that the user has access to the private or hidden groups.

It's completely untested outside of my site environment so I would really appreciate some feedback if people find it useful and would like for me to make it more useful.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-12-2003, 12:07 AM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
Well, it's the same principal as the block we pack with our themes.
Yours does call the images and css style from the Forums template. However, it uses the modules/Forums/templates.

The Nuke 6.5 themes, by default, have the forum template and Nuke theme all together. There are no templates in the templates folder, other than subSilver for the Forum admin part. :?
And actually, the theme change on the phpBB side in Nuke 6.5 should be removed altogether in my opinion.

So if you could make it call the style from the themes/YourTheme/forums directory where the theme for Nuke6.5 with phpBB forums is called from...

Use DeepBlue theme from the Nuke6.5 theme pack as a source..it's the best place to start for getting an idea of how the Nuke6.5 themes SHOULD work according to how FB designed it.

Your modification would actually work really well with Nuke 6.0/phpBBport2.0.6 themes

mikem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-12-2003, 12:25 AM
Junior Member
 
Join Date: Apr 2003
Posts: 7
Sorry. I am a Nuke n00b. Only been using it about a month. I didn't realize there was a packaged block of the last posts thingy. I only saw one for 6.0 which was theme specific and took a fair amount of modding to make work with 6.5. I decided to just write one from scrath instead. I agree with the unified theme thingy. I was thinking that seemed pretty stupid while I was writing it.

I guess I will discontinue development since this sounds like a dupe.

Sorry for the n00bness.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 04-12-2003, 03:14 AM
Junior Member
 
Join Date: Apr 2003
Posts: 7
I went ahead and changed this to work on the new unified themes.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 04-12-2003, 10:17 AM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
Originally Posted by Sataere
Sorry. I am a Nuke n00b. Only been using it about a month. I didn't realize there was a packaged block of the last posts thingy. I only saw one for 6.0 which was theme specific and took a fair amount of modding to make work with 6.5. I decided to just write one from scrath instead. I agree with the unified theme thingy. I was thinking that seemed pretty stupid while I was writing it.

I guess I will discontinue development since this sounds like a dupe.

Sorry for the n00bness.
Hey no..your Block isn't a Dupe. Our blocks in our packages are Hardcoded. Yours is not. I hope I didn't offend you. Your Block is actually GREAT.
If you could somehow manage to get it to work with the Nuke6.5 themes it would be even greater.
There have been a few users that have tried to do what you have pretty much accomplished but have been unsuccessful.
Don't give up now :-)

The main problem you may run into is that not all tempaltes use cellpics as their main bg images for the cells. But most of them do.

mikem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 04-12-2003, 03:57 PM
Junior Member
 
Join Date: Apr 2003
Posts: 7
Yeah I updated it last night to work off of the unified 6.5 style sheet, instead of the phpBB one. I probably won't be able to mess with it much more until next week. The main thing I noticed is that all the classes I was using (row1, row2, etc.) don't seem present in most of the themes/<theme>/forums/style/style.css.

The cellpics shouldn't be a problem, I don't think, because those can be referenced via style (as below). They would be just as portable and specific as the individual theme and don't have to be hardcoded or db pulled. The themes would probably have to use standardized naming conventions for table related style classes though.

I don't really know anything about nuke theme standards yet, as my only experience is modifying phpBB subSilver to look like NukeNews theme, and now the switch to 6.5 forums themes.

Are there any specs, or good docs or tools which related specifically to style creation and standards for Nuke 6.5?

Code:
td.rowpic {
		background-color: #FFFFFF;
		background-image: url(/modules/Forums/templates/NukeNews/images/cellpic2.jpg);
		background-repeat: repeat-y;
}
Thanks for the words of encouragement. I wrote what I have now (completely alpha and untested) in about 6 hours, so who knows what kind of fun stuff I can pull off if there is interest.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 04-12-2003, 04:23 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
Quote:
Are there any specs, or good docs or tools which related specifically to style creation and standards for Nuke 6.5?
the only good tool I know of was I used the DeepBlue theme from the Nuke6.5 package to understand hwo the themes work in 6.5.
No official tools though.

mikem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 04-14-2003, 03:17 PM
Junior Member
 
Join Date: Apr 2003
Posts: 7
Aha! Now I get it. I found the separate forums.css file in a ../themes/<theme name>/forums/. That appears to have everything I need for reference.

I have updated my Latest Posts block download and tested it with every 6.5-specific theme available for download on this site. The only one that has noticable issues is NukeCops Sunset 6.5 theme, because apparently they are still using the generated in-line style sheet for the forums in that theme, instead of the forums.css file which is present, but belongs to a different theme.

To recap:

This block shows all latest posts on the front page that the logged in (or anon/guest) user is authorized to see, including public, hidden, and private forums where authorized.

It works dynamically with all tested 6.5 unified style themes.

The mechanics of what is actually shown are still largely untested. I am anxiously waiting for bugs/comments/suggestions/compatabilityetc. !

Lastest Posts Block
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
latest forum block Leopar_evil Nuke 7.x - Blocks 4 05-11-2005 02:14 PM
Centre block showing latest news and forum posts anyone ? Cabal Nuke 7.x - Blocks 2 04-22-2005 03:58 AM
phpbb2 latest posts Rider Nuke 6.5 to 6.9 - Modules 1 07-20-2003 12:21 PM
latest forum posts in forum index? unknown Purged Topics 3 03-24-2003 03:21 PM
phpib2 latest forum posts unknown Purged Topics 1 02-23-2003 11:45 AM


All times are GMT -5. The time now is 11:55 PM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31