Upload attached file, i'll update first post in a sec
Edit: updated first post.
Hello, bananalive, I first want to thank you for your attention.
Your file attached file is now 100% correct and operational under the platform VB 4.0.2 Congratulations was very good.:up:
Fully functional and all right, thanks for sharing with us.
If you want to give an emphasis on your mod running, follow the link!
Just installed into my 4.0.1 test site and this is almost perfect for my needs, fantastic mod.
I do have some suggestions though
Make the word Articles/Article configurable, I intend to use this mod for a something that would be better titles as "Listing/Listings". As an example rather than a Reply to Article button, it would read Reply to <whatever the config is>.
Add option to disable/hide the Most Read / Most Commented / Top Authors boxes on the article homepage.
It would be great if it was possible to configure the location of some of the Article homepage boxes, for example I would like to Search and Categories on the left hand side, and Post New and Display options on the right.
Also found a couple of minor quirks
When you click on an article to view it, the navbar highlight switches to "Forum" rather than staying on "Article"
The mod seems to ignore thread prefixes and does not display these anywhere.
The mod seems to ignore thread prefixes and does not display these anywhere.
To fix this, open articles.php and find (approx line 372)
Code:
$threads = $threads = $db->query_read("
SELECT thread.*,thread.title AS threadtitle,thread.forumid AS forumid, post.dateline AS postdateline, post.pagetext AS preview, MIN(attachment.attachmentid) AS attachmentid, fd.extension AS extension
Change this to:
Code:
$threads = $threads = $db->query_read("
SELECT thread.*,thread.title AS threadtitle,thread.forumid AS forumid, post.dateline AS postdateline, post.pagetext AS preview, MIN(attachment.attachmentid) AS attachmentid, fd.extension AS extension, thread.prefixid
Notice the addition of ', thread.prefixid ' at the end
A really nasty hack to resolve another of the quirks:
Quote:
Originally Posted by MrEyes
When you click on an article to view it, the navbar highlight switches to "Forum" rather than staying on "Article"
To do this you need to add an additional option to ACP - Settings - Article Forum Options, where you specify a comma delimited list of all forum ids that are articles forums (i.e. 7,11,15). Call this af_allarticleforums
Then change the Easy Forms - Forms Tab (Process Templates Complete) hook code to read:
Hi, with the hack I've a error message when I edit a article on the front pack(cms), so when the hack is desactivated or uninstalled my cms work fine, thx
I have the same problem when I click to try to read the article. When I turn off the hack as you say everything works fine.
Interesting mod, is there a fix for this? Installed.