Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 130 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: php7 support | |
hicuxunicorniobestbuildpc Replies: 276 Views: 295510 ![]() |
![]() |
I am getting error since I upgrade to the new php 7.1.
Warning: Declaration of oDebug::sql_query($query) should be compatible with sql_db::sql_query($query = '', $tr ... |
|
Topic: Video_Stream | |
kenspa Replies: 4 Views: 10521 ![]() |
![]() |
Hi
I am using video stream mod v 4.5 on raven nuke 2.51, All is ok except for the rating system, it won't trigger "You have alreadyvoted.." Here goes the rate.php: if(!defined(' ... |
|
Topic: Need help with what to look for in modifying a theme. | |
neralex Replies: 15 Views: 60731 ![]() |
![]() |
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: Need help with what to look for in modifying a theme. | |
fistfight Replies: 15 Views: 60731 ![]() |
![]() |
So for years we've had a site running a modified version of the Mech theme at ufclansite.net. the hosting provider updated to php 5.4 and now a lot of the site is no longer working. We were using PNC ... | |
Topic: converting new line character | |
Guardian2003 Replies: 9 Views: 13289 ![]() |
![]() |
Yes those 2 lines are seperate instructions because they are appending data to the $rateinfo variable.
If those two lines existed in real code, you could also do $rateinfo .= ' </form>' . ... |
|
Topic: Custom Menu Using SpryAssets | |
jlajax Replies: 15 Views: 25342 ![]() |
![]() |
<?php // BEGIN: Added in v2.40.00 - Mantis Issue 0001043 //$index = 0; //if (!defined('INDEX_FILE')) define('INDEX_FILE', true); // Set to FALSE to hide right blo ... |
|
Topic: Honeypot V2.1 AntiBot Module | |
corpse Replies: 80 Views: 221553 ![]() |
![]() |
This one works great against spambots. I haven't seen new users in waiting content repeatly.
Thanks for the report. Today, I actually just released an update, where I added in a new feature. ... |
|
Topic: Error Reporting Issues | |
abutty Replies: 1 Views: 15952 ![]() |
![]() |
Hi all thanks for solving my previous issues,
Now I am confused with the error reporting in the XAMPP. I have tried to use an image slider extension in Joomla. And I got the following errors: ... |
|
Topic: Convert Drupal module to RN 2.5 | |
jestrella Replies: 12 Views: 11460 ![]() |
![]() |
<?php $content = ' <form id="ccsfg" name="ccsfg" method="post" action="/xxx/CCSFG_0.0.6/signup/index.php"> <h4>Join our Mailing List< ... |
|
Topic: Convert Drupal module to RN 2.5 | |
jumus Replies: 12 Views: 11460 ![]() |
![]() |
Thank you nuken,
I have downladed it and created a form. I need it now to a block of the size 150 by 150 if possible <form id="ccsfg" name="ccsfg" method="post" action="/xxx/CCSFG_0.0.6/sign ... |
|
Topic: Seeking compatible Sommaire Parametrable for RavenNuke 2.50 | |
nuken Replies: 7 Views: 11241 ![]() |
![]() |
open up admin/language/lang-english.php and any other language used on the site and add the following just before the ?> at the bottom:
/* Added by Sommaire Paramétrable (Customize Menu ... |
|
Topic: multiple- themes and nukeseo dot com | |
kguske Replies: 15 Views: 15314 ![]() |
![]() |
You can see from viewing the source:
<td bgcolor="#FF0000"> <img src="themes/Imagic2/imatges/comuns/espai.gif" alt="." width="1" border="0" ... |
|
Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message | |
mike63740 Replies: 33 Views: 37545 ![]() |
![]() |
Step 6A
DONE! Before: echo '<p class="thick"><span style="color:#0000FF;">'. $text1 . '</span><br /><span style="color:#FF0000;">'. $text2 . '</span><br / ... |
|
Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message | |
neralex Replies: 33 Views: 37545 ![]() |
![]() |
I believe i have forgot remove two freespaces in 1st and 2nd text variable and Guardian is right. If is it possible, then do not use an html markup in the language files.
open modules/Your_Account ... |
|
Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message | |
mike63740 Replies: 33 Views: 37545 ![]() |
![]() |
Step 4
I went back into this file: /modules/Your_Account/language/lang-english.php Line 480 Reads: define('_WAITAPPROVAL','The site Administrator will review your application and send you an ... |
|
Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message | |
mike63740 Replies: 33 Views: 37545 ![]() |
![]() |
I still don't know exactly where to place this code. Be a little more specific.
I tried two places and got this message: The website cannot display the page HTTP 500 here can you set now ... |
|
Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message | |
neralex Replies: 33 Views: 37545 ![]() |
![]() |
No problem, I'm a end user, too ![]() this is an example to show, where you must close the html tags and where you can put your own text in the code. I have no ideal where to put this code: you mu ... |
|
Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message | |
mike63740 Replies: 33 Views: 37545 ![]() |
![]() |
Step 3
I completed this from your previous post: at the beginning of this file you found this: if ($ya_config['requireadmin'] == 1) { title(_USERAPPLOGIN); $nex ... |
|
Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message | |
neralex Replies: 33 Views: 37545 ![]() |
![]() |
Why are you doing this so complicated?
at the beginning of this file you found this: if ($ya_config['requireadmin'] == 1) { title(_USERAPPLOGIN); $next = _WAITAPPR ... |
|
Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message | |
mike63740 Replies: 33 Views: 37545 ![]() |
![]() |
Step 1
I went back to this file: /modules/Your_Account/language/lang-english.php Line 480 Reads: define('_WAITAPPROVAL','<font color="#0000FF">If ---------- ---------- ---------- never - ... |
|
Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message | |
mike63740 Replies: 33 Views: 37545 ![]() |
![]() |
Remember this:
I found: "The site Administrator will review your application and send you an activation link if you are approved." text in the lang-english.php file. I can now add an extra line ... |
|
Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message | |
neralex Replies: 33 Views: 37545 ![]() |
![]() |
you must close the tags, if you want use a new color.
for example: echo '<span style="color:#0000FF;">'; // open a span echo ' your 1st text'; echo '</span>'; // close ... |
|
Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message | |
mike63740 Replies: 33 Views: 37545 ![]() |
![]() |
neralex, this will be the first time I tried:
use a span with styles for add colors: if ($ya_config['requireadmin'] == 1) { echo '<p class="thick"><sp ... |
|
Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message | |
mike63740 Replies: 33 Views: 37545 ![]() |
![]() |
Instead of this:
open modules/Your_Account/public/new_user.php search: echo '<p class="thick">* = ' . _REQUIRED . '</p>'; after add: if ($ya_config['requiread ... |
|
Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message | |
mike63740 Replies: 33 Views: 37545 ![]() |
![]() |
modules/Your_Account/public/new_user.php
Lines: 39 echo '<fieldset><legend><span class="thick">' . _REGNEWUSER . '</span></legend>'; 40 echo '<p class=& ... |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3, 4, 5, 6 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours