Ravens PHP Scripts: Forums
 

 

Search found 20 matches
Author Message
 Topic: Is it possible to Auto Post News?
fkelly

Replies: 11
Views: 12186

PostForum: RN v2.20.00 - All Issues   Posted: Fri Mar 09, 2012 1:16 pm   Subject: Is it possible to Auto Post News?
Right now, the submit news module posts proposed news articles to the queue table. You'd need to swap that out and post them to the stories table instead. You'd want to compare the structure of the ...
 Topic: how to include FCKeditor in a New Module
kguske

Replies: 4
Views: 9423

PostForum: FCKeditor/WYSIWYG Issues   Posted: Tue Nov 22, 2011 12:19 pm   Subject: re: how to include FCKeditor in a New Module
From the nukeWYSIWYG readme.txt file (please note steps 6 and 7 - there are 2 approaches, depending on how the module, block, admin function works):

INSTALLATION

Before installing, consider upgr ...
 Topic: how to include FCKeditor in a New Module
fkelly

Replies: 4
Views: 9423

PostForum: FCKeditor/WYSIWYG Issues   Posted: Sat Nov 19, 2011 10:07 am   Subject: re: how to include FCKeditor in a New Module
I'm not sure there is a readme on this. Start by taking a look at the wysiwyg_editor function in mainfile. You will see the parameters that are needed and the fact that it includes a file from the / ...
 Topic: RavenNuke(tm) 2.30.01 translate to dutch
sebastiaan

Replies: 15
Views: 21508

PostForum: Converting/Creating Other   Posted: Thu Apr 30, 2009 4:43 am   Subject: re: RavenNuke(tm) 2.30.01 translate to dutch
<?php

