Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Having a small issue with Darkcore

Asked Modified Viewed 1,020 times
D
daimonbok1
D
Into The Nebula! Is it Science or Science Fiction?
  • Senior Member, joined since
  • Contributed 626 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
asked
Senior Member

Rebuilding one of my 5 sites, updating software to 9.10.30 on a server running linux and apache with php version 7.4.30 and for some reason the links were set by me for the navigation panel but still show up on the subheader. Graphic below
www.frackemall.com/wtf.png
Edited by daimonbok1 on 28-03-2023 17:18,
0 replies

3 posts

D
daimonbok1
D
Into The Nebula! Is it Science or Science Fiction?
  • Senior Member, joined since
  • Contributed 626 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
answered
Senior Member

Also Having the same issue with the Magazine Theme?
0 replies
K
Kvido1
K
  • Member, joined since
  • Contributed 61 posts on the community forums.
  • Started 16 threads in the forums
answered
Member

Two notes:
1/ Darkcore works flawlessly for me in version 9.10.20!!!
Looks like the latest version 9.10.30 still has bugs. Some have already returned to 9.10.20. I recommend it to you too.
2/ I made a small adjustment. Added a view/read article counter to the Darkcore homepage:

//Filename: Darkcore/templates/blog.php, | Author: PHP-Fusion Development Team
//Number of reads/views, Kvido 06.04.2023
 echo '<span class="post-date"><i class="fa fa-eye"></i> '.number_format($data['blog_reads']).'</span>';




//Bar under the Blog article, Kvido 07.04.2023
Darkcore/templates/blog.php
 echo '<div class="well text-center m-t-10 m-b-0">';
 echo '<span class="m-l-10"><i class="fa fa-user"></i> '.profile_link($data['user_id'], $data['user_name'], $data['user_status']).'</span>';
 echo '<span class="m-l-10"><i class="fa fa-calendar"></i> '.showdate('newsdate', $data['blog_datestamp']).'</span>';
 echo '<span class="m-l-10"><i class="fa fa-eye"></i> '.number_format($data['blog_reads']).'</span>';

 if ($data['bůpg_allow_comments'] && fusion_get_settings('comments_enabled') == 1) {
 echo '<span class="m-l-10"><i class="fa fa-comments-o"></i> '.$data['blog_display_comments'].'</span>';
 }

 if ($data['blog_allow_ratings'] && fusion_get_settings('ratings_enabled') == 1) {
 echo '<span class="m-l-10">'.$data['blog_display_ratings'].'</span>';
 }
 echo '</div>';
 // KONEC Lišta

Edited by Kvido1 on 07-04-2023 13:12,
0 replies
D
daimonbok1
D
Into The Nebula! Is it Science or Science Fiction?
  • Senior Member, joined since
  • Contributed 626 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
answered
Senior Member

I've already pulled darkcore, went back to magazine Kvideo1
Thanks
Gene
1 reply

Category Forum

Themes Support

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

D
D
Into The Nebula! Is it Science or Science Fiction?
  • Senior Member, joined since
  • Contributed 626 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
K
K
  • Member, joined since
  • Contributed 61 posts on the community forums.
  • Started 16 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet