Ravens PHP Scripts: Forums
 

 

Search found 55 matches
Author Message
 Topic: if is a specific user then do this
neralex

Replies: 1
Views: 3694

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Dec 16, 2018 3:05 am   Subject: if is a specific user then do this
You don't need the session GLOBAL:

global $user;
if (is_user($user)) {
$userinfo = getusrinfo($user);
$user_id = $userinfo['user_id'];
$username ...
 Topic: New multi-language structure is required
kguske

Replies: 5
Views: 9203

PostForum: For Hire   Posted: Mon Sep 07, 2015 6:41 am   Subject: New multi-language structure is required
You might be able to accomplish the language override in your theme and keep all files common. You could use .htaccess to set an environment variable based on the domain:
SetEnvIf Host french\.domai ...
 Topic: Error with fresh install 2.51
rebelt

Replies: 1
Views: 6100

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Mar 17, 2014 11:10 am   Subject: Error with fresh install 2.51
I'm getting the following error when running installSQL.php

Strict Standards: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting o ...
 Topic: WISH: Open Graph meta tags for the next release
neralex

Replies: 23
Views: 44474

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Jun 23, 2013 8:29 am   Subject: WISH: Open Graph meta tags for the next release
We all know it, if we are post a link to a website in facebook or google+, then we get a selection of images. In the most cases we get not the right image or sometimes no image.

Facebook and Google ...
 Topic: Future themes for Ravennuke 2.5+ or other version
hicuxunicorniobestbuildpc

Replies: 6
Views: 8551

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Jun 30, 2012 6:38 pm   Subject: Future themes for Ravennuke 2.5+ or other version
Guys! I just spent some time to make some examples of what I would like to see in the future specially for Ravennuke. This theme should never be compatible with any version of phpnuke otherwise we go ...
 Topic: New users registration follow up email says real name ?
thebishop

Replies: 7
Views: 8972

PostForum: v2.4 RN Issues   Posted: Wed Nov 16, 2011 7:57 pm   Subject: New users registration follow up email says real name ?
Why does the new user follow up email have a "Real Name" catagory ?

At that point, the user has not been able to input their real name because they have not received the activation link yet.

Fol ...
 Topic: Search engines and ports
Raven

Replies: 1
Views: 3874

PostForum: Server Help   Posted: Tue Feb 22, 2011 9:36 pm   Subject: re: Search engines and ports
It's always been my understanding that (at least) Google indexes the url regardless of the port. So a url like http://www.somedomain.com:12345 will get indexed. But if I Googled "somedomain" and I s ...
 Topic: Installing RN 2.40.01 with 1and1hosting.com.....
rebelt

Replies: 21
Views: 63297

PostForum: Installation Help   Posted: Tue Jul 20, 2010 6:16 pm   Subject: Installing RN 2.40.01 with 1and1hosting.com.....
I use 1 and 1 (although the UK 1 and 1 does seem a bit pricey compared to the US one)

Host names are db1234.oneandone.co.uk
DB name is db12345678
Username dbo12345678

Their support line usuall ...
 Topic: BBCode Help!
transit

Replies: 1
Views: 6043

PostForum: General/Other Stuff   Posted: Thu Jun 17, 2010 12:56 pm   Subject: re: BBCode Help!
', '', '', '', '', '');
$param = strip_tags ($param, '<b><i><u>');
if (function_exists ('str_ireplace')) $param = str_ireplace ($s, $r, $param); else $param = str_replace ($s ...
 Topic: Stop Posting Of Phone Numbers
dad7732

Replies: 26
Views: 31084

PostForum: v2.4 RN Issues   Posted: Tue Mar 09, 2010 5:48 pm   Subject: Stop Posting Of Phone Numbers
Doesn't work at all, phone numbers, even the test number remains phone numbers in the original format. No idea what or if I'm doing anything wrong except following directions and uploading the files t ...
 Topic: Stop Posting Of Phone Numbers
Raven

Replies: 26
Views: 31084

PostForum: v2.4 RN Issues   Posted: Tue Mar 09, 2010 5:07 pm   Subject: re: Stop Posting Of Phone Numbers
dad7732,

As I said Smile I wrote a generic script. That way anyone who uses it can see the progression. To integrate it you will need to leave out the echos and modify the code accordingly for your ...
 Topic: Stop Posting Of Phone Numbers
dad7732

Replies: 26
Views: 31084

PostForum: v2.4 RN Issues   Posted: Tue Mar 09, 2010 2:51 pm   Subject: Stop Posting Of Phone Numbers
Added to posting.php as:

include_once("modules/Forums/includes/phone_numbers.php");

And of course created the file "phone_numbers.php" and uploaded to /Forums/includes

When clicking "new post ...
 Topic: Stop Posting Of Phone Numbers
Raven

Replies: 26
Views: 31084

PostForum: v2.4 RN Issues   Posted: Tue Mar 09, 2010 2:27 pm   Subject: re: Stop Posting Of Phone Numbers
dad7732,

I would place the code in a file to be included in modules/forums/posting.php. But you could just paste this code right into the script. Note that I haven't melded the variable names fo ...
 Topic: Forum Attachments[FIXED] and Posting Box[SOLVED]...
sven2157

Replies: 35
Views: 49462

PostForum: v2.3 RN Issues   Posted: Thu Feb 18, 2010 1:36 pm   Subject: Forum Attachments[FIXED] and Posting Box[SOLVED]...
Hello everyone,

I have searched for a couple days now and tried several things to correct the issues I am having... I appologize, in advanced, if I missed previous posts about these two problems I ...
 Topic: RN_MODULE_HEAD and jquery
spasticdonkey

Replies: 38
Views: 59578

PostForum: v2.4 RN Issues   Posted: Wed Jan 20, 2010 3:43 am   Subject: re: RN_MODULE_HEAD and jquery
If I understand correctly, you are having trouble styling the cluetip differently for elements and label items? Try this, where yourfirststyle and yoursecondstyle are your different cluetip styles

...
 Topic: Help with $DM_LEFT, $DM_GOAL etc
nuken

Replies: 21
Views: 21827

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

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: Mac - Safari Problem
evaders99

Replies: 9
Views: 12383

PostForum: v2.30.01 RN Upgrade Issues   Posted: Mon Feb 23, 2009 9:30 pm   Subject: Mac - Safari Problem
If it doesn't jump to the latest post, I'm wondering if its a problem reading the #12345 post anchor.
 Topic: Treasury
webservant

Replies: 2
Views: 5231

PostForum: v2.3 RN Issues   Posted: Wed Nov 26, 2008 8:01 am   Subject: re: Treasury
Looks like there was already a thread in the Treasury support forum. Here is the code changes:

<?php
/************************************************************************/
/* NukeTreasury ...
 Topic: NukeTreasury2006 problem
redmanu

Replies: 11
Views: 13965

PostForum: Nuke Treasury   Posted: Wed Nov 19, 2008 4:10 pm   Subject: NukeTreasury2006 problem
Hi everyone. I installed NukeTreasury2006 and i still cant get my admin page to work. "Donat_o_Meter" block and the "Donations" module works fine.
When I open Admin / Treasury I receive an error:

...
 Topic: Why this action has been blocked?
crypto

Replies: 4
Views: 8431

PostForum: NukeSentinel(tm) v2.6.x   Posted: Mon Nov 17, 2008 10:31 am   Subject: Why this action has been blocked?
Why this action has been blocked? Query string seems to be clean:

Query String: name=Forums&file=viewtopic&t=16769&highlight=msiexec


Created By: NukeSentinel(tm) 2.6.01
Date & ...
 Topic: Adding Google Analytics To RavenNuke and PHPNuke (GUIDE)
trunks

Replies: 2
Views: 11625

PostForum: RN FAQ   Posted: Thu Aug 21, 2008 7:59 pm   Subject: Adding Google Analytics To RavenNuke and PHPNuke (GUIDE)
The only way that i know of that it is possible to get this to work correctly, having been asked this myself and also had customers inform me of e-mails replied to by google is the following:

Use O ...
 Topic: How do I prevent topic titles from displaying on each page?
kguske

Replies: 11
Views: 12548

PostForum: RN Themes Issues   Posted: Thu May 01, 2008 5:56 am   Subject: How do I prevent topic titles from displaying on each page?
If you mean the article title and content title that is displayed on the specific content page (i.e. modules.php?name=Content&cid=12345) as opposed to the article title that appears on the index p ...
 Topic: Wild West Domain free linux hosting
bobbyg

Replies: 28
Views: 34078

PostForum: RN v2.20.00 - All Issues   Posted: Wed Apr 02, 2008 5:05 pm   Subject: Wild West Domain free linux hosting
Ran you little connection test script

TCP/IP Connection
Attempting to create a socket ...

Fatal error: Call to undefined function socket_create() in /home/content/1/2/3/123456/html/site/raven/ ...
 Topic: Captcha Number Different In User Info Block & Modules
emmaphp

Replies: 21
Views: 35358

PostForum: Raven's RavenNuke(tm) v2.02.02 Distro   Posted: Mon Feb 04, 2008 2:48 am   Subject: Re: re: Captcha Number Different In User Info Block & Mo
Hi everyone,

An update to my original posting:

I notice that on one of my older websites using Raven's RavenNuke(tm) v2.02.02 Distro, that the Site Info Block is displaying a different Captcha S ...
 

 Jump to:   

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