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?

Include a line-break after php fusion copyright + release notice

Asked Modified Viewed 787 times
O
Olmyritulaer
O
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
asked
Junior Member

Could you please, as developer, include a line-break structurally, after the obligated "copyright + release" notice of php fusion

beceause after that implementation the link "privacy policy" would appear in a new line instead of besides the notice,

which for now is unclear for visitors to easily notice, but is most important legally
Edited by Olmyritulaer on 28-04-2022 21:37,
0 replies

3 posts

C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

We have it.

https://github.com/PHPFusion/PHPFusion/blob/fde4f588e77c34154b6a11b44bc70307123de60c/includes/theme_functions_include.php#L160

showcopyright() will have breaks.
showcopyright('', TRUE) will not have breaks.

The one in magazine theme - https://github.com/PHPFusion/PHPFusion/blob/Andromeda/themes/Magazine/theme.php#L138, has no breaks, but you can simply alter to fit your preference.
0 replies
O
Olmyritulaer
O
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
answered
Junior Member

Super!
Edited by Olmyritulaer on 28-04-2022 17:35,
0 replies
O
Olmyritulaer
O
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
answered
Junior Member

so I replaced /includes/themes_functions_includes.php with
https://github.com/PHPFusion/PHPFusion/blob/fde4f588e77c34154b6a11b44bc70307123de60c/includes/theme_functions_include.php

and followed your tutorial and accordingly changed:

showcopyright('', TRUE)
into
showcopyright()

/themes/Darkcore/theme.php#L199
/themes/Magazine/theme.php#L140

My PHP Fusion Site

But it was partly succesfull, beceause it still remains besides the "release notice", not even a space to seperate from each other

so my suggestion remains,

actually a linebreak isn't the solution because that introduces an empty space vertically in the footer between the lines
Edited by Olmyritulaer on 04-05-2022 08:40,
0 replies

Labels

None yet

Statistics

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

2 participants

C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
O
O
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet