| Author |
Message |
NeapolitanWorld Involved


Joined: Nov 06, 2005 Posts: 318 Location: Los Angeles, USA
|
Posted:
Fri Aug 21, 2009 10:02 am |
|
gazj, I get a "http://nunuke.co.uk/404.php" 404 page trying to get your css files.
jc |
|
|
|
 |
gazj Worker


Joined: Apr 28, 2006 Posts: 150 Location: doncaster england
|
Posted:
Fri Aug 21, 2009 1:36 pm |
|
|
|
 |
NeapolitanWorld Involved


Joined: Nov 06, 2005 Posts: 318 Location: Los Angeles, USA
|
Posted:
Fri Aug 21, 2009 1:57 pm |
|
not me it keeps giving me the 404 page. Anyone else? it's probably just me as usual
One minor problem with this chat. Anonymous can chat with users. Testing logged out I clicked to chat a user and I'll be darn it works just fine... so instead of username: it's just blank : and what ever is typed. |
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 2408 Location: Pennsylvania
|
Posted:
Fri Aug 21, 2009 2:51 pm |
|
|
|
 |
gazj Worker


Joined: Apr 28, 2006 Posts: 150 Location: doncaster england
|
Posted:
Fri Aug 21, 2009 6:24 pm |
|
thats because eldos install instructions dont allow for it being limited to only users just on the part in the header.php you added for the session start before it add
if(is_user($user)){
below the code for the chat add
} |
|
|
|
 |
eldorado Involved


Joined: Sep 10, 2008 Posts: 366 Location: France
|
Posted:
Sat Aug 22, 2009 5:21 am |
|
thanks gazj , yes indeed . It's like that on mine site , i'll repack it with the changes so people don't get confused.
@Raven: is it possible to copy custom css files to themes/ravennuke.css? I read the heading and i'm confused whether or not we can use it.
Latest version :nukified credits goes to gazj , thanks m8
|
|
|
|
 |
gazj Worker


