phpbb alert template

Need some custom code changes to the phpBB core simple enough that you feel doesn't require an extension? Then post your request here so that community members can provide some assistance.

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
InfinCZ
Registered User
Posts: 10
Joined: Sun Aug 13, 2017 6:29 pm

phpbb alert template

Post by InfinCZ »

Hello,
please I need find template to alert:

Code: Select all

<div id="phpbb_confirm" class="phpbb_alert">
    <a href="#" class="alert_close">
        <i class="icon-close fa fa-times" aria-hidden="true"></i>
    </a>
    <div class="alert_text"></div>
</div>
I need the other one.
before <div class="alert_text">...THIS...</div>

Thanks,

Infin
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26869
Joined: Fri Aug 29, 2008 9:49 am

Re: phpbb alert template

Post by Mick »

What are you trying to do?
  • "The more connected we get the more alone we become” - Kyle Broflovski© 🇬🇧
InfinCZ
Registered User
Posts: 10
Joined: Sun Aug 13, 2017 6:29 pm

Re: phpbb alert template

Post by InfinCZ »

I need add label to checkbox.
User avatar
rubencm
Development Team Member
Development Team Member
Posts: 108
Joined: Fri Oct 05, 2007 2:24 pm
Location: Spain

Re: phpbb alert template

Post by rubencm »

InfinCZ
Registered User
Posts: 10
Joined: Sun Aug 13, 2017 6:29 pm

Re: phpbb alert template

Post by InfinCZ »

<div class="alert_text">...THIS...</div>

Return to “phpBB Custom Coding”