Hi coRpSE, i have installed the forum news 3.1 and it is working fine apart from a couple of things.
In LM-Blackmagic when you create a news item in the (Post topic type) it doen't give the option for (Homepage news) its ok on all the other themes.
Also it is missing the header graphic for the news item, if you look on your home page you will see all other items have the graphic in the topic header bar but not the Forum news items.
Is there any way of getting these to work with LM-Blackmagic
It will also not let me make a new post, keeps saying this.
In LM-Blackmagic when you create a news item in the (Post topic type) it doen't give the option for (Homepage news) its ok on all the other themes.
Also it is missing the header graphic for the news item, if you look on your home page you will see all other items have the graphic in the topic header bar but not the Forum news items.
Is there any way of getting these to work with LM-Blackmagic
It will also not let me make a new post, keeps saying this.
Can I get FTP info and I will take a look at the theme.
For the other error, try this and let me know if it works:
OPEN: public_html/includes/functions_post.php
FIND:
ADD AFTER || NEW LINE
Save & Upload
Let me know if that works for you.
For the other error, try this and let me know if it works:
OPEN: public_html/includes/functions_post.php
FIND:
PHP: [ Select all ]
$topic_vote = (!empty($poll_title) && count($poll_options) >= 2) ? 1 : 0;
ADD AFTER || NEW LINE
PHP: [ Select all ]
$forum_news = ($forum_news == 1) ? 1 : 0;
Save & Upload
Let me know if that works for you.
I have for the time being gone back with 2.1 just till you or lonestar have another look at it, i have removed the (ALTER TABLE nuke_bbtopics ADD forum_news) and the (CREATE TABLE `nuke_forum_news) from the DB. 2.1 works fine.
Well, the post I posted above fix will fix the other error you were getting. It's working on another site that I put together, I just forgot to update the mod. As for the theme, that should be fairly easy to do.
Thanks m8, i know your fixes are all good just thought it would take a bit longer to be fixed, will re-install. how do i fix it for the themes, plus social icons do not show.
I'll take a look this weekend.
Ok, have found the reason social icons do not show in firefox but do in chrome, (Add Blocker) in firefox. Your fix worked aswell coRpSE. Now problems with it apart from the graphic on the title bar not showing and a gap between news item and others, but will go over a few things , see if i can fix it.
Thanks m8
Ok, I did this in the index.php of the module
// show social buttons
CloseTable();
echo '<br />';
// call pagination function:
CloseTable();
echo '<br />';
And that did the job, gave me the equal spaces between each news item and pagination.
Thanks m8
Ok, I did this in the index.php of the module
// show social buttons
CloseTable();
echo '<br />';
// call pagination function:
CloseTable();
echo '<br />';
And that did the job, gave me the equal spaces between each news item and pagination.
Code: [ Select all ]
<br />
Last edited by zardos on Sun Jul 24, 2022 7:59 am; edited 4 times in total
You just need to click the "Attachments and other options" button under the textarea, and select the "Disable HTML in this post" option.
LOL, got it.