SW:Rebellion NetworkHosted by the SW:Rebellion Network
Welcome to Evaders Squadron Coding [ESC]
Did you know that... this site runs with your support! Please donate to our Paypal!
Home Forums Nuke Patched Core Coding Services Webmaster Services Personal
  Login/Create an Account    

Forums
· Forums FAQ
· Search
· Usergroups
· Profile
· Private Messages

Support Us
This site runs with your support. Please donate:

User Info/Login
Welcome, Anonymous
Nickname
Password
Security Code: Security Code
Type Security Code

(Register)
Membership:
Latest: AndoRook
New Today: 0
New Yesterday: 0
Overall: 6768

People Online:
Visitors: 11
Members: 0
Total: 11

Link to Us

Affliates
RPG Boards Hosting

Evaders Squadron Coding [ESC] :: View topic - Help needed with site problems after installing NPC.
Help needed with site problems after installing NPC.

 
Post new topic   Reply to topic    Evaders Squadron Coding [ESC] Forum Index -> Nuke Patched Core 7.6/7/8 + 7.5
View previous topic :: View next topic  
Author Message
Drayko
Newbie
Newbie


Joined: Feb 14, 2006
Posts: 6

PostPosted: Tue Feb 14, 2006 4:18 pm    Post subject: Help needed with site problems after installing NPC. Reply with quote

Hey what's up man. I am running PHP-nuke 7.8. Yesterday, February 13th, 2006, I installed the NPC(which I dowloaded right before). I also updated the boards to the current version of BBtonuke; which is 2.0.19. I started at 2.0.15 and went sequentially(is that a word?) to 2.0.19. I also followed the instructions to a T, in the provided doc's with the NPC 7.8, while patching my PHP-nuke.

I had the problem with the right blocks not showing up, but I followed the directions in this post, and it fixed that. but a few problems I'm having now are...

