Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 65 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Need help with what to look for in modifying a theme. | |
neralex Replies: 15 Views: 60297 ![]() |
![]() |
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 ![]() |
![]() |
// 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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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="#C ... |
|
Topic: IE error Expected ')' | |
bobbyg Replies: 10 Views: 12475 ![]() |
![]() |
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="#C ... |
|
Topic: IE error Expected ')' | |
bobbyg Replies: 10 Views: 12475 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
Thanks for your help ![]() 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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
thanks for that (would never have known about that- any of it ![]() ![]() 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 ![]() |
![]() |
As for the background in the textarea's, back to style.css ![]() 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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() 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 ![]() |
![]() |
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 ![]() |
![]() |
Yes I read the FAQ!!! ![]() 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& ... |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours