👀 You are watching:
Jump to content
👉 Click here to explore Remote Jobs, Work From Home & Global News – USA 🇺🇸 | UK 🇬🇧 | Canada 🇨🇦 | Pakistan 🇵🇰 ×
🚫 Guest Access Notice ×

Recommended Posts


  • Member ID:  1
  • Group:  👑 OWNER ✨
  • Topic Count:  476
  • Topics Per Day:  0.08
  • Content Count:  214,639
  • Content Per Day:  36.45
  • Reputation:   322
  • Days Won:  58
  • Joined:  03/29/2010
  • Status:  Offline
  • Last Seen:  
  • Timezone:  Asia/Karachi
  • Device:  Windows

Posted

Pinned topics prefix like IPB 3.4.x

IPB 4.x displays a different badge of version 3.x for pinned topics and featureds topics. For some reason some people - like me - prefer the badge as they were in the previous version of the software. It looked like a prefix.

after.png.5ddb2b07ec212afb3fde5a56bda77c

 

IN FORUM ROW

GO TO: ACP > Customizations > Themes > YourTheme (</> EDIT HTML/CSS) - find: forums > front > forums > TopicRow

FIND:

{{if $row->mapped('pinned')}}
								<span><span class="ipsBadge ipsBadge_icon ipsBadge_small ipsBadge_positive" data-ipsTooltip title='{lang="pinned"}'><i class='fa fa-thumb-tack'></i></span></span>
							{{endif}}

REPLACE WITH:

{{if $row->mapped('pinned')}}
								<span><span style='text-transform: uppercase' class="ipsBadge ipsBadge_positive" data-ipsTooltip title='{lang="pinned"}'>{lang="pinned"}</span></span>
							{{endif}}

IN TOPIC HEADER

GO TO: ACP > Customizations > Themes > YourTheme (</> EDIT HTML/CSS) - find: topics > topic

FIND:

{{if $topic->mapped('pinned')}}
						<span><span class="ipsBadge ipsBadge_icon ipsBadge_positive" data-ipsTooltip title='{lang="pinned"}'><i class='fa fa-thumb-tack'></i></span></span>
					{{endif}}

 

REPLACE WITH:

{{if $topic->mapped('pinned')}}
						<span><span style='text-transform:uppercase' class="ipsBadge ipsBadge_positive" data-ipsTooltip title='{lang="pinned"}'>{lang="pinned"}</span></span>
					{{endif}}

 

topic.thumb.png.6791f1af4fc98ec993a4372c59f6e18c.png

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Forum Statistics

    2.6k
    Total Topics
    9.8k
    Total Posts


×
×
  • Create New...