Ravens PHP Scripts: Forums
 

 

Search found 50 matches
Author Message
 Topic: CSS: Limit image-width in Forum-posts
Doulos

Replies: 16
Views: 12348

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: Need help with what to look for in modifying a theme.
neralex

Replies: 15
Views: 58766

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: Small problem
spasticdonkey

Replies: 9
Views: 8744

PostForum: Modules   Posted: Thu Mar 01, 2012 10:48 am   Subject: Small problem
I will add that some of those functions should only be executed for users, regardless of what some of your custom functions are doing. This assumes that only users will need to delete scores, and I ha ...
 Topic: Small problem
Anders

Replies: 9
Views: 8744

PostForum: Modules   Posted: Thu Mar 01, 2012 10:30 am   Subject: Small problem
In your account i have a opption to delete submited scores it did work on my old site but on this new 1 i have problem i think its this code that dont work!

if (!defined('RNYA')) &# ...
 Topic: mysql-real-escape-string - Solved!
nuken

Replies: 25
Views: 47216

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Feb 06, 2012 7:40 am   Subject: mysql-real-escape-string - Solved!
If that doesn't work for you, you can try this one:


<?php

if ( !defined('BLOCK_FILE') ) {
Header('Location: ../index.php');
die();
}

gl ...
 Topic: mysql-real-escape-string - Solved!
Dawg

Replies: 25
Views: 47216

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Feb 06, 2012 5:59 am   Subject: re: mysql-real-escape-string - Solved!
Try this...

I do not have a way of testing it to se what else is wrong...but...