Joined: Apr 28, 2006 Posts: 150 Location: doncaster england
|
Posted:
Sat Aug 22, 2009 8:08 am |
|
oh also wrap the css and js in an if(is_user that way guests click the links and nothing happens |
|
|
|
 |
montego Former Admin in Good Standing

Joined: Aug 29, 2004 Posts: 9071 Location: Arizona
|
Posted:
Sat Aug 22, 2009 9:07 am |
|
eldorado, the themes/ravennuke.css can be changed by us at any time, just so you are aware (just be careful on upgrades) and is intended to help us bridge that gap as we strip out presentation from the business logic in the scripts. |
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 2408 Location: Pennsylvania
|
Posted:
Sat Aug 22, 2009 9:16 am |
|
eldorado, you can use it,but just an fyi adding css, js etc to the header will be much easier in 2.4 |
|
|
|
 |
gazj Worker


Joined: Apr 28, 2006 Posts: 150 Location: doncaster england
|
Posted:
Sat Aug 22, 2009 8:34 pm |
|
why will it is there some supert top secrect script kguse is making to insert <head> includes via sql i bet there is oh spill the beans lol |
|
|
|
 |
gazj Worker


Joined: Apr 28, 2006 Posts: 150 Location: doncaster england
|
Posted:
Tue Sep 08, 2009 8:34 pm |
|
just a heads up i finally figured out why my chat.php was being screwed after i edit it i use dreamweaver and for some reason it screws the json parts so if you have trouble with errors being issued in the chat.php edit the original chat.php in notepad
eldo add this to the chat.php you offer in the download this will stop users having to edit the file
include_once('config.php');
global $dbhost, $dbuname, $dbpass, $dbname;
define ('DBPATH',$dbhost);
define ('DBUSER',$dbuname);
define ('DBPASS',$dbpass);
define ('DBNAME',$dbname); |
|
|
|
 |
kguske Site Admin

Joined: Jun 04, 2004 Posts: 5997
|
Posted:
Wed Sep 09, 2009 5:56 am |
|
Please...not notepad. Use pspad or some other editor that won't mess up your files for some top secret reason.  |
|
|
|
 |
eldorado Involved


Joined: Sep 10, 2008 Posts: 366 Location: France
|
Posted:
Fri Sep 11, 2009 3:12 pm |
|
i use notepad++ for some reason  |
|
|
|
 |
eldorado Involved


Joined: Sep 10, 2008 Posts: 366 Location: France
|
Posted:
Sun Dec 27, 2009 9:01 am |
|
Gasj , are you dead m8? i've wiped my website and lost the precious jquerychat_nuke.zip file...If anyone can send it to me , will save me time rebuilding it xD
edit: Ok , i'm ready to release a version of it for r2.4.
However i'd like to understand how addJSToHead($inlineJS, 'inline'); works and how can I add custom javascript without touching the core |
|
|
|
 |
nuken RavenNuke(tm) Development Team

Joined: Mar 11, 2007 Posts: 1437 Location: North Carolina
|
Posted:
Sun Dec 27, 2009 11:13 am |
|
Here is an explanation in the Wiki
If you have questions, ask away. |
|
|
|
 |
kenno Worker


Joined: Jul 26, 2009 Posts: 117 Location: Scunthorpe, UK
|
Posted:
Sun Dec 27, 2009 3:07 pm |
|
| eldorado wrote: | Gasj , are you dead m8? i've wiped my website and lost the precious jquerychat_nuke.zip file...If anyone can send it to me , will save me time rebuilding it xD
edit: Ok , i'm ready to release a version of it for r2.4.
However i'd like to understand how addJSToHead($inlineJS, 'inline'); works and how can I add custom javascript without touching the core |
I have private messaged him aswell.
I would be interested in having this chat function on my ravennuke sites, so if you have a working download and tutorial on this, can you put me in the que for it aswell
Thanks |
|
|
|
 |
eldorado Involved


Joined: Sep 10, 2008 Posts: 366 Location: France
|
Posted:
Sun Dec 27, 2009 6:51 pm |
|
yeah...as soon as i'm done integrating it into my site i'll send it over.. |
|
|
|
 |
kenno Worker


Joined: Jul 26, 2009 Posts: 117 Location: Scunthorpe, UK
|
Posted:
Mon Dec 28, 2009 3:44 am |
|
Thank you so much, that would be great
Thanks |
|
|
|
 |
NeapolitanWorld Involved


Joined: Nov 06, 2005 Posts: 318 Location: Los Angeles, USA
|
Posted:
Tue Dec 29, 2009 12:49 am |
|
Gasj did a great job on my site with this chat! unfortunately his site has been down and have no way to contact him but would be great if some one has a full package available and continue to work on improving this crafty add-on! I'll need it for sure when RN does an upgrade so please let me know as well eldorado. It truly works like a facebook feature and is very fast. Just a few minor glitches here and there but over all it's great! Anyone knows any info on Gasj? |
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 2408 Location: Pennsylvania
|
Posted:
Tue Dec 29, 2009 4:09 pm |
|
Did he ever actually release this to the public? |
|
|
|
 |
NeapolitanWorld Involved


Joined: Nov 06, 2005 Posts: 318 Location: Los Angeles, USA
|
Posted:
Tue Dec 29, 2009 5:16 pm |
|
Hi Palbin,
No he never did, he installed it on his site and mine as well. There are some minor changes / edits that he does for his install but it all I think has to do with the root of the files and where they go and perhaps some customization. He did more on his site install then mine. I was going to ask him for the complete package but he has since stayed off line. He is a real cool guy, and talented. I hope he comes on-line soon.
jc |
|
|
|
 |
kguske Site Admin

Joined: Jun 04, 2004 Posts: 5997
|
Posted:
Tue Dec 29, 2009 9:15 pm |
|
I'll see if he has another email address... |
|
|
|
 |
kguske Site Admin

Joined: Jun 04, 2004 Posts: 5997
|
Posted:
Tue Dec 29, 2009 9:27 pm |
|
He does, and I sent an email... |
|
|
|
 |
gazj Worker


Joined: Apr 28, 2006 Posts: 150 Location: doncaster england
|
Posted:
Sat Jan 30, 2010 9:29 pm |
|
guys i was having alot of problems the past few months and with various things i havent been online at all im only online now because im at a friends havin afew beers.
my site is down due to not being around and not getting money into paypal.
If anyone needs help with the chat to install or customise pm me and ill see what i can do |
|
|
|
 |
eldorado Involved


Joined: Sep 10, 2008 Posts: 366 Location: France
|
Posted:
Wed Feb 03, 2010 11:22 am |
|
Hooray , gazj's back.
Can you make the source available again? I lost mine during the upgrade of OpenSuse |
|
|
|
 |
|
|
|
|