Thread subject: Official Home of the PHPFusion CMS :: Darkcore

Posted by PeterH on 17-04-2021 17:14
#1

@Falk - I am using your Darkcore theme on my website and it's really, really nice thank you!!

Question: - Is it possible to alter the download category list that displays in the right side panel?
Specifically, can it be changed to display a different color for top level categories to make them stand out from their nested sub-categories?

I am brand new to using PHP-Fusion so please excuse my ignorance is this has been asked before, and I am unsure if this kind of change is possible by creating the custom profile.php you mentioned above?

Posted by Falk on 17-04-2021 20:18
#2

Yes it is,
You will find the file to mod in themes/Darkcore/templates/downloads.php , inspect the element you want to adjust in your browser (right click, inspect) and find it in that file.

Posted by PeterH on 18-04-2021 01:50
#3

Thank you. Very informative.

The color side of things is a nicety anyway so neither here nor there in the scheme of things however there seems to be one discrepancy I can see when inspecting the download category side panel that is somewhat puzzling.

It appears the final item in a sub-category does not have a space appended to it resulting in the following higher level category displaying directly underneath with no spacing between them. Is that by design or is it an error?

Posted by Falk on 18-04-2021 07:57
#4

I do not see any errors, but you can provide a screen and perhaps it will be more clear if error or design.

Posted by PeterH on 18-04-2021 10:36
#5

Below in an image as requested.

I applied the "&nbsp" inside the inspection window where it is missing and it populated into the side panel so that the spacing was correct. Something seems to be causing it to not be added between categories. I thought it might be do with sub-categories but I have two top level categories with the same problem.

oldgamemags.net/images/spacing-error.jpg

Posted by lupopa on 08-07-2021 14:00
#6

This is the Error:

Code
File: news.php
Page: /infusions/news/news.php?readmore=1
Line: 226
Error message: Trying to access array offset on value of type int

Posted by lupopa on 08-07-2021 14:01
#7

Hello, on the Footer there are the "Our Gallery" are no Thumbs. When I click on the broken Picture Link, I become a empty Page .. Link: ..infusions/gallery/photos/thumbs/ . And there are no Pictures in that folder.
And google say's "too_many_redirects" in the Console....

Look here: https://just4fun-log.de/

Whats wrong?

Sorry for my bad English, I'm a German User ;-)

regards

Lupopa

Edited by lupopa on 08-07-2021 10:19

Posted by lupopa on 09-07-2021 09:34
#8

Thank you for the fast help :-)

Regards
Lupo

Posted by lupopa on 09-07-2021 14:15
#9

I have a Question,

where can I change the Header of a blog entry in .css and template? (bigger avatar, avatar Picture on the left, on bottom of avatar "by... and Time", and right the Title of the blog)

Sorry, I haven't found any forums to post a question about changing styles. Please don't kill me, otherwise I don't know where to post it...

Posted by RobiNN on 09-07-2021 14:24
#10

You are in the right forum. Here you can ask all the questions related to this theme.


In Darkcore/templates edit blog.php file.

Posted by lupopa on 16-07-2021 14:56
#11

So that I don't change and overwrite the original * .css files and the parameters I added or changed might be lost again during the update, I would like to know in which file I can specify my own CSS file, which is then loaded as the "last" one becomes.

I know that the update will also overwrite the original file. But after the update I can add it again and load my own .css file back in.

Posted by RobiNN on 16-07-2021 15:17
#12

THEMES ARE NOT UPDATED AUTOMATICALLY TOGETHER WITH CMS..

You can edit any theme as you want.

Edited by RobiNN on 11-07-2026 10:04

Posted by batbaru1 on 24-07-2021 20:12
#13

What I do in customizing is I uploaded darkcore a second instance but in the second instance I named the directory darkcore-custom. then I chose that darkcore-custom as my theme. From there I edit/customize/mod the theme as I want and if I mess up and overwrite something that I don't want or destroys the theme, I delete darkcore-custom and upload again. My work stays with the files in the darkcore-custom theme, not original.

Edited by batbaru1 on 11-07-2026 10:04

Posted by lupopa on 25-07-2021 15:32
#14

Sensible course of action ...
In the meantime I edit the styles on my subdomain, not via a copy like you. Your idea is good, but the members can select and activate your fumble design in the profile. and watch what you do :-)

I'm currently in the process of recreating the design of the Euro Truck Simulator 2 in-game menu. And so that my people can't watch, I do that on the subdomain ;-) and the DarkCore style is ideal for this ... ;-)

EDIT; Take a look at the screenshot, I'm concerned with the frames, the icons are irrelevant ... the frames and colors are important to me.
I don't yet know exactly how I will implement this, I probably have to change something in the templates or work with: before: and: after: ... maybe @RobiNN also has a few tips smile

Edited by lupopa on 25-07-2021 15:39

Posted by lupopa on 09-01-2022 03:07
#15

@RobiNN how can I have the preview of the last pictures shown in the footer below.
So the images e.g. 3 side by side and a size of max-width 64px and a maximum of 5 lines ??

Edited by lupopa on 25-07-2021 15:59

Posted by Falk on 09-01-2022 14:23
#16

See the function in theme_functions.php,
// Latest Photos
function render_latest_photos() {

It renders latest photos and you can also adjust sizes there.

Posted by Kvido on 20-03-2022 16:33
#17

Very nice! Thanks!

Posted by danyab on 22-03-2022 22:45
#18

From where can i modify number of news and blogs on homepage default is 3 i want to put 6?
I see somewhere this but after search i don't find! Sorry

Posted by Falk on 22-03-2022 23:00
#19

In your install root, find home.php.
Around line 34 change $limit = 3;
Note : depending on modules provided by a Theme and if home modules is disabled in any given theme this setting is not global, but will work for most themes.

Edited by Falk on 23-03-2022 00:21

Posted by danyab on 02-04-2022 11:55
#20

I don't have home.php just homepage.php and there isn't that code at line 34sad