You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 55 guest(s) and 1 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - phpBB 2.0.14 (Nuke 7.7) [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
neodesc
Nuke Soldier
Nuke Soldier


Joined: Jan 30, 2005
Posts: 11


PostPosted: Fri Apr 29, 2005 12:33 am Reply with quoteBack to top

Hi, my site is now running PHP-Nuke 7.7 (the original one, without modifications), and the WYSIWYG is giving me problems at the forums. When I'm logged in the admin panel and I'm going to the forum modules.php?name=Forums like an admin, the WYSIWYG appears when i'm writting a topic and after submiting the topic the HTML code is shown.

Has someone the same problem?

Sorry about my english Sad
Find all posts by neodescView user's profileSend private message
Xyberian
Colonel
Colonel


Joined: Mar 14, 2004
Posts: 1921

Location: Behind you

PostPosted: Fri Apr 29, 2005 12:57 am Reply with quoteBack to top

Hm... wierd.
I tested final 7.7 version a lot for last two days. I did not see such wrong operation though.

_________________
NukeKorea Dev. Network.
NukeKorea Laboratories
Find all posts by XyberianView user's profileSend private messageVisit poster's website
neodesc
Nuke Soldier
Nuke Soldier


Joined: Jan 30, 2005
Posts: 11


PostPosted: Fri Apr 29, 2005 2:45 am Reply with quoteBack to top

Image

Thanks for replying, this is my problem.
Find all posts by neodescView user's profileSend private message
gettopreacherman
Lieutenant
Lieutenant


Joined: Jan 13, 2005
Posts: 262


PostPosted: Fri Apr 29, 2005 4:47 am Reply with quoteBack to top

Looks like your board isn't parsing the html right...
Find all posts by gettopreachermanView user's profileSend private message
neodesc
Nuke Soldier
Nuke Soldier


Joined: Jan 30, 2005
Posts: 11


PostPosted: Fri Apr 29, 2005 4:54 am Reply with quoteBack to top

I have tried it at diferents servers and localhost, always gives me the same problem.
Find all posts by neodescView user's profileSend private message
perfect-games
Site Admin
Site Admin


Joined: Jun 18, 2004
Posts: 210


PostPosted: Fri Apr 29, 2005 4:56 am Reply with quoteBack to top

well i just installed this myself and the probelms is in lack of coding from fb,
this is how to fix the problem

open includes/javascript.php

FIND:
Code:
} elseif (is_admin($admin) AND $advanced_editor != 1 AND $name != "Private_Messages") {
   echo "<!-- tinyMCE -->
      <script language=\"javascript\" type=\"text/javascript\" src=\"includes/tiny_mce/tiny_mce.js\"></script>
      <script language=\"javascript\" type=\"text/javascript\">
         tinyMCE.init({
            mode : \"textareas\",
         theme : \"basic\",
         language : \"$lang\",
         $edtcss
         force_p_newlines: \"false\",
         force_br_newlines: \"true\"
         });
      </script>
      <!-- /tinyMCE -->";
} elseif ($name != "Private_Messages" AND $name != "Forums") {
   echo "<!-- tinyMCE -->
      <script language=\"javascript\" type=\"text/javascript\" src=\"includes/tiny_mce/tiny_mce.js\"></script>
      <script language=\"javascript\" type=\"text/javascript\">
         tinyMCE.init({
            mode : \"textareas\",
         theme : \"default\",
         language : \"$lang\",
         $edtcss
         force_p_newlines: \"false\",
         force_br_newlines: \"true\"
         });
      </script>
      <!-- /tinyMCE -->";


And delete save and upload

thanks

p.s you need to remove any html code
Find all posts by perfect-gamesView user's profileSend private messageSend e-mail
neodesc
Nuke Soldier
Nuke Soldier


Joined: Jan 30, 2005
Posts: 11


PostPosted: Fri Apr 29, 2005 5:11 am Reply with quoteBack to top

Problem solved, thanks perfect-games.
Find all posts by neodescView user's profileSend private message
Bono
Nuke Soldier
Nuke Soldier


Joined: Dec 25, 2004
Posts: 11


PostPosted: Fri Apr 29, 2005 11:10 am Reply with quoteBack to top

I get same thing but it seems that this issue only occurs when admins post. I didnt see any html tags when normal users post. Cool it works now without WYSIWYG editor Sad


Last edited by Bono on Fri Apr 29, 2005 11:21 am; edited 1 time in total
Find all posts by BonoView user's profileSend private message
dennys
Nuke Cadet
Nuke Cadet


Joined: Dec 11, 2004
Posts: 6


PostPosted: Fri Apr 29, 2005 11:19 am Reply with quoteBack to top

I have the same problem, wouldn't it be easier to disable the advanced editor (or fix it Smile )? Is there a way to do it?

-d
Find all posts by dennysView user's profileSend private message
cipherlone
Nuke Cadet
Nuke Cadet


Joined: Apr 05, 2005
Posts: 3


PostPosted: Sun May 01, 2005 4:19 am Reply with quoteBack to top

Concerning fixing the tinymce, there is a new version on its developer's site that I downloaded yesterday. But, I am not very comfortable with uploading the new version to my still-under-setup website.
It's TinyMCE v1.44RC2, and got it from this link:

http://kent.dl.sourceforge.net/sourceforge/tinymce/tinymce_1_44RC2.zip

I personally do not know if it is safe to just replace the files in Nuke 7.7 with this one. And, after what I read, I do not feel so comfortable with the TinyMCE (which I think is not THAT tiny at all!)

Any feedback from you guys would be appreciated. Rolling Eyes
Find all posts by cipherloneView user's profileSend private message
damn
Nuke Soldier
Nuke Soldier


Joined: Jul 17, 2005
Posts: 12


PostPosted: Sun Jul 17, 2005 9:38 am Reply with quoteBack to top

yeah i too am getting the same problem with my site and also it wont let us display avaters even tho i set the confiurations to allow uploads and linked avaters ??

back to main porblem of when any one posts on my site that bloody html text box wrecks the post ...it says u must write a message b4 posting it even though we do and then press submit a second time and it posts it with cocked up code here and there making ur post look gooble dee goo


ive tried perfect games edited script but its not solved it although i havent deleted the html as u said coz i dont know what to delete basically ...got any help any one?

http://www.godclan-uk.co.uk nuke 7.7 phpbb 2.0.14
Find all posts by damnView user's profileSend private message
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12397


PostPosted: Sun Jul 17, 2005 7:54 pm Reply with quoteBack to top

Tried the Patched files? http://www.nukeresources.com

_________________
Helping those that help themselves
Read FIRST or DIE!

"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding
Find all posts by Evaders99View user's profileSend private messageVisit poster's websiteAIM Address
damn
Nuke Soldier
Nuke Soldier


Joined: Jul 17, 2005
Posts: 12


PostPosted: Mon Jul 18, 2005 5:50 am Reply with quoteBack to top

yeah i a have m8 but i dont understand the command ur given which u must do .....With this done you should run the following command: patch -cl -d [PHPBB DIRECTORY] -p1 < [PATCH NAME]...??? where and how do i run this command ??pplz


and when u done that i assume you exec update_to_latest.php in your ftp???


i just want the html /bb code conflict sorted out babdly

cheers
Find all posts by damnView user's profileSend private message
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12397


PostPosted: Mon Jul 18, 2005 6:11 am Reply with quoteBack to top

You do not need to do anything with "patch" command or anything.
Install the Patched files by overwriting your existing files, and run the upgrade script.

_________________
Helping those that help themselves
Read FIRST or DIE!

"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding
Find all posts by Evaders99View user's profileSend private messageVisit poster's websiteAIM Address
damn
Nuke Soldier
Nuke Soldier


Joined: Jul 17, 2005
Posts: 12


PostPosted: Mon Jul 18, 2005 6:13 am Reply with quoteBack to top

but the patch file is only 1 file and nuke cops tells you to delete it after you have used it.
Find all posts by damnView user's profileSend private message
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next 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



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.948 Seconds - 366 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::