Ravens PHP Scripts: Forums
 

 

Search found 348 matches
Author Message
 Topic: Forum error
blaci

Replies: 9
Views: 5268

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Apr 20, 2021 3:59 pm   Subject: Forum error
Unfortunately, it didn't work out. Database matching was set by utf8_general_ci. The Hungarian language file is ISO-8859-1.
Still, the same problems as before.
 Topic: Forum error
neralex

Replies: 9
Views: 5268

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Apr 20, 2021 1:54 pm   Subject: Forum error
I have to test it at the next weekend with hungarian-language files. But I'm using for my german umlauts the database collation: utf8_general_ci but do not change in this case the Content-Type within ...
 Topic: utf-8 characters problem.
neralex

Replies: 43
Views: 65385

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Oct 29, 2018 1:00 am   Subject: Re: utf-8 characters problem.
I had the same problem.

Here's how I fixed it:

1. I set the database to utf8_general_ci
2. in the language file I changed define('_CHARSET','ISO-8859-1'); to define('_CHARSET','UTF-8');
3. in ...
 Topic: utf-8 characters problem.
Nuke8

Replies: 43
Views: 65385

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Oct 28, 2018 12:22 pm   Subject: Re: utf-8 characters problem.
I had the same problem.

Here's how I fixed it:

1. I set the database to utf8_general_ci
2. in the language file I changed define('_CHARSET','ISO-8859-1'); to define('_CHARSET','UTF-8');
3. in ...
 Topic: $query variable no longer working after PHP upgrade
rogue3

Replies: 4
Views: 15971

PostForum: RavenNuke / Raven CMS CMS Wiki   Posted: Mon Apr 02, 2018 7:56 am   Subject: Re: $query variable no longer working after PHP upgrade
Thanks for the reply. The first thing I did when researching this is check the error log and it is not dropping any errors. I believe the search function itself is working correctly, it's just not fin ...
 Topic: Test Notes
64bitguy

Replies: 7
Views: 20340

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Jan 22, 2018 3:14 am   Subject: Test Notes
Notes: 2.51 - Missing my other forum rights for some reason so will just put this here.

This post is just me making notes as I go along before loading by just looking at what I see being called in ...
 Topic: Edit My Version of nuke to run on php 5.4
Geegee3

Replies: 13
Views: 20123

PostForum: RWH General   Posted: Tue Mar 08, 2016 7:00 pm   Subject: Re: Edit My Version of nuke to run on php 5.4
I believe its the header of the 2 version that make 1 better on search engines then another, the many StyleSheets and javascripts in RavenNUKE I believe is the difference

example look at this code ...
 Topic: ÅÄÖ (solved)
neralex

Replies: 41
Views: 53690

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Nov 21, 2014 2:38 pm   Subject: ÅÄÖ (solved)
Ok i have it mistaken with the lang-definition define('_CHARSET','ISO-8859-1'); but the strange thing is, $lang isn't in use with all themes. The related tpl-files are still exist but all are not in u ...
 Topic: ÅÄÖ (solved)
Anders

Replies: 41
Views: 53690

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Nov 21, 2014 9:59 am   Subject: ÅÄÖ (solved)
Hi i did solve it.... in modules/forum/language/lang_english was

$lang['ENCODING'] = 'utf-8';

i did change this to

$lang['ENCODING'] = 'iso-8859-1';

And that did do the tri ...
 Topic: PHP warning
Doulos

Replies: 2
Views: 6659

PostForum: NukeSentinel(tm) v2.6.x   Posted: Mon Oct 27, 2014 3:21 pm   Subject: PHP warning


