Ravens PHP Scripts: Forums
 

 

Search found 65 matches
Author Message
 Topic: Need help with what to look for in modifying a theme.
neralex

Replies: 15
Views: 60297

PostForum: Converting/Creating Themes   Posted: Tue Mar 04, 2014 2:35 pm   Subject: Need help with what to look for in modifying a theme.
I have re-modified the theme.php and updated my gist on github.

Download the changed gist, unpack the tar.gz archive and you will find the theme.php in a unpacked folder.

download: https://gist. ...
 Topic: How to Edit/Change Colors in RN themes
semperaye

Replies: 13
Views: 10228

PostForum: Post Installation Help   Posted: Sun Feb 17, 2013 9:24 am   Subject: How to Edit/Change Colors in RN themes
// END: Added in v2.40.00 - Mantis Issue 0001043

$bgcolor1 = '#4B288E';
$bgcolor2 = '#4B288E';
$bgcolor3 = '#4B288E';
$bgcolor4 = '#4B288E';
$textcolor1 = '#CCCCCC';
$textcolor2 = '#CCCCCC';
...
 Topic: two iframes in one block.
nuken

Replies: 5
Views: 10065

PostForum: Blocks   Posted: Sat Feb 11, 2012 9:56 am   Subject: two iframes in one block.
If you want a center block with them side by side. here is the code:

<?php

