Search found 13 matches

by riacheslav
Fri Jul 11, 2008 5:50 pm
Forum: General discussions
Topic: Related articles
Replies: 5
Views: 9491

I don't really know if the current implementation is bad: it isn't giving me any results! So that isn't good.

My client likes my idea though, doing the search based solely on keyword. It'll allow them to define what shows up in the related articles, and they like that.

I don't know if the code I ...
by riacheslav
Fri Jul 11, 2008 12:43 am
Forum: General discussions
Topic: Related articles
Replies: 5
Views: 9491

Related articles

Does the related articles feature work? It returns nothing for me. I read in the forum that it searches the entire post. True? That seems very random, especially since the search function can be pretty funky, and generally returns an awful lot of articles even with few search terms.
Why not just do ...
by riacheslav
Fri May 30, 2008 9:52 pm
Forum: General discussions
Topic: another phpMyFAQ instance?
Replies: 8
Views: 14017

How? I can't find anything resembling this in the documentation or in the admin interface.

To test all this, I installed a fresh 2.0.4 on my new host, then imported my old data into the db. i had to change data.php- changed the prefix for the database to look at my old data. all good so far ...
by riacheslav
Fri May 30, 2008 5:27 pm
Forum: General discussions
Topic: another phpMyFAQ instance?
Replies: 8
Views: 14017

How? I can't find anything resembling this in the documentation or in the admin interface. It seems like the schema has changed quite a bit from 2.04 to 2.07-- is there a way to port the data to the new interface or am I stuck installing 2.04 then importing, then upgrading?

Also, can you tell me ...
by riacheslav
Thu May 29, 2008 11:30 pm
Forum: General discussions
Topic: another phpMyFAQ instance?
Replies: 8
Views: 14017

How about this: I've got an old version of phpMyFAQ (2.0.4) running, and I want to have a new version (2.0.7) on a new server. Can I simply install a clean new version of 2.0.7 and then import the data from the old version? The only way I can think of to do this is pretty onerous-- I'm hoping there ...
by riacheslav
Thu May 29, 2008 5:34 pm
Forum: General discussions
Topic: another phpMyFAQ instance?
Replies: 8
Views: 14017

Hi,

Thanks for your reply.

I do have a clean install happening, I think, in a new directory.

I got a message from my host who said:

"Something in the software needs to be configured to not use a local socket (/var/lib/mysql/mysql.sock) for communication with the webserver and actually use a tcp ...
by riacheslav
Wed May 28, 2008 8:47 pm
Forum: General discussions
Topic: another phpMyFAQ instance?
Replies: 8
Views: 14017

another phpMyFAQ instance?

Hi,

I'm trying to install a new version of phpMyFAQ. I want to leave the old instance running, I just need to put a new one up. Yet every time I try to run the install on the new one I first get a mysql connect error.

"Warning: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL ...
by riacheslav
Thu Apr 10, 2008 4:29 pm
Forum: General discussions
Topic: Reordering of articles
Replies: 3
Views: 7096

creating

Hi,

Yikes! I will probably have to attempt to write an extension to phpMyFAQ that allows me to reorder articles... I'm a moderately experienced PHP developer, and I've already made some significant modifications to phpMyFAQ, though they are largely cosmetic.

Could you give me any quick thoughts ...
by riacheslav
Wed Apr 09, 2008 9:34 pm
Forum: General discussions
Topic: Reordering of articles
Replies: 3
Views: 7096

Reordering of articles

Hi,

I've been searching for a way to easily reorder articles. Swapping the order of categories is fairly straightforward- has anyone come up with a way to change the ordering of articles within categories? My client is insisting on it!

thanks so much,

Richard Grove
by riacheslav
Wed Feb 06, 2008 9:06 pm
Forum: General discussions
Topic: reordering questions in FAQ?
Replies: 3
Views: 6874

But changing them individually- moving one above another, for example?

If I change the id# in the mysql db in order to change the display order will that mess up links and such throughout?

I propose this feature for the next rev!

thanks,
Richard
by riacheslav
Wed Feb 06, 2008 1:01 am
Forum: General discussions
Topic: reordering questions in FAQ?
Replies: 3
Views: 6874

reordering questions in FAQ?

Hi,

Try as I might I can't figure out a way to reorder the FAQs- What if I want to move a question to the top, or change the display order of the questions? Is there a way to do this, other than deleting and reentering them all?

thanks,
Richard
by riacheslav
Tue Jan 22, 2008 9:33 pm
Forum: General discussions
Topic: Hintergrundbild einfügen - aber wie ?!
Replies: 7
Views: 14629

Hey, sweet- Thanks Thorsten. You're the man. Er, sie sind der mann? ;)
by riacheslav
Tue Jan 22, 2008 9:14 pm
Forum: General discussions
Topic: Hintergrundbild einfügen - aber wie ?!
Replies: 7
Views: 14629

background-image - not in body, in div.

Hi,

I'm trying to attach a background image to a div. for example:

#header {
background-image: src(images/header.jpg);
}

I haven't seen anyone else do this, and every mention of the background-image CSS tag in the boards refers to the body, not to a specific div or element.
I've tried placing ...