Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 44
0 members and 44 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
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
The Lyric Archive
Dining Room Furniture

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

Reply
 
LinkBack Thread Tools Display Modes
Old
  (#11 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
04-15-2003, 04:08 AM

I like it, the only thing was this:
When you use the default themes without a forums folder the block doesn't take any css or img's. Nuke on his side does take the subSilver theme located in modules/Forums/templates/subSilver/ so I adjusted your file a bit to take modules/Forums/templates/subSilver/subSilver.css when there isn't a forums folder in tha theme.
These are the changes:
Find
Code:
$opening = "
Before Add
Code:
if (file_exists("themes/$template_name/forums/forums.css")) {
$css = "themes/$template_name/forums/forums.css";
$img = "themes/$template_name/forums";
}
else{
$css = "modules/Forums/templates/subSilver/subSilver.css";
$img = "modules/Forums/templates/subSilver";
}
find
Code:
themes/$template_name/forums/forums.css
change to
Code:
$css
Find
Code:
themes/$template_name/forums/images/folder.gif
change to
Code:
$img/images/folder.gif
Find
Code:
themes/$template_name/forums/images/icon_latest_reply.gif
change to
Code:
$img/images/icon_latest_reply.gif
If you want to see what I mean use NukeNews with your block and afterwards with my adjustments and you'll see the differance.

Bye,
Mighty_Y


Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#12 (permalink))
Junior Member
 
Status: Offline
Posts: 46
Join Date: Jan 2003
04-15-2003, 07:17 AM

can ui make a block with the recent replys on the left ?
ops: ops:
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#13 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
04-15-2003, 12:16 PM

The block works pretty darn good now.
Only minor issues with themes that don't carry the same sort of path ours do.
Works great with our themes.

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#14 (permalink))
Junior Member
 
Status: Offline
Posts: 7
Join Date: Apr 2003
04-16-2003, 01:28 PM

Quote:
Originally Posted by Mighty_Y
I like it, the only thing was this:
When you use the default themes without a forums folder the block doesn't take any css or img's. Nuke on his side does take the subSilver theme located in modules/Forums/templates/subSilver/ so I adjusted your file a bit to take modules/Forums/templates/subSilver/subSilver.css when there isn't a forums folder in tha theme.

Thanks Mighty! I have included these changes in the download!
   
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




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.2.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