/**************************************************************************/
/* PHP-NUKE: Advanced Content Management System */
/* ========================= ...
 Topic: Ravennuke 2.3X
kguske

Replies: 2
Views: 10239

PostForum: WYSIWYG - Raven's RavenNuke(tm) v2.x Distro   Posted: Sun Apr 19, 2009 7:53 am   Subject: re: Ravennuke 2.3X
6. For the standard "display-as-you-go" approach, replace textarea HTML tags in modules and admin scripts with a PHP call to function wysiwyg_textarea with 5 arguments: textarea name, textarea value, ...
 Topic: FCK editor in Nuke League match report?
stclem

Replies: 6
Views: 9438

PostForum: Modules   Posted: Wed Dec 03, 2008 3:41 am   Subject: re: FCK editor in Nuke League match report?
I have tried to do nr 6. but nr 7. i cant find. cant see any templates.

Posting the league/news.php script so you can se if i done right. Made changes two times.

<?php

/* $Id: news.php ...
 Topic: FCK editor in Nuke League match report?
kguske

Replies: 6
Views: 9438

PostForum: Modules   Posted: Tue Dec 02, 2008 10:33 pm   Subject: re: FCK editor in Nuke League match report?
Sorry...from the readme file included with the nukeWYSIWYG download:
INSTALLATION
...
If you have addons / modules that do not already use nukeWYSIWYG, you can complete the following:

6. For ...
 Topic: How to call the Editor?
kguske

Replies: 3
Views: 5937

PostForum: Converting/Creating Modules   Posted: Sat Nov 08, 2008 2:55 pm   Subject: re: How to call the Editor?
From the nukeWYSIWYG readme:
6. For the standard "display-as-you-go" approach, replace textarea HTML tags in modules and admin scripts with a PHP call to function wysiwyg_textarea with 5 arguments: t ...
 Topic: FCKeditor 2.6 - need input on one design question
Guardian2003

Replies: 32
Views: 52052

PostForum: FCKeditor/WYSIWYG Issues   Posted: Thu May 01, 2008 7:57 am   Subject: FCKeditor 2.6 - need input on one design question
OK I got this installed. The only edits I had to do (from a DIFF perspective) was add the $uploadpath var to rnconfig and your tweak to allow admins unrestricted 'posting' in mainfile then I just uplo ...
 Topic: Treemenu not appearing in admin blocks section
chaoscreator

Replies: 12
Views: 13826

PostForum: Blocks   Posted: Tue Apr 01, 2008 7:58 pm   Subject: re: Treemenu not appearing in admin blocks section
Okay, I've cleaned it up a little. Here's the whole function I'm working on:

function defaultDisplay() {
global $AllowableHTML, $prefix, $user, $cookie, $anonymous, $currentlang, ...
 Topic: Pre set form in the Submit News Module
montego

Replies: 1
Views: 6071

PostForum: RN Enhancement Requests and Suggestions   Posted: Tue Aug 07, 2007 6:51 am   Subject: re: Pre set form in the Submit News Module
You should be able to do this within modules/Submit_News/index.php. Within function defaultDisplay() you could add a variable that has the HTML code you listed below and then pass that into the 'stor ...
 Topic: FCK and Frames. errors on page
sunlax

Replies: 8
Views: 16589

PostForum: WYSIWYG - Raven's RavenNuke(tm) v2.x Distro   Posted: Wed Jan 17, 2007 7:02 pm   Subject: re: FCK and Frames. errors on page
Hello all again... (sigh)

First, Thanks Kevin for your time so far... But I have been fighting with this thing still. Perhaps I just don't know when to call it quits Very Happy

I know I still have th ...
 Topic: FCK and Frames. errors on page
sunlax

Replies: 8
Views: 16589

PostForum: WYSIWYG - Raven's RavenNuke(tm) v2.x Distro   Posted: Mon Jan 15, 2007 9:02 pm   Subject: re: FCK and Frames. errors on page
WYSIWYG works as should be expected in FireFox on all pages...


<frameset rows="145,*" framespacing="0" frameborder="no" border="0">
<frame sr ...
 Topic: A Nuke Theme without tables ... proof of concept
fkelly

Replies: 17
Views: 47055

PostForum: Themes   Posted: Fri Jan 13, 2006 3:50 pm   Subject: re: A Nuke Theme without tables ... proof of concept
Onwards ... in further testing I determined that I was creating multiple copies of some of the divs in my css file, specifically storycontain, storytext and topicimage. According the the validators, ...
 Topic: A Nuke Theme without tables ... proof of concept
fkelly

Replies: 17
Views: 47055

PostForum: Themes   Posted: Mon Jan 09, 2006 3:16 pm   Subject: re: A Nuke Theme without tables ... proof of concept part 3
Now you've copied in the skidoo theme and styles and made the changes to the rest of Nuke that are needed. You can go into your account and select the theme and see what happens.

Here's a few no ...
 Topic: A Nuke Theme without tables ... proof of concept
fkelly

Replies: 17
Views: 47055

PostForum: Themes   Posted: Mon Jan 09, 2006 2:30 pm   Subject: A Nuke Theme without tables ... proof of concept
I've seen a number of postings about the desirability of having a Nuke theme or themes that are driven by CSS rather than tables. I'd be happy if anyone could point me to existing ones but not findin ...
 Topic: php-nuke 7.6 patch 3.1 Survey Module blank/errors
tyler_r

Replies: 49
Views: 57907

PostForum: phpnuke 7.6   Posted: Fri Dec 16, 2005 7:36 pm   Subject: php-nuke 7.6 patch 3.1 Survey Module blank/errors
I think they believe it has been fixed but it hasn't I am having the same problem. Sad It's very trying looking for a solution, but if I find one I will post it all the same.

I have found a solution ...
 Topic: WYSWYG Editors and textarea fields
64bitguy

Replies: 20
Views: 22891

PostForum: phpnuke 7.8   Posted: Tue Sep 13, 2005 3:31 pm   Subject: WYSWYG Editors and textarea fields
I asked this over at nukefixes, but I thought I would submit it here too as some food for thought to any audience that doesn't see it over there.

In working on compliance for 7.8, one issue has me ...
 Topic: Modified Submit News module - need HELP
Truden

Replies: 2
Views: 4298

PostForum: General/Other Stuff   Posted: Fri May 13, 2005 12:36 pm   Subject: Modified Submit News module - need HELP
Hi Friends,

Before I put my request for help, I'd like to thank you guys for all the great job you are doing.
Thank You.

I don't know if I can ask for help that does not concern your product, b ...
 Topic: Need simple Products Module!
Virgin_Steel

Replies: 19
Views: 15278

PostForum: Modules   Posted: Mon Apr 18, 2005 7:47 am   Subject: Need simple Products Module!
HM looks like no one wants to help me...
I just made it, with all night no sleeping.
Now need help with the admin file.I made it but when i click on post, nothin`...blank page.Just want to insert SQ ...
 

 Jump to:   

Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©