if ( !defined('BLOCK_FILE') ) {
Header('Location: ../index.php');
die( ...
 Topic: two iframes in one block.
montego

Replies: 5
Views: 10065

PostForum: Blocks   Posted: Fri Feb 10, 2012 6:58 am   Subject: two iframes in one block.
You removed a bunch of ".=" and made them just "=". Try this:


<?php

if (eregi("block-Block_Creator.php",$PHP_SELF)) {
Header("Location: i ...
 Topic: two iframes in one block.
rjms

Replies: 5
Views: 10065

PostForum: Blocks   Posted: Fri Feb 10, 2012 6:03 am   Subject: two iframes in one block.
Hello, I am trying to add two iframes in a single block, I am using nuke 8.x

I am stuck with the following code:

<?php

if (eregi("block-Block_Creator.php",$PHP_SELF)& ...
 Topic: IE error Expected ')'
myrtletrees

Replies: 10
Views: 12475

PostForum: v2.4 RN Issues   Posted: Fri Apr 15, 2011 11:18 am   Subject: Re: IE error Expected ')'
Try this:

<td class="row1" width="10%" align="center" style="cursor:hand" onclick="MM_goToURL('parent,' '{U_FAQ}');return document.MM_returnValue" onmouseover="this.style.background=&quot;#C ...
 Topic: IE error Expected ')'
bobbyg

Replies: 10
Views: 12475

PostForum: v2.4 RN Issues   Posted: Fri Apr 15, 2011 11:15 am   Subject: IE error Expected ')'
Try this:

<td class="row1" width="10%" align="center" style="cursor:hand" onclick="MM_goToURL('parent,' '{U_FAQ}');return document.MM_returnValue" onmouseover="this.style.background=&quot;#C ...
 Topic: IE error Expected ')'
bobbyg

Replies: 10
Views: 12475

PostForum: v2.4 RN Issues   Posted: Fri Apr 15, 2011 10:48 am   Subject: Re: IE error Expected ')'
Here's one of the lines that IE is complaing about.

<td class="row1" width="10%" align="center" style="cursor:hand" onclick="MM_goToURL('pare ...
 Topic: IE error Expected ')'
myrtletrees

Replies: 10
Views: 12475

PostForum: v2.4 RN Issues   Posted: Fri Apr 15, 2011 10:24 am   Subject: IE error Expected ')'
This is really weird, but then again, if there's something weird to be found, I'd be th eone to find it.

Anyway. I get this error only in IE and only in the forums. I'm using the same rollover onmo ...
 Topic: HTML Newsletter picture problem
angloswede

Replies: 8
Views: 11904

PostForum: Modules   Posted: Thu Jan 06, 2011 4:33 am   Subject: re: HTML Newsletter picture problem
Thanks for your help Very Happy

I tried to send a test newsleter to admin only with two pictures on it.
The pictures are located on the server at
/uploads/image/Banner1c.gif
/uploads/image/darryl.jpg ...
 Topic: Game Tracker
nuken

Replies: 9
Views: 15889

PostForum: Blocks   Posted: Sun Jun 06, 2010 4:22 pm   Subject: re: Game Tracker
Here is the code to make a block for it. You will need to add this code to a file named something like block-Game_Tracker.php and install it to your blocks directory.

<?php

if (!defined&# ...
 Topic: Game Tracker
washbucket

Replies: 9
Views: 15889

PostForum: Blocks   Posted: Sun Jun 06, 2010 12:43 pm   Subject: Game Tracker
Hi all, it's been awhile I have been on here, but I know the only place to go is here to get thing working with PHP Nuke, you people do a great job, here what I have, I'm trying to put a image in a PH ...
 Topic: RN afnet_grey theme- based on charcoal2 etc- help please....
AndyB

Replies: 11
Views: 23058

PostForum: Converting/Creating Themes   Posted: Mon Mar 22, 2010 9:28 am   Subject: re: RN afnet_grey theme- based on charcoal2 etc- help please
thanks for that (would never have known about that- any of it Embarassed ) - all help is appreciated Very Happy

My theme.php is below (I'll remove the opening and closing tags out, and hope it works)

I ...
 Topic: post text box 1 line long
spasticdonkey

Replies: 16
Views: 17968

PostForum: BB2Nuke   Posted: Mon Feb 08, 2010 4:07 pm   Subject: re: post text box 1 line long
As for the background in the textarea's, back to style.css Smile

textarea, select, input, input.noborder, .helpbox {
background:url("../images/inputs.jpg") repeat-x #CCCCCC;
border-color:#4E4E4E #CC ...
 Topic: post text box 1 line long
spasticdonkey

Replies: 16
Views: 17968

PostForum: BB2Nuke   Posted: Mon Feb 08, 2010 12:34 pm   Subject: re: post text box 1 line long
ahhh, ok I gotcha. the problem I'm pretty sure is in theme/cspromod/style/style.css


textarea, select, input, input.noborder, .helpbox {
background:url("../images/inputs.jpg") repeat-x scroll 0 0 ...
 Topic: How to delete Multiple Users...
wHiTeHaT

Replies: 14
Views: 27875

PostForum: RN v2.20.00 - All Issues   Posted: Tue Jan 26, 2010 4:15 pm   Subject: re: How to delete Multiple Users...
3 steps 3 files for quick user delete

STEP 1
create file named:

links.quick_delete_user.php (put it in admin/links/)
inside links.quick_delete_user.php add:
<?php

if (!defined( ...
 Topic: RN 2.4 expanding/ collapsing forums center block
AndyB

Replies: 5
Views: 9226

PostForum: Converting/Creating Blocks   Posted: Thu Jan 21, 2010 5:02 am   Subject: re: RN 2.4 expanding/ collapsing forums center block
here's what I found (took some finding!)

in the forum collapsing block:
global $admin, $bgcolor1, $bgcolor2, $db, $prefix, $sitename, $textcolor1, $textcolor2, $user, $user_prefix, $currentlang, $ ...
 Topic: News articles Center all text
arahad

Replies: 5
Views: 10889

PostForum: HTML   Posted: Mon Nov 30, 2009 10:08 am   Subject: re: News articles Center all text
this is the story_home.html

<body bgcolor="#434343">
<table border="0" cellpadding="0" align=center cellspacing="0" width="95%">
&l ...
 Topic: LiveZilla Tracking JavaScript
spasticdonkey

Replies: 35
Views: 40526

PostForum: JavaScript   Posted: Tue Aug 25, 2009 4:40 am   Subject: re: LiveZilla Tracking JavaScript
i can pretty much guarantee you this is not an RN problem. You must fix the major errors in your page first. The <body> <html> and </html> tags have all been used twice. This will br ...
 Topic: How does he/she do to use Javascript in the nuke?
qaona

Replies: 13
Views: 19579

PostForum: phpnuke 8.1   Posted: Tue Feb 10, 2009 7:24 pm   Subject: Re: How does he/she do to use Javascript in the nuke?
Do you have an example of the javascripts code?

Ops! I think I had great mistake, they are these banners that you/they don't work in the content baseboard.
Descupe-me

<iframe src="http:// ...
 Topic: CT_RN theme html compliance issue
testy1

Replies: 6
Views: 9377

PostForum: v2.3 RN Issues   Posted: Sat Dec 27, 2008 8:08 pm   Subject: CT_RN theme html compliance issue
the theme CT_RN is missing the color definitions

open: themes/CT_RN/theme.php

Find:


function themeheader() {


Before Add:


$bgcolor1 = '#330303';
$bgcolor2 = '#330303' ...
 Topic: Help converting from $dbi logic to $db logic as per FAQ
TAd

Replies: 14
Views: 19954

PostForum: Converting/Creating Blocks   Posted: Tue Dec 23, 2008 2:30 pm   Subject: Help converting from $dbi logic to $db logic as per FAQ
Thank you Palbin, fkelly, and Guardian2003 for your help! I appreciate it greatly!

Best regards,
TAd

Updated code:



<?php

########################################################## ...
 Topic: Help converting from $dbi logic to $db logic as per FAQ
TAd

Replies: 14
Views: 19954

PostForum: Converting/Creating Blocks   Posted: Tue Dec 23, 2008 2:13 pm   Subject: re: Help converting from $dbi logic to $db logic as per FAQ
Gaurdian2003,

Thank you and I think you are correct, I believe you hit the nail on the head and understand what I was trying (failing Very Happy at) to say.

To clear things up. Uncommenting out the l ...
 Topic: Help converting from $dbi logic to $db logic as per FAQ
Guardian2003

Replies: 14
Views: 19954

PostForum: Converting/Creating Blocks   Posted: Tue Dec 23, 2008 8:54 am   Subject: re: Help converting from $dbi logic to $db logic as per FAQ
fkelly is correct, you only need to make that modification to mainfile but that will only keep the block working whilst RN supports the old abstraction layer.
You can try this in a new block file (do ...
 Topic: Help converting from $dbi logic to $db logic as per FAQ
TAd

Replies: 14
Views: 19954

PostForum: Converting/Creating Blocks   Posted: Tue Dec 23, 2008 7:25 am   Subject: Help converting from $dbi logic to $db logic as per FAQ
Yes I read the FAQ!!! Very Happy

But I have not been doing much of any scripting lately and just updated my site. I am having to un-/ out these two lines from the mainfile.php file:



@require_once& ...
 

 Jump to:   

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