Ravens PHP Scripts: Forums
 

 

Search found 77 matches
Author Message
 Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message
mike63740

Replies: 33
Views: 38798

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Jun 13, 2012 12:58 pm   Subject: re: RavenNuke 2.50.00 - User Registration Screen - Add Messa
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: 38798

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Jun 13, 2012 3:30 am   Subject: RavenNuke 2.50.00 - User Registration Screen - Add Message
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: 38798

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Jun 12, 2012 11:21 pm   Subject: re: RavenNuke 2.50.00 - User Registration Screen - Add Messa
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: 38798

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Jun 12, 2012 6:05 pm   Subject: re: RavenNuke 2.50.00 - User Registration Screen - Add Messa
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: 38798

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Jun 12, 2012 3:23 pm   Subject: re: RavenNuke 2.50.00 - User Registration Screen - Add Messa
No problem, I'm a end user, too Smile

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: 38798

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Jun 12, 2012 12:46 pm   Subject: re: RavenNuke 2.50.00 - User Registration Screen - Add Messa
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: 38798

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Jun 12, 2012 10:03 am   Subject: re: RavenNuke 2.50.00 - User Registration Screen - Add Messa
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: 38798

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Jun 11, 2012 9:49 pm   Subject: re: RavenNuke 2.50.00 - User Registration Screen - Add Messa
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: 38798

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Jun 11, 2012 1:54 pm   Subject: re: RavenNuke 2.50.00 - User Registration Screen - Add Messa
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: 38798

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Jun 11, 2012 4:01 am   Subject: RavenNuke 2.50.00 - User Registration Screen - Add Message
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: 38798

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Jun 10, 2012 11:46 pm   Subject: re: RavenNuke 2.50.00 - User Registration Screen - Add Messa
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: 38798

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Jun 10, 2012 2:42 pm   Subject: re: RavenNuke 2.50.00 - User Registration Screen - Add Messa
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: 38798

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Jun 09, 2012 6:33 pm   Subject: re: RavenNuke 2.50.00 - User Registration Screen - Add Messa
modules/Your_Account/public/new_user.php

Lines:
39 echo '<fieldset><legend><span class="thick">' . _REGNEWUSER . '</span></legend>';
40 echo '<p class=& ...
 Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message
neralex

Replies: 33
Views: 38798

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Jun 09, 2012 4:42 am   Subject: RavenNuke 2.50.00 - User Registration Screen - Add Message
use a span with styles for add colors:
if ($ya_config['requireadmin'] == 1) {
echo '<p class="thick"><span style="color:#0000FF;">YOURTEXT ...
 Topic: RavenNuke 2.50.00 - User Registration Screen - Add Message
mike63740

Replies: 33
Views: 38798

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Jun 09, 2012 12:39 am   Subject: re: RavenNuke 2.50.00 - User Registration Screen - Add Messa
I believe I am done with this topic. I set three colors.

The first and second was for the new added line for those who should not register. I used one color for the first sentence of the first line ...
 Topic: New Video Mod
Dawg

Replies: 21
Views: 22043

PostForum: Converting/Creating Modules   Posted: Sun Aug 22, 2010 5:16 am   Subject: Re: New Video Mod
Palbin,



you really need to indent you code better. It is just about impossible to follow.


I worked my way through the main index...and indented the code. I could not really find ANYTHING ...
 Topic: New Video Mod
Dawg

Replies: 21
Views: 22043

PostForum: Converting/Creating Modules   Posted: Fri Aug 06, 2010 4:38 am   Subject: re: New Video Mod
New RN_Video/admin/index.php

<?php
/**********************************************/
/* RN Video by Dawg
/* Version 1.2 Beta
/* This should NOT be used in Production Sites
/*Help and Support ...
 Topic: New Video Mod
Dawg

Replies: 21
Views: 22043

PostForum: Converting/Creating Modules   Posted: Fri Aug 06, 2010 4:33 am   Subject: re: New Video Mod
A few changes here....

I went through tidy and did all the corrections I could find.

User side should be 100%
Admin side had some left in the theme itself....but the MOD should be clean anyway. ...
 Topic: Nuke & VB
eldorado

Replies: 1
Views: 5782

PostForum: General/Other Stuff   Posted: Sat Nov 14, 2009 8:15 pm   Subject: Nuke & VB
Hi, it's not possible:[url=http://www.google.com/custom?hl=en&safe=active&client=pub-5713859216326273&cof=FORID%3A1%3BGL%3A1%3BLBGC%3Af4f6fb%3BBGC%3A%23f4f6fb%3BLC%3A%230000ff%3BVLC%3A%236 ...
 Topic: Ive just updated and have noticed a few issues questions
justbrowsing

Replies: 14
Views: 12900

PostForum: v2.4 RN Issues   Posted: Mon Nov 02, 2009 2:32 pm   Subject: re: Ive just updated and have noticed a few issues questions
Yes it was a bit rid, Im glad Im not the only one who thought as much.

Unicornio have you bothered to use the search feature for  ? It gets parsed out, it does not show.


[url=http://www. ...
 Topic: Help with $DM_LEFT, $DM_GOAL etc
nuken

Replies: 21
Views: 22080

PostForum: Nuke Treasury   Posted: Wed Oct 07, 2009 1:17 pm   Subject: re: Help with $DM_LEFT, $DM_GOAL etc
Try this....
<?php
/************************************************************************/
/* NukeTreasury - Financial management for PHP-Nuke */
/* Copyright (c) 2004 by Dave Lawren ...
 Topic: Help with $DM_LEFT, $DM_GOAL etc
akrantz

Replies: 21
Views: 22080

PostForum: Nuke Treasury   Posted: Wed Oct 07, 2009 12:13 pm   Subject: Help with $DM_LEFT, $DM_GOAL etc
The file that i think is causing this problem is treasury.php

Im guessing that it has something to do with either the gathering of data from MySQL or problems with ipnppd settings.

Heres the cod ...
 Topic: [SOLVED] Web_Links url search
kadabram

Replies: 6
Views: 9316

PostForum: Modules   Posted: Wed Apr 29, 2009 6:46 pm   Subject: re: Web_Links url search
index page code:

<?php

/************************************************************************/
/* PHP-NUKE: Web Portal System */
/* ========= ...
 Topic: Keeping FCK from adding EnterMode tag in empty fields
mburp

Replies: 2
Views: 14333

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: 12675

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 ...
 

 Jump to:   

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