line 458 if (isset($name) && !preg_match('/^name=' . $name . '/i', $pg) && stristr($nsnst_const['script_name'], 'modules.php')) { $mod_ ...
 Topic: Adding Korean to RN
jlajax

Replies: 1
Views: 5084

PostForum: Converting/Creating Other   Posted: Wed Jan 15, 2014 8:50 pm   Subject: Adding Korean to RN
Greetings All,

If I wanted to add the Korean language to RN what if anything would I have to do other than create a lang-korean.php file for each directory in languages. I have discovered that one ...
 Topic: RavenCMS revealed?
montego

Replies: 14
Views: 19868

PostForum: Other - Discussion   Posted: Sun Nov 03, 2013 7:37 am   Subject: RavenCMS revealed?
wHiTeHaT, I think these are all great points and appreciated. We have recently started to post to FB/Twitter quite a bit and will continue to do so. You can get a sense of the roadmap starting from ...
 Topic: Today's posts link
wHiTeHaT

Replies: 5
Views: 12615

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Oct 21, 2013 4:26 pm   Subject: Today's posts link
$now = now() <------you can format it
select * from the_forums_table where date is $now

or just............

https://www.phpbb.com/community/viewtopic.php?f=70&t=751885

[EDITED AGAIN] ...
 Topic: ï»¿ on some blocks and not others. Out of the box RN 2.5 ins
jlajax

Replies: 10
Views: 23833

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Sep 01, 2013 10:05 am   Subject:  on some blocks and not others. Out of the box RN 2.5 ins
define('_CHARSET','UTF-8');
//define('_CHARSET','ISO-8859-1');

Worked... Thank you... For my own edification why change to utf 8 instead of a rewrite of the code? I validate my work at W3C and ut ...
 Topic: ï»¿ on some blocks and not others. Out of the box RN 2.5 ins
hicuxunicorniobestbuildpc

Replies: 10
Views: 23833

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Aug 27, 2013 5:21 am   Subject: re:  on some blocks and not others. Out of the box RN 2.5
or open language/lang-English.php

Search for

define('_CHARSET','ISO-8859-1');

Replace with

define('_CHARSET','UTF-8');
//define('_CHARSET','ISO-8859-1');
 Topic: What encoding is used?
horror-code

Replies: 11
Views: 14431

PostForum: RavenNuke(tm) v2.5x   Posted: Wed May 01, 2013 11:01 pm   Subject: What encoding is used?
While it does use default charset of UTF-8, gedit allows you to select the encoding when opening a file from the File>Open menu.

It could be gedit related, but it does not seem to be. It "seems" ...
 Topic: What encoding is used?
horror-code

Replies: 11
Views: 14431

PostForum: RavenNuke(tm) v2.5x   Posted: Wed May 01, 2013 7:54 pm   Subject: What encoding is used?
Thanks all.

If I open specifically rnconfig using UTF-8 I get the notice, but if I select ISO-8859-1 and re-load the file, I do not.

So it seems perhaps either some kind of encoding mismatch, or ...
 Topic: What encoding is used?
neralex

Replies: 11
Views: 14431

PostForum: RavenNuke(tm) v2.5x   Posted: Wed May 01, 2013 8:45 am   Subject: What encoding is used?
The php-files can or should have utf-8 but the charset of the page should use ISO-8859-1. The database collation could use latin.
 Topic: What encoding is used?
horror-code

Replies: 11
Views: 14431

PostForum: RavenNuke(tm) v2.5x   Posted: Wed May 01, 2013 8:10 am   Subject: What encoding is used?
This is strange. I expected that they are not utf-8, but now I suspect I was getting false readings. The notices aren't appearing anymore, and I did not hide them.

I also saved several files using ...
 Topic: What encoding is used?
nuken

Replies: 11
Views: 14431

PostForum: RavenNuke(tm) v2.5x   Posted: Wed May 01, 2013 5:51 am   Subject: What encoding is used?
RN 2.51 is using ISO-8859-1. RN 3 will be UTF-8.
 Topic: Error Reporting Issues
abutty

Replies: 1
Views: 16620

PostForum: PHP   Posted: Tue Mar 05, 2013 4:51 am   Subject: Error Reporting Issues
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: Save as PDF Error
nuken

Replies: 33
Views: 47121

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Aug 05, 2012 1:19 pm   Subject: Save as PDF Error
That is not a fix, it is a bandaid to the issue which is probably related to mixing UTF-8 and ISO-8859-1
 Topic: FeedCreator and utf-8 specialchars
neralex

Replies: 5
Views: 5302

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Jul 01, 2012 10:25 am   Subject: FeedCreator and utf-8 specialchars
Yes of course!

I have stored the news title with the specialchars "äüö&ß" in my utf-8 database with this line:

$subject = $db->sql_escape_string(htmlspecialchars_decode(check_ ...
 Topic: Custom Profile Fields (Tony Boyd)
spasticdonkey

Replies: 18
Views: 14639

PostForum: RavenNuke(tm) v2.5x   Posted: Thu May 10, 2012 1:39 pm   Subject: Custom Profile Fields (Tony Boyd)
I would probably suggest to just use the built-in custom fields in RavenNuke (see the Users ACP), and this threads shows an example of how to use them on the forums.
http://www.ravenphpscripts.com/po ...
 Topic: [solved] News - date string in postAdminStory and postStory
neralex

Replies: 5
Views: 6224

PostForum: RavenNuke(tm) v2.5x   Posted: Tue May 01, 2012 1:59 pm   Subject: [solved] News - date string in postAdminStory and postStory
hey!

The following date string for the autonews is not stored correctly as timestamp in the database.

File: modules/News/admin/index.php

check in function postAdminStory and function postSto ...
 

 Jump to:   

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