Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 41 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: CSS: Limit image-width in Forum-posts | |
Doulos Replies: 16 Views: 14480 ![]() |
![]() |
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: Some more bug fixes | |
neralex Replies: 14 Views: 19674 ![]() |
![]() |
In order to validate the css files,
1. themes/ravennuke.css file line 56: caption{font-weight:bold;font-size:1.5em;padding:0.25em 0.25em 1.5em 0.25em}} This double ... |
|
Topic: Some more bug fixes | |
Nuke8 Replies: 14 Views: 19674 ![]() |
![]() |
In order to validate the css files,
1. themes/ravennuke.css file line 56: caption{font-weight:bold;font-size:1.5em;padding:0.25em 0.25em 1.5em 0.25em}} should be c ... |
|
Topic: nuke quiz v 3.2.0a sql break | |
kenspa Replies: 8 Views: 26809 ![]() |
![]() |
YES!!! Thanks neralex, that's fixed it. ![]() BTW, looking at the changes you've done to this snippet, and although this version is not that old (2011), there could be a need to change quite a few l ... |
|
Topic: HTML5 - table attributes | |
spasticdonkey Replies: 5 Views: 12531 ![]() |
![]() |
Looks like a solid plan....
We have been using Bootstrap v3 to assist in our html5 table cleanup which has made it relatively easy. Minimal markup with no additional classes for td, th, etc.. Their ... |
|
Topic: Creating a module with iframe. | |
hicuxunicorniobestbuildpc Replies: 5 Views: 5344 ![]() |
![]() |
Nuken, I created another module like you showed me but I still get 1 warning validation.
<div align="center"> <br /> <table border="0" cellpadding="0" ... |
|
Topic: My fieldset for story Home does not work | |
Guardian2003 Replies: 4 Views: 6074 ![]() |
![]() |
Fieldset is for forms and there is no form element in your sample code.
For tables, you should use 'caption'. <table style="border-spacing:0px; padding:0px; width:100%;"&g ... |
|
Topic: check_html save no style width | |
hicuxunicorniobestbuildpc Replies: 28 Views: 35531 ![]() |
![]() |
in RavenNuke 2.5 I have this
function check_html ($string, $allowed_html = '', $allowed_protocols = array('http', 'https', 'ftp', 'news', 'nntp', 'gopher', 'mailto')) { Wh ... |
|
Topic: check_html save no style width | |
Palbin Replies: 28 Views: 35531 ![]() |
![]() |
Ok I think I have this fixed.
Use this kses.php http://www.phpnuke-guild.org/highlight_code/kses.phps This is not required, but you should also edit line 1006 of mainfile.php(line number will v ... |
|
Topic: Bigger default text size in forum, fisubice | |
neralex Replies: 13 Views: 34764 ![]() |
![]() |
font-size set to 1em in fisubice. not perfect but hey, you can modify the rest. make a backup of your files before you use it.
nukeNAV.css: .nukeNAV,.nukeNAV *{z-index:2;list-style: ... |
|
Topic: nukeSPAM update | |
kguske Replies: 24 Views: 18770 ![]() |
![]() |
Check [url=http://nukeseo.com/modules.php?name=News&file=article&sid=164]this out. It's a prototype of the whitelist maintenance function, with several interesting features. (Make sure to sc ... | |
Topic: my CSS is it wrong ? | |
killing-hours Replies: 16 Views: 17419 ![]() |
![]() |
Are there overlapping names/classes? Just curious.
Here is the css for the lightbox: #lightbox{ position: absolute; left: 0; width: 100%; z-index: 100; text-align: cent ... |
|
Topic: Links are smaller than other text | |
pan Replies: 23 Views: 31713 ![]() |
![]() |
Can someone just paste a line and show me what to edit? I just want the font size of links to act like the normal text. Even when you use size tags.
font {font-family: Verdana,Helvetica,sa ... |
|
Topic: RN afnet_grey theme- based on charcoal2 etc- help please.... | |
AndyB Replies: 11 Views: 23206 ![]() |
![]() |
Hi Guys;;myself and one of the users on the site have been working on a "new" theme for RN;
based on charcoal2 by nukemods (phpbb part by zarron media), with parts "borrowed" from ct_rn_black, plus ... |
|
Topic: Screenshots and image storage | |
Guardian2003 Replies: 4 Views: 7354 ![]() |
![]() |
I came across this site a few months ago whilst reviewing screen shot software as I needed to screen shot some tutorial images for a client.
Before I post the link, I should warn you in advance tha ... |
|
Topic: 403 forbidden errors with shortlinks | |
jib_intelli Replies: 7 Views: 29875 ![]() |
![]() |
Hi Friends,
Since the past two years everything with my site - http://www.pottersrealm.com - was going great, except now suddenly 403 Forbidden errors are popping up everywhere! The original links ... |
|
Topic: Blocks display problem , CSS/Html issue | |
eldorado Replies: 14 Views: 42531 ![]() |
![]() |
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: RN 2.4 and Coppermine | |
NeapolitanWorld Replies: 23 Views: 23618 ![]() |
![]() |
fkelly, Yes, I think it is at the end of a statement. I think it begins here:
/** * Functions for album/picture management */ function get_cat_content(&$list, $cat, $title) ... |
|
Topic: RN 2.4 and Coppermine | |
NeapolitanWorld Replies: 23 Views: 23618 ![]() |
![]() |
Maybe somewhere in the modules/coppermine/displayimage.php file? any guru's see anything that sticks out?
<?php /************************************************************************/ /* ... |
|
Topic: chat room box | |
nuken Replies: 11 Views: 14556 ![]() |
![]() |
You try creating a file in the blocks folder named block-Chat.php and put this in it.
<?php if (stristr($_SERVER['SCRIPT_NAME'], "block-Chat.php")) { H ... |
|
Topic: chat room box | |
washbucket Replies: 11 Views: 14556 ![]() |
![]() |
Hi all and thanks for looking at this code, I'm trying to add this to a php block so people can see who is in my chat room here is the code I was given.
<script type="text/javascript" src="http: ... |
|
Topic: Blocks/mods not showing after upgrade | |
tynman Replies: 10 Views: 12184 ![]() |
![]() |
I re installed this again with this error now.
Fatal error: Call to undefined function sql_fetch_array() in /home/tynman/public_html/includes/urinfo_func.php on line 48 <? /* # UR_Info 1.7 ... |
|
Topic: LightBox Scripts | |
nuken Replies: 77 Views: 101130 ![]() |
![]() |
Anyone that installed this before Monday March 9, I have an improved CSS file that keeps IE from saying "done but with errors on page" at the bottom. This is also CSS level 2.1 compliant. Just replace ... | |
Topic: Google Maps / Members Map Module | |
spasticdonkey Replies: 103 Views: 110352 ![]() |
![]() |
played a little with some jQuery, but still a noob in those regards. have no idea how to use the built-in jQuery in RN. There a wiki page for that? ![]() well i solved it by adding to includes/javascr ... |
|
Topic: Raven for Dummies part 1 | |
wrecit Replies: 1 Views: 5017 ![]() |
![]() |
O.k. experts here is part 1 of my how to and I wanted to run it past you guys first. This part govers logging in to admin, and using the news modual for basic entrys. Please tear it apart so that it c ... | |
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours