Search found 8 matches

by XavierBlak
Mon Aug 22, 2005 10:10 pm
Forum: General discussions
Topic: Upgrading from 1.4 to 1.5
Replies: 4
Views: 6509

Which file? And is it patched by running the update?

Thanks for your help. :o
by XavierBlak
Mon Aug 22, 2005 4:19 pm
Forum: General discussions
Topic: Upgrading from 1.4 to 1.5
Replies: 4
Views: 6509

Upgrading from 1.4 to 1.5

Okay I'm all ready to update to the new 1.5 version but some questions first.


Updating from phpMyFAQ 1.4.x is fairly simple. Via FTP copy all new files from the update zip file except:

* the files data.php and config.php in the directory inc/
* your CSS file style.css in the template ...
by XavierBlak
Thu Feb 17, 2005 8:31 pm
Forum: General discussions
Topic: Removing the Language and Times Viewed
Replies: 10
Views: 17396

That's weird. Exactly what you want to do I just did today. :)

In function.php edit the following line:(should be around line 154)
$output .= "\t<li><a href=\"".$_SERVER["PHP_SELF"]."?".$sids."action=artikel&cat=".$row->rubrik."&id=".$row->id."&artlang=".$row->lang."\">".stripslashes($row->thema ...
by XavierBlak
Thu Feb 17, 2005 4:07 pm
Forum: General discussions
Topic: Removing "Ask question" in 1.4.x
Replies: 2
Views: 4265

You can just go into phpmyfaq/template/index.tpl and remove "<li>{msgQuestion}</li>". It should be line 30. And now that option won't show up on any of the pages that that use index.tpl as a template which I believe it all of them.

Edit:
Dang by the time I tried to answer this it was already ...
by XavierBlak
Mon Feb 07, 2005 9:46 pm
Forum: General discussions
Topic: New Install. No problems just saying thanks and...
Replies: 9
Views: 10642

Okay cool, guess I'll have to wait for 1.6 on that.

One other thought I had. You probably won't agree with this since you keep the admin and viewing section very disconnected. But I'd like the ability to, while I'm viewing an article, if there is something I want to add to just click an edit button ...
by XavierBlak
Wed Feb 02, 2005 9:42 pm
Forum: General discussions
Topic: New Install. No problems just saying thanks and...
Replies: 9
Views: 10642

Cool. Is this something that is available now? And if so how would you make that call from the article? Sorry my exposer to php is still a little limited.
by XavierBlak
Wed Feb 02, 2005 8:58 pm
Forum: General discussions
Topic: New Install. No problems just saying thanks and...
Replies: 9
Views: 10642

Re: New Install. No problems just saying thanks and...

thanks. :-)
Welcome. :)


I won't support BBCode in the future. A possibility could be using something like <pre lang="php"> or <pre lang="perl">.
Not sure I follow what you mean. Are you saying writing a function that would format the text the way I want? Something like this?

function format ...
by XavierBlak
Wed Feb 02, 2005 6:51 am
Forum: General discussions
Topic: New Install. No problems just saying thanks and...
Replies: 9
Views: 10642

New Install. No problems just saying thanks and...

Just installed phpmyfaq on my company's intranet and I must say I'm really happy. It's nice and flexible as far as getting it to integrate with the overall design of the site. And it's going to be great getting all our documentation into one central knowledgebase.

I just have one question at this ...