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 ...
Search found 13 matches
- Fri Jul 11, 2008 5:50 pm
- Forum: General discussions
- Topic: Related articles
- Replies: 5
- Views: 9491
- 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 ...
Why not just do ...
- Fri May 30, 2008 9:52 pm
- Forum: General discussions
- Topic: another phpMyFAQ instance?
- Replies: 8
- Views: 14017
- 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 ...
Also, can you tell me ...
- 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 ...
- Thu May 29, 2008 5:34 pm
- Forum: General discussions
- Topic: another phpMyFAQ instance?
- Replies: 8
- Views: 14017
- 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 ...
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 ...
- 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 ...
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 ...
- 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
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
- Wed Feb 06, 2008 9:06 pm
- Forum: General discussions
- Topic: reordering questions in FAQ?
- Replies: 3
- Views: 6874
- 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
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
- Tue Jan 22, 2008 9:33 pm
- Forum: General discussions
- Topic: Hintergrundbild einfügen - aber wie ?!
- Replies: 7
- Views: 14629
- 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 ...
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 ...