For some reason I cant get articles.php to display right.
bb code displays parse and unparsed.
Images do not resize to one size.
Text preview length counts characters that are in bb codes and cuts off in the middle of words.
Do you have any idea how I can solve this?
I do not want my forumdisplay.php replaced, because I have a vbadvanced page for article overview and I want my moderators to be able to normally browse the forums.
I partially resolved this by disabling the following plugins: 'article forum' and 'links'. I tried the edit of show thread complete that you posted earlier in the thread, but that results in a error on showtread.
Could you please add a setting for this?
Is there any way to reduce the font size on articles.php ?
I like this modification and look forward to it improving. I know one feature I'd like is to be able to limit the time to show results in the "Most Read" And "Most Comments" modules. It would be handy to set this so it only went back to the last seven days for my site.
Also, some sort of tie-in with thread prefixes would help too.
I found this to display the stickies above all other articles. Is there a way to separate them? We use the stickies as the top 10 stories from the day.
Also, is there a way to have moderation check boxes included with this? And can articles that have been read have a way to show that? Maybe a different font style to the headline or a image overlay to "cloud" the image some if read?
When deleting posts, the posts are blanked out, but still visible.
When rating a post, the user gets a xml error.
I have uninstalled this for now. I hope this will be fixed.
Quote:
Originally Posted by Alfa1
For some reason I cant get articles.php to display right.
bb code displays parse and unparsed.
Images do not resize to one size.
Text preview length counts characters that are in bb codes and cuts off in the middle of words.
Do you have any idea how I can solve this?
I do not want my forumdisplay.php replaced, because I have a vbadvanced page for article overview and I want my moderators to be able to normally browse the forums.
I partially resolved this by disabling the following plugins: 'article forum' and 'links'. I tried the edit of show thread complete that you posted earlier in the thread, but that results in a error on showtread.
Could you please add a setting for this?
Is there any way to reduce the font size on articles.php ?
SELECT thread.*,thread.title AS threadtitle, post.dateline AS postdateline, post.pagetext AS preview, attachment.thumbnail_filesize AS thumbsize, MIN(attachment.attachmentid) AS attachmentid
FROM thread as thread
LEFT JOIN post AS post
ON (post.postid = thread.firstpostid)
LEFT JOIN attachment AS attachment
ON (attachment.postid = thread.firstpostid AND attachment.extension IN('jpg', 'gif', 'png', 'jpeg', 'bmp'))
WHERE open != 10
AND thread.forumid IN( 4,12,25,26,27,28,14,21,22,33,29,30,31,32 )
AND thread.visible = 1
GROUP BY thread.threadid
ORDER BY thread.dateline DESC
LIMIT 5;
MySQL Error : Unknown column 'attachment.thumbnail_filesize' in 'field list'
Error Number : 1054
Request Date : Thursday, April 7th 2011 @ 01:51:50 PM
Error Date : Thursday, April 7th 2011 @ 01:51:50 PM
Script : http://www.jetskisportfishing.com/forum/
Referrer : http://www.jetskisportfishing.com/fo...hp?24-Articles
IP Address : 24.43.70.2
Username : JSF
Classname : vB_Database
MySQL Version : 5.1.47-community-log