1. I can't post any new stories. When I go into the 'News' module and create a new article, it just takes me back to the admin screen, but doesn't add the new story. I've deleted all topics and made new ones. I made another category, since it now says that
Quote:
Publish in Home? Yes No [ Only works if Articles category isn't selected ]
but that didn't work either. If I keep trying I can eventually get some stupid message like "test" to show up, but if I go to edit it with the text I want there- it just stays at "test". Any ideas?

2. The other problem I am having is that now in the forums when I try to do a [quote ="member"] text here [/quote] (without the space between quote and the = sign) it doesn't convert it, it actualy shows all of it as text. However, the regular [quote] text [ /quote] still works. <-- I realize this may not have anything to do with the NPC upgrade, but I'm completely lost right now.

Any help will be appreciated. Thanks!
Back to top
View user's profile Send private message
Evaders99



Joined: Jan 11, 2002
Posts: 3049
Location: USA

PostPosted: Tue Feb 14, 2006 6:11 pm    Post subject: Reply with quote

I have an idea of the problem. Something in mainfile.php

I've made a lot of changes to mainfile.php - still in testing phase.
Please download it and tell me if it works
http://evaders.swrebellion.com/modules.php?name=NukeWrap&page=cvsrepos/mainfile.php

I'll prepare to update all the packages soon
_________________
Evaders99
SW:Rebellion Fans! Webmaster
Star Wars roleplaying community! Administrator

Fighting is terrible, but not as terrible as losing the will to fight.
- SW:Rebellion Network - Evaders Squadron Coding -

The cake is a lie.
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Drayko
Newbie
Newbie


Joined: Feb 14, 2006
Posts: 6

PostPosted: Tue Feb 14, 2006 6:18 pm    Post subject: Reply with quote

I'm at work right now, and don't have access to my ftp here. I will try it once I get home, thanks for the reply mate! Smile
Back to top
View user's profile Send private message
Drayko
Newbie
Newbie


Joined: Feb 14, 2006
Posts: 6

PostPosted: Tue Feb 14, 2006 10:31 pm    Post subject: Reply with quote

Well, that seems to have done the job on the news module. However, my [quote="membername"] command is still screwed up. Sad

Thanks for your help with the mainfile.php!
Back to top
View user's profile Send private message
Evaders99



Joined: Jan 11, 2002
Posts: 3049
Location: USA

PostPosted: Tue Feb 14, 2006 11:52 pm    Post subject: Reply with quote

Weird, maybe its something with 2.0.19
I'll check it out
_________________
Evaders99
SW:Rebellion Fans! Webmaster
Star Wars roleplaying community! Administrator

Fighting is terrible, but not as terrible as losing the will to fight.
- SW:Rebellion Network - Evaders Squadron Coding -

The cake is a lie.
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Drayko
Newbie
Newbie


Joined: Feb 14, 2006
Posts: 6

PostPosted: Wed Feb 22, 2006 6:30 pm    Post subject: Reply with quote

No idea what the problem is yet?
Back to top
View user's profile Send private message
Evaders99



Joined: Jan 11, 2002
Posts: 3049
Location: USA

PostPosted: Wed Feb 22, 2006 9:10 pm    Post subject: Reply with quote

Still not sure. exactly.. some code in 2.0.19, but haven't found it yet
_________________
Evaders99
SW:Rebellion Fans! Webmaster
Star Wars roleplaying community! Administrator

Fighting is terrible, but not as terrible as losing the will to fight.
- SW:Rebellion Network - Evaders Squadron Coding -

The cake is a lie.
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Drayko
Newbie
Newbie


Joined: Feb 14, 2006
Posts: 6

PostPosted: Thu Feb 23, 2006 3:00 pm    Post subject: Reply with quote

That's cool. I know your busy, and I don't mean to be pushy. I was just checking if maybe you had found the reason and forgot to post it. hehe I can have my dreams! Razz
Back to top
View user's profile Send private message
Evaders99



Joined: Jan 11, 2002
Posts: 3049
Location: USA

PostPosted: Thu Feb 23, 2006 8:50 pm    Post subject: Reply with quote

Okay.. this is the code in includes/bbcode.php

2.0.17/2,0.18

$text = bbencode_first_pass_pda($text, $uid, '/\[quote=(\\\".*?\\\")\]/is', '[/quote]', '', false, '', "[quote:$uid=\\1]");



2.0.19

$text = bbencode_first_pass_pda($text, $uid, '/\[quote=\\\\&quot;(.*?)\\\\&quot;\]/is', '[/quote]', '', false, '', "[quote:$uid=\\\"\\1\\\"]");


See if replacing that line with the old one works
_________________
Evaders99
SW:Rebellion Fans! Webmaster
Star Wars roleplaying community! Administrator

Fighting is terrible, but not as terrible as losing the will to fight.
- SW:Rebellion Network - Evaders Squadron Coding -

The cake is a lie.
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Drayko
Newbie
Newbie


Joined: Feb 14, 2006
Posts: 6

PostPosted: Thu Feb 23, 2006 10:17 pm    Post subject: Reply with quote

Well, actually, the code was the same as the 2.0.1(7/8 ). SO I replaced it with the code from 2.0.19 and it worked fine. Thanks for all your help!
Back to top
View user's profile Send private message
Evaders99



Joined: Jan 11, 2002
Posts: 3049
Location: USA

PostPosted: Fri Feb 24, 2006 12:15 am    Post subject: Reply with quote

Sure glad you got it working!
_________________
Evaders99
SW:Rebellion Fans! Webmaster
Star Wars roleplaying community! Administrator

Fighting is terrible, but not as terrible as losing the will to fight.
- SW:Rebellion Network - Evaders Squadron Coding -

The cake is a lie.
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic    Evaders Squadron Coding [ESC] Forum Index -> Nuke Patched Core 7.6/7/8 + 7.5 All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group

^Top
Home Your Account Forums Downloads F.A.Q. Submit News Hosting Contact Us

© 2005 - 2007 by Evaders99. All Rights Reserved.
All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters.
You can syndicate our news using the file backend.php
PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL.
PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.84 Seconds