Ravens PHP Scripts: Forums
 

 

Search found 33 matches
Author Message
 Topic: php7 support
hicuxunicorniobestbuildpc

Replies: 276
Views: 267827

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Nov 23, 2021 4:31 am   Subject: php7 support
I am getting error since I upgrade to the new php 7.1.

Warning: Declaration of oDebug::sql_query($query) should be compatible with sql_db::sql_query($query = '', $tr ...
 Topic: CSS: Limit image-width in Forum-posts
Doulos

Replies: 16
Views: 12350

PostForum: Other - Discussion   Posted: Mon Oct 21, 2019 8:37 pm   Subject: CSS: Limit image-width in Forum-posts
I am again having this issue - only with the RavenIce theme. All other themes are resizing images in forum posts. This is RN2.52 for PHP7. Here is my themes/RavenIce/style/style.css file:body { ...
 Topic: Bigger default text size in forum, fisubice
doffer83

Replies: 13
Views: 33605

PostForum: BB2Nuke   Posted: Sat Jun 30, 2012 11:14 am   Subject: re: Bigger default text size in forum, fisubice
You would only want to change the ones related to text color, not scrollbar color. The easiest way is to test on a local server like xampp or wamp with a good simple code editor like notepad++ and whe ...
 Topic: Bigger default text size in forum, fisubice
doffer83

Replies: 13
Views: 33605

PostForum: BB2Nuke   Posted: Sat Jun 30, 2012 9:28 am   Subject: re: Bigger default text size in forum, fisubice
thise colo id?



/* The content of the posts (body of text) */
body{background:#ecf0f6;color:#0000A0;font:16pt Microsoft Sans Serif,Arial,Helvetica,sans-serif;
scrollba ...
 Topic: NC_MidTown breaks the right block with Ravennuke 2.5
hicuxunicorniobestbuildpc

Replies: 8
Views: 14961

PostForum: Converting/Creating Themes   Posted: Fri Jun 29, 2012 3:11 pm   Subject: NC_MidTown breaks the right block with Ravennuke 2.5
Guy! I tested all themes from Nukecode with Ravennuke 2.5 and unfortunately none of them work. I can not understand why designers do not update their themes. I undestand everybody wants to do their ow ...
 Topic: Trouble Converting Theme!
transit

Replies: 6
Views: 10226

PostForum: Converting/Creating Themes   Posted: Tue Jun 01, 2010 9:01 am   Subject: Trouble Converting Theme!
Let me say thanks in advance for all the great work guys!

I followed the instructions on this post: http://www.ravenphpscripts.com/postp126352.html#126352

Here is my theme.php

<?php

/** ...
 Topic: Blocks display problem , CSS/Html issue
eldorado

Replies: 14
Views: 41255

PostForum: Blocks   Posted: Fri Oct 02, 2009 7:32 am   Subject: Blocks display problem , CSS/Html issue
What bother's me is the who's online block showing up at the top. At first I thought it was a feature lol , but it keeps sticking at the top.

body {
margin: 0;
padding: 0;
ba ...
 Topic: PHP Nuke Themes From Template Monster. Com
emmaphp

Replies: 15
Views: 21241

PostForum: Converting/Creating Themes   Posted: Thu Jan 15, 2009 2:26 am   Subject: PHP Nuke Themes From Template Monster. Com
Hi Evaders99 & Jakec,

Thanks for your responses to my original posting.

Evanders99, in the file theme.php, I tried changing the one instance of 'banners.php' as you described, but this did n ...
 Topic: best way to combine 2 themes
gator81

Replies: 17
Views: 25496

PostForum: Themes   Posted: Fri Oct 24, 2008 6:29 pm   Subject: re: best way to combine 2 themes
I have done more reading and here are some of the things i found so far...

for refrence:
http://www.ravenphpscripts.com/postt8220.html
http://www.ravenphpscripts.com/posts7942-highlight-.html

...
 Topic: General PHP-Nuke (Rnuke) Question with using php scripts.
ciph3r

Replies: 11
Views: 23678

PostForum: General/Other Stuff   Posted: Tue Jan 22, 2008 2:25 pm   Subject: General PHP-Nuke (Rnuke) Question with using php scripts.
Im actually having the same issue with an AA version that I have:

Source:
<SCRIPT LANGUAGE="javascript">var ie4 = false; if(document.all) { ie4 = true; } function ...
 Topic: Debugging $_POST
Donovan

Replies: 18
Views: 41884

PostForum: PHP   Posted: Mon Sep 17, 2007 9:42 am   Subject: re: Debugging $_POST
From my editQuestion function:

NukeSentinal will choke on this.

my form method is post and action is _SERVERfunction editQuestion($cid) {


echo "<b>Title ...
 Topic: Debugging $_POST
Donovan

Replies: 18
Views: 41884

PostForum: PHP   Posted: Mon Sep 17, 2007 8:46 am   Subject: Re: Debugging $_POST
As to why the array is empty, your form must not be posting anything.

Which is the main problem. When I editQuestion I pull the data from the db to veiw, same when I previewQuestion. When I want ...
 Topic: Debugging $_POST
Donovan

Replies: 18
Views: 41884

PostForum: PHP   Posted: Fri Sep 14, 2007 12:22 pm   Subject: Debugging $_POST
Why would echo "<pre>".print_r($_POST)."</pre>";

Return

1

array()

For instance:
function editQuestion($cid) {
global $AllowableHTML, $db;
$cid = $_GET['cid ...
 Topic: Passing variables between functions on same index.php
Donovan

Replies: 21
Views: 34758

PostForum: PHP   Posted: Tue Sep 11, 2007 11:50 am   Subject: re: Passing variables between functions on same index.php
Well I'm still having trouble here.

I can list the questions and can choose which question I want to edit. Within the edit question function I have a textarea where the text is located but when I ...
 Topic: 2.0.20 to 2.0.21 language pack error
Blues

Replies: 30
Views: 55793

PostForum: BBtoNuke   Posted: Wed Jun 21, 2006 8:12 pm   Subject: re: 2.0.20 to 2.0.21 language pack error
nuke_bbthemes_name looks ok to me...I don't see any slash that would be causing the problem. (Mind you, this is all new to me).

--
-- Table structure for table `nuke_bbthemes_name`
--

DROP ...
 Topic: W3C Compliant Theme Template
spottedhog

Replies: 6
Views: 15215

PostForum: How To's   Posted: Mon Apr 03, 2006 3:20 pm   Subject: W3C Compliant Theme Template
Here is what I created to make W3C compliant themes for a PHP Nuke "fork" SMF-Nuke. http://www.smf-nuke.com

A short background: SMF-Nuke is Nuke 7.6 with manually coded 3.2 patches. It has a l ...
 Topic: bgcolor to background images
Demoniclord

Replies: 11
Views: 12639

PostForum: Themes   Posted: Mon Jan 09, 2006 1:49 am   Subject: re: bgcolor to background images
hitwalker,

Thanx for the reply, how ever i don't seem to have the same configuration. i found the section of code you posted. i apparently don't have this section of code:

changing this in you ...
 Topic: Help needed finding the correct file in theme plzzzzzzzz
hitwalker

Replies: 9
Views: 10812

PostForum: Themes   Posted: Sat Jan 07, 2006 6:11 am   Subject: re: Help needed finding the correct file in theme plzzzzzzzz
and what about changing this in your stylesheet..
body {background: #EFEFEF url(images/bg_cat2.gif)

to..

body {background: #EFEFEF url(images/cellpic4.gif)
 Topic: Forum admin index leads to a whitepage
User800

Replies: 4
Views: 14522

PostForum: Post Installation Help   Posted: Fri Oct 28, 2005 5:04 pm   Subject: Re: re: Forum admin index leads to a whitepage
If you loaded a database backup from the original site you also needed to reload the same files you had, i.e. the forums expect to find the same template files you had before, else you might need to d ...
 Topic: Forum admin index leads to a whitepage
chatserv

Replies: 4
Views: 14522

PostForum: Post Installation Help   Posted: Fri Oct 28, 2005 10:02 am   Subject: re: Forum admin index leads to a whitepage
If you loaded a database backup from the original site you also needed to reload the same files you had, i.e. the forums expect to find the same template files you had before, else you might need to d ...
 Topic: Should be simple.. I have a headache
SpaceMonkey

Replies: 16
Views: 18945

PostForum: Themes   Posted: Thu Aug 25, 2005 6:40 am   Subject: re: Should be simple.. I have a headache
I don't get it.. What do I need to change?
<?php

/************************************************************/
/* IMPORTANT NOTE FOR THEMES DEVELOPERS! */
/* ...
 Topic: changing theme width for entire site
candy

Replies: 22
Views: 21126

PostForum: Themes   Posted: Fri Jul 29, 2005 9:41 pm   Subject: re: changing theme width for entire site
thanks for posting that...unfortunately, i don't know what to do next. my theme.php file doesn't look at all like yours so i can't make the changes you suggested. Here is my theme.php file. Do you hav ...
 Topic: changing theme width for entire site
candy

Replies: 22
Views: 21126

PostForum: Themes   Posted: Sat Jul 23, 2005 8:59 am   Subject: re: changing theme width for entire site
okay, here is mmy theme.php. where would i alter the width? what code would i need to use? Thanks!

<?php

/************************************************************/
/* IMPORTANT NOTE FOR ...
 Topic: bottoms of letters cutoff in forums
speedx

Replies: 6
Views: 11325

PostForum: Themes   Posted: Mon Feb 14, 2005 12:57 pm   Subject: bottoms of letters cutoff in forums
I have the terayon theme installed .. its all good but in the forums with IE, firefox and others are ok. Seems when you use IE the bottoms of the letters are missing and there is no space between the ...
 Topic: phpBB to php nuke
chatserv

Replies: 142
Views: 240438

PostForum: How To's   Posted: Mon Jan 31, 2005 1:16 pm   Subject: phpBB to php nuke
Through phpMyAdmin check the bbconfig db table and make sure default_style is set to 1, if it isn't change it, if it is rebuild the bbtheme tables, drop both and recreate using the code below.
CREATE ...
 

 Jump to:   

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