Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 57
6 members and 51 guests
dieter27ev24, faiiwrwaymorarw, jaynjdeepqa3dbi, pasmgtlifejka78, r0b1nr0b1ns, th3d3v1l5
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > Nukemods > nukemods.com

Reply
 
LinkBack Thread Tools Display Modes
Old
  (#11 (permalink))
Junior Member
 
Status: Offline
Posts: 27
Join Date: Feb 2003
02-15-2003, 12:43 AM

Quote:
Originally Posted by mikem
http://www.nukemods.com/temp/phpbb2nuke_news_mod.zip

Ok the file you need to edit to make it match your theme is the modules/phpbb2_News/index.php
Toward the bottom of that file, you will see the html..It looks almost exactly like the same html found in the themes/YourTheme/story_home.html file

Read the readme for install instructions.

mikem
Hi Mike... I download your mod and installed it, but I got this error when viewing the Php_News mods

Warning: Failed opening 'modules/Forums/includes/functions_selects.php' for inclusion (include_path='') in /home/public_html/nuke6.5/modules/phpbb2_News/index.php on line 50

Warning: Failed opening 'modules/Forums/includes/bbcode.php' for inclusion (include_path='') in /home/public_html/nuke6.5/modules/phpbb2_News/index.php on line 68

Fatal error: Call to undefined function: bbencode_second_pass() in /home/public_html/nuke6.5/modules/Forums/mods/phpbb_fetch_all/common.php on line 403

And I did read the Readme file and followed the steps you show in there. I saw these line has commented out:

// Examples:
// forum in /aaa/bbb/ccc/ and script in /aaa/bbb/ccc/
// --> $phpbb_root_path = './';
// forum in /aaa/bbb/ccc/ and script in /aaa/bbb/
// --> $phpbb_root_path = './ccc/';
// forum in /aaa/bbb/ccc/ and script in /aaa/bbb/ddd/
// --> $phpbb_root_path = '../ccc/';

I wondered if I have to uncomment one of these phpbb_root_path? Can you tell me what I did wrong here?

Thanks
CK
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#12 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
02-15-2003, 04:14 AM

That's an error in the index file because of nuke 6.5
Code:
Warning: Failed opening 'modules/Forums/includes/functions_selects.php' for inclusion (include_path='') in /home/public_html/nuke6.5/modules/phpbb2_News/index.php on line 50 

Warning: Failed opening 'modules/Forums/includes/bbcode.php' for inclusion (include_path='') in /home/public_html/nuke6.5/modules/phpbb2_News/index.php on line 68
In your index file you have to go to these lines and just delete
Code:
modules/Forums/
in those lines

Or you can go download the new version over at Anorscorner.com (I made it) that changes your theme automaticaly and it's available for PHP-Nuke 6.0 AND 6.5

Bye,
Mighty_Y
   
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: 619
Join Date: Oct 2002
Location: Alabama, USA
02-15-2003, 07:02 AM

That's fantastic Mighty_Y! I'll go download it and thanks for making it change themes!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#14 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
02-15-2003, 07:12 AM

That's why we port those mods, It took me long but it's finally here

Bye,
Mighty_Y
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#15 (permalink))
Junior Member
 
Status: Offline
Posts: 38
Join Date: Nov 2002
02-26-2003, 07:20 PM

I added your phpBB_news mod
and am changing the index.php to make it match my site.
Just one question. How do I make my topic header font white?

Quote:
<tr>
<td><font class="storytitle"><?php echo $news[$i]['topic_title']; ?></font></td>
</tr>
That fontclass makes the font black. If I simply add...
Quote:
<tr>
<td><font class="storytitle"><font color="#ffffff"><?php echo $news[$i]['topic_title']; ?></font></font></td>
</tr>
It does print it white, but the letters are all small. So I tried...
Quote:
<tr>
<td><font class="storytitle"><font color="#ffffff" size="4"><?php echo $news[$i]['topic_title']; ?></font></font></td>
</tr>
But the letter remain small anyways......

All I want to do is make the letters white, and the same size as they are when there black...
Hope this is not too confusing...
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#16 (permalink))
Moderator
 
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
02-28-2003, 04:32 AM

This one is just released and anor and me or already working on a new one, it even let you to make differant categories to let you post and you can set a images with every category
Exemples:
http://members.lycos.nl/nuke65/
&
http://portedmods.sourceforge.net

Bye,
Mighty_Y
   
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
Front page message disappeared... Astroman Nuke 7.x - General 1 07-22-2005 02:54 PM
A diffrent new section on front page. raiisak Nuke 7.x - Blocks 4 06-10-2005 09:24 AM
User List On front page reev Open topics 1 09-27-2004 12:47 PM
Help with resolving front page. tonychaos Purged Topics 2 06-07-2003 05:21 PM
FIX to the 5 last posts block on the front page IACOJ nukemods.com 5 01-31-2003 12:40 PM




vBulletin Skin developed by: vBStyles.com


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