Hi all,
Just curious if a mobile version is coming? Ideally, one that auto-recognizes a mobile device.
Or maybe someone wrote a plugin?
Thanks!
Search found 2 matches
- Fri Apr 27, 2012 6:03 pm
- Forum: General discussions
- Topic: Mobile version of phpMyFAQ?
- Replies: 1
- Views: 2333
- Sat Jan 21, 2012 7:16 pm
- Forum: General discussions
- Topic: Create 'Edit' link directly from Articles
- Replies: 1
- Views: 2671
Create 'Edit' link directly from Articles
Is it possible? I'm confused as to how phpMyFAQ works. It is only possible to edit an article after you are logged-in as an Administrator, or can I do something WordPress-like and do this:
<?php
if (user_has_appropriate_privileges()){
// show the 'Edit' link -- what goes here?
}
?>
<?php
if (user_has_appropriate_privileges()){
// show the 'Edit' link -- what goes here?
}
?>