Search found 16 matches

by jenolan
Sat Jun 04, 2011 1:30 am
Forum: Proposals
Topic: Glossary display
Replies: 1
Views: 6926

Glossary display

We run a railway fan site and as you can imagine there are a huge number of terms used. Adding them to the glossary means that the terms are available inside FAQ articles but what would be excellent is the display of the glossary itself in the front end so users may browse the terms and explanations ...
by jenolan
Fri Jul 17, 2009 1:01 am
Forum: General discussions
Topic: Code Button
Replies: 18
Views: 14175

Re: Code Button

oh oh oh .. you are right :lol:

OK will keep testing .. well I might install and add some real articles and see how it goes.

Thanks!
Larry
by jenolan
Thu Jul 16, 2009 8:48 am
Forum: General discussions
Topic: Code Button
Replies: 18
Views: 14175

Re: Code Button

For some reason it is eating the formatted code .. is it possible you missed committing a file?

I put into the code box
<?php
print( "Hello world" );
?>
and this is was ended up (invisible) in the editor panel when I clicked update
<pre class="brush: php;fontsize: 100; first-line: 1; "><!--p ...
by jenolan
Thu Jul 16, 2009 7:37 am
Forum: General discussions
Topic: Code Button
Replies: 18
Views: 14175

Re: Code Button

I added code with the button, and that's how it mangles. Just try adding a code block.
by jenolan
Thu Jul 16, 2009 3:04 am
Forum: General discussions
Topic: Code Button
Replies: 18
Views: 14175

Re: Code Button

Testing the one in svn...

Parsed code block
<p>Hello</p> <p>&nbsp;</p> <pre class="brush: php;fontsize: 100; first-line: 1;">function normalizePath($path){ if (substr(PHP_OS, 0, 3) == 'WIN'){ $path = preg_replace('|^[A-Za-z]:|', '', $path); $path = str_replace("\\", '/', $path); } return $path ...
by jenolan
Sat Jul 11, 2009 10:10 pm
Forum: General discussions
Topic: Code Button
Replies: 18
Views: 14175

Re: Code Button

Fantastic .. can't wait :wink:
by jenolan
Sat Jul 11, 2009 1:42 am
Forum: General discussions
Topic: Code Button
Replies: 18
Views: 14175

Re: Code Button

I will donate US$25 (is that ok?) to have a way to embed code :-) I really love phpMyFAQ this has been my only real grouch.

Thanks guys!
Larry

Ended up as Eu 25 as I didn't want to do the conversions in my head 8)
by jenolan
Fri Jul 10, 2009 4:56 am
Forum: General discussions
Topic: Code Button
Replies: 18
Views: 14175

Re: Code Button

I have tried both of these in the new RC

<code php>
<?php
$if( a == b
{
xxx;
}
</code>

<pre>
<?php
$if( a == b
{
xxx;
}

</pre>

Neither work and are simply eaten and disappear.

Please, pretty please, can we have a way to embed code I seriously would like to swap back from using a wiki but I ...
by jenolan
Wed Nov 19, 2008 10:55 pm
Forum: Webserver and configuration
Topic: Access denied for user 'wwwrun'@'localhost' (using password:
Replies: 34
Views: 71368

Line 562 in install/installer.php remove the following code...

// check database connection
require_once(PMF_ROOT_DIR."/inc/Db.php");
$db = PMF_Db::db_select($sql_type);
$db->connect($sql_server, $sql_user, $sql_passwort, $sql_db);
if (!$db) {
print "<p class=\"error\"><strong>DB Error ...
by jenolan
Thu Oct 02, 2008 1:47 am
Forum: General discussions
Topic: Version 2.07 Installation Problem
Replies: 6
Views: 9725

I assume that this post is the same issue. Could someone please advise what should be done to alleviate this problem?

Thanks,
Larry
by jenolan
Fri Sep 26, 2008 12:39 pm
Forum: General discussions
Topic: Version 2.07 Installation Problem
Replies: 6
Views: 9725

I am having the same problem installing on a new system. data.php shows the correct information but it is chopping off information.


<?php
$DB["server"] = 'localhost';
$DB["user"] = 'jlogica_main';
$DB["password"] = '------'; // changed from real one
$DB["db"] = 'jlogica_main';
$DB["prefix ...
by jenolan
Sat May 31, 2008 10:57 am
Forum: Bug reports
Topic: Inter-FAQ Links broken
Replies: 2
Views: 6966

Found the problem in artikel.php line 123 change the following url mangler as follows....

// Search for href attributes only

if (isset($oLnk->urlpool['href'])) {
$linkArray = array_unique($oLnk->urlpool['href']);
foreach ($linkArray as $_url)
{
$xpos = strpos( $_url, 'index.php?action ...
by jenolan
Sat Mar 15, 2008 6:22 am
Forum: Bug reports
Topic: Inter-FAQ Links broken
Replies: 2
Views: 6966

Inter-FAQ Links broken

On our FAQ page like http://www.razorbackrailway.com/apps/faq/index.php?action=artikel&cat=8&id=8&artlang=en
Look at the link for 'Trainz Objectz' it shows as
http://www.razorbackrailway.com/apps/faq/index.phpw.razorbackrailway.com/apps/faq/index.php?action=artikel&cat=5&id=126&artlang=en
but in ...
by jenolan
Sun Feb 24, 2008 11:03 pm
Forum: Bug reports
Topic: Errors after upgrade to latest
Replies: 1
Views: 4828

Errors after upgrade to latest

I have just upgraded from the 1.6.x to current but the following errors are appearing in my logs...


[24-Feb-2008 01:00:04] PHP Fatal error: Call to undefined function getthema() in /xxx/writecomment.php on line 39

Getting lots of the above

[24-Feb-2008 01:56:19] PHP Warning: fopen(pdf/88.pdf ...
by jenolan
Mon Jul 09, 2007 10:53 am
Forum: General discussions
Topic: Search no list showing
Replies: 18
Views: 32887

Thorsten wrote:which permission level did you set?
Hi 'Basic' is the setting that the upgrader made it .. I searched some more and found medium mentioned and that now allows search. I looking in the manual but couldn't find it or am I going blind ;)

Larry