<?php
if ( !defined('BLOCK_FILE') ) {
Header('Location: ../index.php') ...
 Topic: mysql-real-escape-string - Solved!
viper155

Replies: 25
Views: 47216

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Feb 06, 2012 1:39 am   Subject: re: mysql-real-escape-string - Solved!
I just upgraded our site and alot of our custom blocks are not working. Is this issue related to this post at all??


<?php

if (eregi("block-youtube-video-random.php",$PHP_ ...
 Topic: Staff module (SOLVED)
Anders

Replies: 5
Views: 6409

PostForum: Converting/Creating Modules   Posted: Tue Nov 08, 2011 4:24 pm   Subject: Staff module (SOLVED)
Hi i have solve it

##
## Table structure for table `nuke_staff`
##

CREATE TABLE `nuke_staff` (
`id` int(3) NOT NULL default '0',
`sid` int(3) NOT NULL auto_increment,
`name` varchar ...
 Topic: Staff module (SOLVED)
Anders

Replies: 5
Views: 6409

PostForum: Converting/Creating Modules   Posted: Tue Nov 08, 2011 3:08 pm   Subject: Staff module (SOLVED)
Thanks for fast reply...It dont show anything when i setup a staff

SQL-fråga:

CREATETABLE nuke_staff(

id int( 3)NOTNULL default'',
sid int( 3)NOTNULLAUTO_INCREMENT ,
name varchar( 255)NOT ...
 Topic: Issue with border on IE .gif file on website.
thumpn8974

Replies: 6
Views: 8385

PostForum: General/Other Stuff   Posted: Fri Sep 09, 2011 10:13 am   Subject: Issue with border on IE .gif file on website.
Could someone take a look at my index.html page and tell me why I am getting a square border around my text. I downloaded a flaming text logo from a site, and it works fine in Firefox (because it is a ...
 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: Keeping FCK from adding EnterMode tag in empty fields
mburp

Replies: 2
Views: 13295

PostForum: FCKeditor/WYSIWYG Issues   Posted: Tue Mar 24, 2009 7:41 pm   Subject: Keeping FCK from adding EnterMode tag in empty fields
When I compose a new story the editor displays with an instance of the FCKConfig.EnterMode tag - in my case <br /> - in both the Story Text and Extended Text fields. Consequently, even if I only ...
 Topic: CSS into a phpnuke block - how to?
spasticdonkey

Replies: 4
Views: 11973

PostForum: CSS   Posted: Tue Feb 24, 2009 10:03 am   Subject: re: CSS into a phpnuke block - how to?
It's likely your theme already has defined the h1 tag, so you'll have to remove that part or do some editing. I don't see h1 in any of the code you posted so you might be ok to remove it, thats up to ...
 Topic: CSS into a phpnuke block - how to?
fr34k123

Replies: 4
Views: 11973

PostForum: CSS   Posted: Tue Feb 24, 2009 4:55 am   Subject: CSS into a phpnuke block - how to?
Hi guys, i'm not sure if ive posted this in the correct forum board (feel free to move it if i havent), but i need some help.

Ive been sent some css code that i need placed in to a phpnuke block - ...
 Topic: theme merge
gator81

Replies: 26
Views: 45300

PostForum: RN Themes Issues   Posted: Tue Nov 18, 2008 1:39 pm   Subject: re: theme merge
ok, this is what i am trying, sorry for taking all your time, this has really been a big learning experience.

ok, here is blocks.html file
<table width="170" border="0" cell ...
 Topic: Pagination Display
helsnicht

Replies: 5
Views: 7576

PostForum: Post Installation Help   Posted: Wed Oct 01, 2008 7:29 pm   Subject: Pagination Display
Can someone make this so it displays the info regardless if there is only one page? Here is the code I fount in the functions.php, not for sure if its the only code involved with the pagination thing ...
 Topic: Checking users points
Loki

Replies: 15
Views: 18045

PostForum: Other - Discussion   Posted: Mon Sep 29, 2008 11:20 pm   Subject: re: Checking users points
well you could make a module or a block to show it in. Modify this code into either one of those.

global $db, $prefix;
$query='SELECT username, user_id, points FROM '.$prefix."_users WHERE ` ...
 Topic: nukeWYSIWYG img tag being strip
prekill

Replies: 14
Views: 21586

PostForum: phpnuke 7.6   Posted: Mon Apr 14, 2008 4:23 am   Subject: re: nukeWYSIWYG img tag being strip
The skin is office 2003, here is my index.php review module file and fckconfig.js:

<?php
/************************************************************************/
/* PHP-NUKE: Web Portal ...
 Topic: <s cript> vs <l ink>
Doulos

Replies: 2
Views: 5095

PostForum: CSS   Posted: Fri Sep 21, 2007 12:19 pm   Subject: <s cript> vs <l ink>
Anyone have any insite as to why this shows the site I am working on precisely how I wish....<s tyle type="text/css" media="all">

/* The CSS that's required to position t ...
 Topic: To block or not to block?
Tao_Man

Replies: 12
Views: 12841

PostForum: NukeSentinel(tm) v2.5.x   Posted: Wed Nov 15, 2006 11:17 am   Subject: To block or not to block?
I dont think in the long run it makes any diffrence, I think 99.9999999% of hackers never even look at or search your site, they just try and hack. I get hack attempts all the time for software that I ...
 Topic: Block problem
Dacubz

Replies: 3
Views: 4545

PostForum: Blocks   Posted: Mon Sep 25, 2006 8:49 pm   Subject: Block problem
I'm pulling my hair out trying to make a block out of this:

<scr ipt language='JavaScript' type='text/javascript'>
<!--
var m3_p = location.protocol=='https:'?'https:':'h ...
 Topic: DHTML menu
thunderbird

Replies: 12
Views: 12315

PostForum: Themes   Posted: Mon Sep 04, 2006 8:22 pm   Subject: re: DHTML menu
OK, so I have place the code <scr~pt type="text/javascript" language="JavaScript1.2" src="stmenu.js"></scr~pt> outside the the php code in header.php in the nuke root.

The below code is ...
 Topic: Very serious Security Flaw in Squery Gameservermodule!
vartax

Replies: 1
Views: 11615

PostForum: Security - PHP Nuke   Posted: Tue Jul 11, 2006 5:54 pm   Subject: Very serious Security Flaw in Squery Gameservermodule!
For all those webadmins that are maintaining a website for a gaming clan and that are using SQuery I would like to warn for a serious problem with some php code they use. I already wrote a message on ...
 Topic: Auto group Nuke
leo51

Replies: 17
Views: 12227

PostForum: General/Other Stuff   Posted: Mon Jun 05, 2006 7:34 pm   Subject: re: Auto group Nuke
Hello, I am back again after taken a breaking working out my issues:

Have a look at the following tables.

CREATE TABLE `nuke_bbgroups` (
`group_id` mediumint(8) NOT NULL auto_inc ...
 Topic: Google Adsense in PHP
VinDSL

Replies: 36
Views: 52175

PostForum: How To's   Posted: Sun Apr 02, 2006 11:52 pm   Subject: re: Google Adsense in PHP
I liked what Raven did, here, with the forum search page (adding Google Search):

http://www.ravenphpscripts.com/forum-search.html

I decided to do the same type of thing on my page using DogPile ...
 

 Jump to:   

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