Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 50 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: CSS: Limit image-width in Forum-posts | |
Doulos Replies: 16 Views: 17267 ![]() |
![]() |
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: 62428 ![]() |
![]() |
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: 9581 ![]() |
![]() |
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: 9581 ![]() |
![]() |
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: 50192 ![]() |
![]() |
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: 50192 ![]() |
![]() |
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: 50192 ![]() |
![]() |
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: 7092 ![]() |
![]() |
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: 7092 ![]() |
![]() |
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: 9121 ![]() |
![]() |
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: 44217 ![]() |
![]() |
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: 14554 ![]() |
![]() |
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: 12808 ![]() |
![]() |
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: 12808 ![]() |
![]() |
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: 47461 ![]() |
![]() |
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: 8178 ![]() |
![]() |
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: 19149 ![]() |
![]() |
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: 23285 ![]() |
![]() |
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: 5544 ![]() |
![]() |
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: 13491 ![]() |
![]() |
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: 4883 ![]() |
![]() |
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: 13509 ![]() |
![]() |
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: 12024 ![]() |
![]() |
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: 13416 ![]() |
![]() |
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: 55018 ![]() |
![]() |
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 ... |
|
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