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?

How to remove the default text displayed at every blog posts?

Asked Modified Viewed 657 times
A
aklilu
A
aklilu 10
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
asked
Junior Member

Hello dear sir/Madam, I am using PHPFusion version 9. There is a default 'About Admin' text information at the bottom of every blog posts. To be honest I don't want this text. Kindly, help me how to remove this text. Please see the attached screenshot, in case you did not get me.

Thank you so much for your time, kind understanding and support.
Edited by aklilu on 19-04-2022 10:00,
aklilu attached the following image:
Image not found
0 replies

3 posts

F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

What Theme do you use?
0 replies
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

See this file https://github.com/PHPFusion/PHPFusion/blob/Andromeda/infusions/blog/templates/blog.tpl.php#L126-L132 and edit them.

Under your theme, you can replace your own output by declaring the same function.

theme.php

add:
 function display_blog_item($info) {
 // add your own custom code here or copy over from the blog.tpl.php and modify here.
}


This is the recommended way as it does not alter core files.
Edited by Chan on 19-04-2022 16:02,
0 replies
A
aklilu
A
aklilu 10
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
answered
Junior Member

Dear Super Admins, I am eternally grateful for your fast, kind and to the point support. you resolved my issue. Thanks a ton!
0 replies

Labels

None yet

Statistics

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

3 participants

F
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
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
A
A
aklilu 10
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet