nothing
customallstars
Active 1 minute ago
bulletproof
Active 12 minutes ago
Rico
Active 2 weeks ago
Picabo Street
Active 3 years, 5 months ago
Michellie Jones
Active 3 years, 5 months ago
Kiki Cuyler
Active 3 years, 5 months ago
Wynonna Judd
Active 3 years, 5 months ago
Shan Foster
Active 3 years, 5 months ago
Antawn Jamison
Active 3 years, 5 months ago
Stephen Curry
Active 3 years, 5 months ago
Thomas Carew
Active 3 years, 5 months ago
Dan Cortese
Active 3 years, 5 months ago
John Caius
Active 3 years, 5 months ago
MaliVai Washington
Active 3 years, 5 months ago
Keir Dullea
Active 3 years, 5 months ago
Cecelia Cichan
Active 3 years, 5 months ago
Matraca Berg
Active 3 years, 5 months ago
Seamus
Active 3 years, 5 months ago
1
2
→
and its box
- Removed 🔥 Recent Forum Topics box +
Search for:
Home26 › Forums › Topics
Oh, bother! No topics were found here.
shortcode
- Profile Hub: first/default tab is now Groups (
Newest
Oldest
Alphabetical (A-Z)
Alphabetical (Z-A)
groups
lock
Bullet Proof Singles Group
Bullet Proof Singles Group
group 28 Members
Details
)
- All quick navs updated (no Overview, Revenue Split Partners label)
- Shortcode DOM fix maintained: visibility/height, never display:none
-->
/* ── SCOPED RESET ─────────────────────────────────────── */
#bpc-dash,
#bpc-dash *,
#bpc-dash *::before,
#bpc-dash *::after {
box-sizing: border-box;
}
#bpc-dash {
background: #080808;
color: #e0e0e0;
font-family: 'Segoe UI', system-ui, -apple-system, Arial, sans-serif;
line-height: 1.65;
position: relative;
min-height: 100vh;
overflow-x: hidden;
margin: 0;
padding: 0;
}
/* ── GRID TEXTURE ─────────────────────────────────────── */
#bpc-dash::before {
content: "";
position: fixed;
top: 0; left: 0; right: 0; bottom: 0;
background-image:
linear-gradient(rgba(255,255,255,0.012) 1px, transparent 1px),
linear-gradient(90deg, rgba(255,255,255,0.012) 1px, transparent 1px);
background-size: 60px 60px;
pointer-events: none;
z-index: 0;
}
/* ── BULLET HOLES ─────────────────────────────────────── */
.bh {
position: absolute;
border-radius: 50%;
background: radial-gradient(circle at 38% 33%, #1a1a1a 0%, #0a0a0a 45%, #000 65%);
box-shadow: 0 0 0 2px #1e1e1e, 0 0 0 3px #2a2a2a, 2px 3px 10px rgba(0,0,0,.95);
pointer-events: none;
z-index: 2;
}
.bh::before, .bh::after {
content: "";
position: absolute;
background: #1c1c1c;
transform-origin: center;
}
.bh::before {
width: 220%; height: 1px;
top: 50%; left: -60%;
transform: rotate(32deg);
box-shadow: 0 9px 0 .5px #1c1c1c, 0 -14px 0 .5px #1c1c1c;
}
.bh::after {
width: 1px; height: 220%;
left: 50%; top: -60%;
transform: rotate(18deg);
box-shadow: 9px 0 0 .5px #1c1c1c, -13px 0 0 .5px #1c1c1c;
}
/* ── CONTAINER ────────────────────────────────────────── */
.bpc-container {
max-width: 1440px;
margin: 0 auto;
padding: 28px 24px;
position: relative;
z-index: 1;
}
/* ── HEADER ───────────────────────────────────────────── */
.bpc-hdr {
background: linear-gradient(135deg, #0e0e0e 0%, #111 50%, #0a0a0a 100%);
border: 1px solid #252525;
border-top: 4px solid #b8960c;
border-radius: 6px;
padding: 28px 32px;
margin-bottom: 28px;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 24px;
position: relative;
overflow: hidden;
box-shadow: 0 0 40px rgba(0,0,0,.7), 0 0 0 1px rgba(184,150,12,.08), inset 0 1px 0 rgba(184,150,12,.05);
}
.bpc-hdr::after {
content: "";
position: absolute;
top: 0; left: 0; right: 0;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(184,150,12,.4), transparent);
}
.bpc-logo-wrap {
display: flex;
align-items: center;
justify-content: center;
perspective: 600px;
z-index: 1;
}
.bpc-logo {
max-height: 85px;
width: auto;
display: block;
filter: drop-shadow(0 0 14px rgba(184,150,12,.25));
animation: coinFlip 4s linear infinite;
}
@keyframes coinFlip {
0% { transform: rotateY(0deg); }
100% { transform: rotateY(360deg); }
}
.bpc-hdr-title {
color: #e8e8e8;
font-size: 2.2rem;
text-transform: uppercase;
letter-spacing: 5px;
font-weight: 900;
flex: 1;
min-width: 280px;
z-index: 1;
margin: 0;
}
.bpc-hdr-title span { color: #d4aa20; }
.bpc-hdr-badge {
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 5px;
z-index: 1;
}
.bpc-badge {
font-size: .62rem;
letter-spacing: .22em;
text-transform: uppercase;
color: #555;
font-weight: 600;
}
.bpc-badge.gold {
color: #b8960c;
border: 1px solid rgba(184,150,12,.35);
padding: .2rem .65rem;
}
/* ── HERO ─────────────────────────────────────────────── */
.bpc-hero {
position: relative;
border-radius: 6px;
overflow: hidden;
margin-bottom: 28px;
border: 1px solid #252525;
height: 280px;
}
.bpc-hero img {
width: 100%; height: 100%;
object-fit: cover;
display: block;
filter: brightness(.35) contrast(1.1);
}
.bpc-hero-overlay {
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
background: linear-gradient(180deg, rgba(8,8,8,.3) 0%, rgba(8,8,8,.85) 100%);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 30px;
}
.bpc-hero-overlay h2 {
color: #fff;
font-size: 2rem;
text-transform: uppercase;
letter-spacing: 6px;
font-weight: 900;
margin: 0 0 12px;
text-shadow: 0 2px 20px rgba(0,0,0,.8);
}
.bpc-hero-overlay h2 span { color: #d4aa20; }
.bpc-hero-overlay p {
color: #aaa;
font-size: .95rem;
letter-spacing: .15em;
text-transform: uppercase;
max-width: 600px;
margin: 0;
}
/* ── STATS ────────────────────────────────────────────── */
.bpc-stats {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin-bottom: 28px;
}
.bpc-stat {
flex: 1 1 200px;
background: linear-gradient(135deg, rgba(20,20,20,.9), rgba(14,14,14,.95));
border: 1px solid #252525;
border-left: 3px solid #b8960c;
border-radius: 4px;
padding: 22px 20px;
text-align: center;
position: relative;
transition: all .3s ease;
}
.bpc-stat:hover {
border-color: rgba(184,150,12,.4);
box-shadow: 0 0 20px rgba(184,150,12,.1);
transform: translateY(-2px);
}
.bpc-stat-icon { font-size: 1.8rem; display: block; margin-bottom: 8px; }
.bpc-stat-label {
font-size: .62rem;
text-transform: uppercase;
letter-spacing: .2em;
color: #666;
font-weight: 700;
display: block;
margin-bottom: 6px;
}
.bpc-stat-val { font-size: 1.6rem; font-weight: 900; color: #d4aa20; display: block; }
/* ── QUICK NAV ────────────────────────────────────────── */
.bpc-qnav {
background: #101010;
border: 1px solid #252525;
border-left: 3px solid #b8960c;
border-radius: 4px;
padding: 16px 20px;
margin-bottom: 28px;
box-shadow: 0 0 20px rgba(0,0,0,.4);
}
.bpc-qnav h3 {
color: #b8960c;
font-size: .72rem;
text-transform: uppercase;
letter-spacing: .28em;
margin: 0 0 14px;
font-weight: 700;
}
.bpc-qnav-links {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.bpc-qnav-links a {
background: #161616;
color: #aaa;
text-decoration: none;
padding: 10px 18px;
border-radius: 2px;
border: 1px solid #252525;
font-weight: 700;
text-transform: uppercase;
font-size: .72rem;
letter-spacing: .1em;
transition: all .25s ease;
display: inline-flex;
align-items: center;
gap: 6px;
}
.bpc-qnav-links a:hover {
background: #1a1a1a;
color: #d4aa20;
border-color: rgba(184,150,12,.35);
box-shadow: 0 0 12px rgba(184,150,12,.12);
transform: translateY(-1px);
}
/* ── MODULE CARDS ─────────────────────────────────────── */
.bpc-mod {
background: #101010;
border: 1px solid #252525;
border-radius: 5px;
margin-bottom: 36px;
overflow: hidden;
box-shadow: 0 4px 24px rgba(0,0,0,.5);
transition: box-shadow .3s ease;
position: relative;
}
.bpc-mod:hover {
box-shadow: 0 4px 36px rgba(0,0,0,.7), 0 0 0 1px rgba(184,150,12,.1);
}
.bpc-mod-hdr {
background: linear-gradient(135deg, #131313 0%, #0f0f0f 100%);
padding: 16px 24px;
border-bottom: 1px solid #252525;
border-left: 4px solid #b8960c;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}
.bpc-mod-hdr::after {
content: "";
position: absolute;
bottom: 0; left: 0; right: 0;
height: 1px;
background: linear-gradient(90deg, #b8960c, transparent 60%);
opacity: .3;
}
.bpc-mod-hdr h2 {
color: #e8e8e8;
font-size: 1rem;
text-transform: uppercase;
letter-spacing: .18em;
font-weight: 900;
display: flex;
align-items: center;
gap: 10px;
margin: 0;
}
.bpc-mod-hdr .mod-icon { font-size: 1.2em; }
.bpc-tag {
font-size: .58rem;
letter-spacing: .2em;
text-transform: uppercase;
color: #b8960c;
border: 1px solid rgba(184,150,12,.35);
padding: .15rem .55rem;
}
.bpc-mod-body {
padding: 28px;
background: #101010;
color: #ccc;
}
/* ── TABS ─────────────────────────────────────────────── */
.bpc-tabs {
display: flex;
flex-wrap: wrap;
gap: 0;
margin-bottom: 24px;
border-bottom: 2px solid #252525;
}
.bpc-tab-btn {
background: #131313;
color: #888;
border: 1px solid #252525;
border-bottom: none;
padding: 14px 28px;
font-weight: 800;
text-transform: uppercase;
font-size: .78rem;
letter-spacing: .12em;
cursor: pointer;
transition: all .25s ease;
position: relative;
top: 2px;
display: inline-flex;
align-items: center;
gap: 8px;
font-family: inherit;
}
.bpc-tab-btn:hover { color: #d4aa20; background: #1a1a1a; }
.bpc-tab-btn.active {
color: #d4aa20;
background: #101010;
border-color: rgba(184,150,12,.4);
border-bottom: 2px solid #101010;
box-shadow: 0 -2px 10px rgba(184,150,12,.1);
}
/*
CRITICAL SHORTCODE FIX:
visibility + height, never display:none.
Keeps all shortcodes in DOM so WP plugins
(ProfileGrid, BuddyPress, bbPress, etc.) initialise on load.
*/
.bpc-tab-panel {
visibility: hidden;
height: 0;
overflow: hidden;
opacity: 0;
pointer-events: none;
transition: opacity .35s ease;
}
.bpc-tab-panel.active {
visibility: visible;
height: auto;
overflow: visible;
opacity: 1;
pointer-events: auto;
}
/* ── GRID LAYOUTS ─────────────────────────────────────── */
.bpc-g2, .bpc-g3, .bpc-g4 {
display: flex;
flex-wrap: wrap;
margin-bottom: 20px;
}
.bpc-g2 { gap: 20px; }
.bpc-g2 > * { flex: 1 1 460px; min-width: 0; }
.bpc-g3 { gap: 20px; }
.bpc-g3 > * { flex: 1 1 300px; min-width: 0; }
.bpc-g4 { gap: 16px; }
.bpc-g4 > * { flex: 1 1 220px; min-width: 0; }
/* ── GLASS BOX ────────────────────────────────────────── */
.bpc-box {
background: linear-gradient(135deg, rgba(26,26,26,.9), rgba(18,18,18,.95));
border: 1px solid rgba(255,255,255,.05);
border-radius: 4px;
padding: 20px;
transition: all .25s ease;
position: relative;
overflow: hidden;
box-shadow: 0 4px 16px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.03);
}
.bpc-box:hover {
border-color: rgba(184,150,12,.25);
box-shadow: 0 4px 24px rgba(184,150,12,.08), inset 0 1px 0 rgba(255,255,255,.05);
transform: translateY(-2px);
}
.bpc-box h4 {
color: #d4aa20;
font-size: .82rem;
margin: 0 0 14px;
text-transform: uppercase;
letter-spacing: .14em;
font-weight: 800;
display: flex;
align-items: center;
gap: 8px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(255,255,255,.06);
}
/* ── ACTIVITY FEED — THEMED ───────────────────────────── */
.bpc-activity-wrap {
background: #0c0c0c;
border: 1px solid #1e1e1e;
border-radius: 4px;
overflow: hidden;
}
.bpc-activity-bar {
background: linear-gradient(90deg, rgba(184,150,12,.14) 0%, rgba(184,150,12,.04) 60%, transparent 100%);
border-bottom: 1px solid rgba(184,150,12,.22);
padding: 11px 20px;
display: flex;
align-items: center;
gap: 10px;
}
.bpc-activity-dot {
width: 8px; height: 8px;
border-radius: 50%;
background: #b8960c;
box-shadow: 0 0 8px rgba(184,150,12,.7);
flex-shrink: 0;
animation: bpcPulse 2s ease-in-out infinite;
}
@keyframes bpcPulse {
0%, 100% { opacity: 1; transform: scale(1); }
50% { opacity: .45; transform: scale(.75); }
}
.bpc-activity-label {
color: #b8960c;
font-size: .68rem;
font-weight: 800;
text-transform: uppercase;
letter-spacing: .24em;
}
.bpc-activity-inner {
padding: 20px;
}
/* ── FEATURED IMAGE ROW ───────────────────────────────── */
.bpc-img-row {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin-bottom: 24px;
}
.bpc-img-card {
flex: 1 1 280px;
min-width: 0;
border-radius: 4px;
overflow: hidden;
border: 1px solid #252525;
position: relative;
height: 200px;
transition: all .3s ease;
}
.bpc-img-card:hover {
border-color: rgba(184,150,12,.3);
box-shadow: 0 8px 28px rgba(0,0,0,.5);
transform: translateY(-3px);
}
.bpc-img-card img {
width: 100%; height: 100%;
object-fit: cover;
display: block;
filter: brightness(.5) contrast(1.05);
transition: filter .3s ease;
}
.bpc-img-card:hover img { filter: brightness(.65) contrast(1.1); }
.bpc-img-label {
position: absolute;
bottom: 0; left: 0; right: 0;
background: linear-gradient(transparent, rgba(0,0,0,.9));
padding: 20px 16px 14px;
color: #fff;
font-size: .78rem;
font-weight: 800;
text-transform: uppercase;
letter-spacing: .14em;
}
.bpc-img-label span {
color: #d4aa20;
font-size: .62rem;
display: block;
margin-top: 4px;
letter-spacing: .2em;
}
/* ── DESC BAR ─────────────────────────────────────────── */
.bpc-desc {
color: #555;
font-size: .82rem;
text-align: center;
margin-bottom: 24px;
text-transform: uppercase;
letter-spacing: .14em;
padding: 12px;
border: 1px solid #252525;
background: #141414;
border-radius: 3px;
}
/* ── DIVIDER ──────────────────────────────────────────── */
.bpc-div {
height: 1px;
background: linear-gradient(90deg, transparent 0%, #252525 20%, rgba(184,150,12,.4) 50%, #252525 80%, transparent 100%);
margin: 44px 0;
position: relative;
}
.bpc-div::before {
content: "\25C6";
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%,-50%);
color: #b8960c;
font-size: .6rem;
background: #080808;
padding: 0 10px;
}
/* ── TYPOGRAPHY ───────────────────────────────────────── */
#bpc-dash .bpc-mod-body p { margin-bottom: 12px; color: #bbb; font-size: .9rem; }
#bpc-dash .bpc-mod-body h3 {
color: #d4aa20;
text-transform: uppercase;
letter-spacing: .12em;
margin-bottom: 16px;
font-size: .92rem;
font-weight: 800;
padding-bottom: 8px;
border-bottom: 1px solid #252525;
}
#bpc-dash .bpc-mod-body a { color: #d4aa20; text-decoration: none; transition: color .2s; }
#bpc-dash .bpc-mod-body a:hover { color: #fff; }
#bpc-dash .bpc-mod-body ul,
#bpc-dash .bpc-mod-body ol { margin-left: 20px; color: #ccc; }
#bpc-dash .bpc-mod-body li { margin-bottom: 8px; padding-left: 4px; }
/* ── WELCOME BOX ──────────────────────────────────────── */
.bpc-welcome {
background: linear-gradient(135deg, rgba(184,150,12,.08), rgba(184,150,12,.02));
border: 1px solid rgba(184,150,12,.2);
border-radius: 4px;
padding: 24px 28px;
margin-bottom: 24px;
text-align: center;
}
.bpc-welcome h3 { color: #d4aa20; border: none; margin-bottom: 8px; font-size: 1.1rem; }
.bpc-welcome p { color: #888; font-size: .85rem; margin: 0; }
/* ── FOOTER ───────────────────────────────────────────── */
.bpc-footer {
text-align: center;
padding: 28px 20px;
margin-top: 40px;
border-top: 1px solid #252525;
color: #444;
font-size: .72rem;
letter-spacing: .12em;
text-transform: uppercase;
}
.bpc-footer span { color: #b8960c; }
/* ── BACK TO TOP ──────────────────────────────────────── */
#bpcTop {
position: fixed;
bottom: 28px; right: 28px;
background: #101010;
color: #b8960c;
width: 48px; height: 48px;
border-radius: 3px;
border: 1px solid rgba(184,150,12,.35);
display: flex;
align-items: center;
justify-content: center;
font-size: 1.3em;
cursor: pointer;
opacity: 0;
visibility: hidden;
transition: all .3s ease;
z-index: 9999;
box-shadow: 0 4px 18px rgba(0,0,0,.6);
}
#bpcTop.show { opacity: 1; visibility: visible; }
#bpcTop:hover { background: #b8960c; color: #000; transform: translateY(-3px); }
/* ── RESPONSIVE ───────────────────────────────────────── */
@media (max-width: 1024px) {
.bpc-g2 > * { flex: 1 1 100%; }
.bpc-g3 > * { flex: 1 1 260px; }
.bpc-hdr { flex-direction: column; text-align: center; }
.bpc-hdr-badge { align-items: center; }
.bpc-hero { height: 220px; }
}
@media (max-width: 768px) {
.bpc-container { padding: 14px 12px; }
.bpc-logo { max-height: 60px; }
.bpc-hdr-title { font-size: 1.3rem; min-width: 200px; letter-spacing: 3px; }
.bpc-qnav-links { flex-direction: column; }
.bpc-qnav-links a { width: 100%; justify-content: center; }
.bpc-g3 > *, .bpc-g4 > * { flex: 1 1 100%; }
.bpc-mod-hdr h2 { font-size: .85rem; }
.bpc-hero { height: 180px; }
.bpc-hero-overlay h2 { font-size: 1.3rem; letter-spacing: 3px; }
.bpc-tabs { flex-direction: column; }
.bpc-tab-btn { width: 100%; justify-content: center; }
.bpc-img-card { height: 160px; }
.bpc-stat { flex: 1 1 100%; }
}
💰 Bulletproof Community Hub
Bullet Proof Community
The Business Network
Welcome to the Hub
Your private hub for business growth, community, and AI-powered tools
👥
Community
Groups
🎓
Academy
Courses
💰
Revenue Split
Partners
📅
Events
Live
♦ Quick Navigation
👤 Profile Hub
⚡ Activities
🔔 Alerts
👥 Community
🗺 Map
🎓 Academy
📅 Events
💰 Revenue Split Partners
👤 Profile Hub
ProfileGrid
♦ Your Profile Hub ♦
Explore community groups, manage your profile, or log in to your account.
👥 Groups
👤 My Profile
🔒 Login
Connect, collaborate, and grow inside our private network groups.
Newest
Oldest
Alphabetical (A-Z)
Alphabetical (Z-A)
groups
lock
Bullet Proof Singles Group
Bullet Proof Singles Group
group 28 Members
Details
View and manage your profile, memberships, and activity.
body.sticky-menu{position:static !important;overflow:auto !important;width:auto !important;top:auto !important;}
Update Cover Image
Update Image
Dmenico hudson
Bullet Proof Singles Group
About
Groups
Blog
Messages
Notifications
Friends
Settings
Edit Profile
First Name
Dmenico
Last Name
hudson
Email
entremotivator@gmail.com
Website
https://bulletproofcommunity.com
Bullet Proof Singles Group
Group Page
Leave Group
Bullet Proof Singles Group
New Blog Post
3 years ago
1 Comment
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
New conversation
Manage conversations
Delete conversation
Set away message
You have no conversations yet.
New
New Message
RecentSmileys & PeopleAnimals & NatureFood & DrinkActivityTravel & PlacesObjectsSymbolsFlags
Thats it for today. You are all caught up!
My Friends0
Friend Requests0
Requests Sent0
You do not have any friends yet. You can add friends by sending friendship requests to people from their user profiles.
No friend requests waiting for response
No pending friend requests.
Account Details
Change Password
Group Membership Privacy
Delete Account
Username*
First Name*
Last Name*
Email*
New password*
Repeat new password*
Profile Privacy
Everyone
Friends
Group Members
Friends & Group Members
Only Me
Hide My Profile From Groups, Directories and Search Results
No
Yes
Are you sure you want to delete your account? This will erase all of your account data from the site. To delete your account enter your password below
Password
Group
Amount
Gateway
Status
Date
Reference #
No group membership payments found yet.
Change Profile Image
Change Image
Upload your image
Cancel
Crop & Save
For best visibility choose square image with minimum size of 200 x 200 pixels
Change Cover Image
Change Cover Image
Upload Your Cover Image
Cancel
Crop & Save
For best visibility choose a landscape aspect ratio image with size of 1454 x 300 pixels
Submit New Blog Post
Title*
Description
Paragraph
Tags
Image
Content Privacy
Content accessible to Everyone
Content accessible to Logged In Users
Content accessible to My Friends
Content accessible to my fellow Group Members
Content accessible only to me
Log in to access your account and all community tools.
You have successfully logged in.
PROCEED TO
My Profile
Logout
Network GrowthBuild Connections
Business StrategyAI-Powered Insights
Academy TrainingLevel Up Your Skills
⚡ Recent Activities
Live Feed
♦ Live Community Feed
donmenico added new product 2 weeks, 6 days ago
Comment 0 Mark as Favorite Delete
Comment
Cancel
nothing
3 years, 2 months ago
Comment 0 Remove Favorite Delete
Comment
Cancel
Sub0crm.com All in one business tools 3 years, 4 months ago
Comment 0 Mark as Favorite Delete
Comment
Cancel
Comment 0 Mark as Favorite Delete
Comment
Cancel
its game time babyyyyy 3 years, 4 months ago
Comment 0 Mark as Favorite Delete
Comment
Cancel
became a registered member 3 years, 5 months ago
@
View Profile
Comment 0 Mark as Favorite Delete
Comment
Cancel
became a registered member 3 years, 5 months ago
@
View Profile
Comment 0 Mark as Favorite Delete
Comment
Cancel
donmenico created the group Speakers Network 3 years, 5 months ago
View group
Comment 0 Mark as Favorite Delete
Comment
Cancel
Ron Faucheux posted an update in the group Gladiator 3 years, 5 months ago
A people that values its privileges above its principles soon loses both. (Dwight D. Eisenhower , Inaugural Address, January 20, 1953)
Comment 0 Mark as Favorite Delete
Comment
Cancel
donmenico wrote a new post 3 years, 5 months ago
Comment 0 Mark as Favorite Delete
Comment
Cancel
🔔 Notifications
Alerts
This member has no unread notifications.
♦ Quick Navigation
👤 Profile Hub
⚡ Activities
🔔 Alerts
👥 Community
🗺 Map
🎓 Academy
📅 Events
💰 Revenue Split Partners
👥 Community Center
Network
👥 Group Directory
To view groups, please enable the group component.
💬 Forum List
Search for:
Home26 › Forums
Forum
Topics
Posts
Last Post
How To Build Credit After bankruptcy
0
0
No Topics
Revenue StreamsRevenue Split Partners
Team BuildingGrow Together
🗺 User Location Map
Intel
Track team member locations and active zones worldwide
+−⊗×Tiles © Esri — Source: Esri, DeLorme, NAVTEQ, USGS, Intermap, iPC, NRCAN, Esri Japan, METI, Esri China (Hong Kong), Esri (Thailand), TomTom, 2012
+Add location
map_el = `map-20210929`;
if(document.getElementById(map_el)) {
/* Transfer PHP array to JS json */
var oum_all_locations = [];
// Wait for the main initialization function to be available, then call it
function oumWaitForMainInit() {
if (typeof oumInitializeMap === 'function') {
console.log('🗺️ Open User Map: Starting');
// Initialize the map
oumInitializeMap();
} else {
setTimeout(oumWaitForMainInit, 100);
}
}
setTimeout(oumWaitForMainInit, 100);
}
map_el = `map-20210929`;
if(document.getElementById(map_el)) {
// Wait for OUMLoader to be defined
function oumLoading() {
if (typeof OUMLoader !== 'undefined') {
// Initialize loader for this map
OUMLoader.initLoader(map_el);
// Add event listener for map initialization complete
document.addEventListener('oum:map_initialized', function(e) {
if (e.detail.mapId === map_el) {
OUMLoader.setMapInitialized(map_el);
}
});
} else {
// If OUMLoader is not yet defined, wait and try again
setTimeout(oumLoading, 100);
}
}
// OUM Loading Spinner
oumLoading();
// OUM inline JS variables
var mapStyle = `Esri.WorldStreetMap`;
var oum_tile_provider_mapbox_key = ``;
var marker_icon_url = `https://bulletproofcommunity.com/wp-content/plugins/open-user-map/src/leaflet/images/marker-icon_default-2x.png`;
var marker_shadow_url = `https://bulletproofcommunity.com/wp-content/plugins/open-user-map/src/leaflet/images/marker-shadow.png`;
var oum_enable_scrollwheel_zoom_map = false;
var oum_enable_cluster = true;
var oum_enable_fullscreen = true;
var oum_enable_searchbar = false;
var oum_searchbar_type = `address`;
var oum_geosearch_selected_provider = ``;
var oum_geosearch_provider = `osm`;
var oum_geosearch_provider_geoapify_key = ``;
var oum_geosearch_provider_here_key = ``;
var oum_geosearch_provider_mapbox_key = ``;
var oum_enable_searchaddress_button = true;
var oum_searchaddress_label = `Search for address`;
var oum_enable_searchmarkers_button = true;
var oum_searchmarkers_label = `Find marker`;
var oum_searchmarkers_zoom = `8`;
var oum_enable_currentlocation = false;
var oum_action_after_submit = ``;
var thankyou_redirect = ``;
var start_lat = Number(26);
var start_lng = Number(0);
var start_zoom = Number(1);
var oum_enable_fixed_map_bounds = ``;
var oum_use_settings_start_location = false;
var oum_has_regions = false;
var oum_enable_multiple_marker_types = `false`;
var oum_hide_filterbox = false;
var oum_enable_address = `on`;
var oum_enable_address_autofill = ``;
// WordPress timezone for opening hours calculations
var oum_wordpress_timezone = `UTC+0`;
// Custom Image data
var oum_custom_image_url = ``;
var oum_custom_image_bounds = {};
var oum_custom_image_hide_tiles = false;
var oum_custom_image_background_color = `#ffffff`;
var oum_location = {};
var oum_custom_css = '';
var oum_custom_script = '';
var oum_max_image_filesize = 10;
var oumMap;
var oumMap2;
/**
* Conditional Field Feature
*
* @param {string} sourceField - The source field selector
* @param {string} targetField - The target field selector
* @param {array} condShow - The values that should show the target field
* @param {array|null} condHide - The values that should hide the target field. If empty/null/undefined, the field will be hidden when condShow is not met.
*/
var oumConditionalField = (sourceField, targetField, condShow, condHide = null) => {
const sourceElements = document.querySelectorAll(sourceField); // Select all radios/checkboxes or single select
const targetElementWrapper = document.querySelector(targetField)?.parentElement; /* works with custom fields only */
// Check if both sourceElements and targetElementWrapper exist
if (!sourceElements.length) {
console.warn(`OUM: Source field(s) not found: ${sourceField}`);
return;
}
if (!targetElementWrapper) {
console.warn(`OUM: Target field wrapper not found: ${targetField}`);
return;
}
/* Event listener for change */
const onChangeHandler = function() {
// Get selected values for checkboxes and single selected value for radios/select
const selectedValues = Array.from(sourceElements)
.filter(element => element.checked || element.tagName === 'SELECT')
.map(element => element.value);
const selectedValue = selectedValues[0]; // For radios and selects, we use only the first (and only) value
console.log('OUM: run condition', {selectedValue, sourceField, targetField, condShow, condHide});
// Show or hide target field based on the selected value(s)
if (condShow.includes(selectedValue)) {
// Show the field if condShow condition is met
targetElementWrapper.style.display = 'block';
} else if (condHide && Array.isArray(condHide) && condHide.length > 0 && condHide.includes(selectedValue)) {
// Hide the field if condHide is provided and condition is met
targetElementWrapper.style.display = 'none';
} else if (!condHide || (Array.isArray(condHide) && condHide.length === 0)) {
// If condHide is empty/null/undefined, hide the field when condShow is not met
targetElementWrapper.style.display = 'none';
}
};
/* Attach the event listener to each radio/checkbox or select */
sourceElements.forEach(element => {
element.addEventListener('change', onChangeHandler);
});
/* Trigger initially */
onChangeHandler(); // Call it directly to set initial state
};
/**
* Add Custom Styles
*/
/* custom color */
oum_custom_css += `
.open-user-map .add-location #close-add-location-overlay:hover {color: #e82c71 !important}
.open-user-map .box-wrap .map-wrap .open-add-location-overlay {background-color: #e82c71 !important}
.open-user-map .box-wrap .map-wrap .open-add-location-overlay:hover,
.open-user-map .box-wrap .map-wrap .open-add-location-overlay:active {background-color: #d12866 !important}
.open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list .close-filter-list:hover {color: #e82c71 !important}
.open-user-map .oum-advanced-filter-button .oum-advanced-filter-content .close-advanced-filter:hover,
.open-user-map .oum-advanced-filter-panel .oum-advanced-filter-content .close-advanced-filter:hover {color: #e82c71 !important}
.open-user-map input.oum-switch[type="checkbox"]:checked + label::before {background-color: #e82c71 !important}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum-required-indicator {color: #e82c71 !important}
.open-user-map .add-location .location-overlay-content #oum_add_location h2 {color: #e82c71 !important}
.open-user-map .add-location .location-overlay-content #oum_add_location input[type=text]:focus,
.open-user-map .add-location .location-overlay-content #oum_add_location input[type=email]:focus,
.open-user-map .add-location .location-overlay-content #oum_add_location input[type=url]:focus,
.open-user-map .add-location .location-overlay-content #oum_add_location textarea:focus,
.open-user-map .add-location .location-overlay-content #oum_add_location select:focus {border-color: #e82c71 !important; box-shadow: 0 0 0 2px #e82c711a !important}
.open-user-map .add-location .location-overlay-content #oum_add_location_thankyou h3 {color: #e82c71 !important}
.open-user-map .oum_location_text a {color: #e82c71 !important}
.open-user-map .oum_location_text .oum_vote_button_wrap .oum_vote_button.voted {background: #e82c71 !important; border-color: #e82c71 !important;}
.open-user-map .oum-tabs {border-color: #e82c71 !important}
.open-user-map .oum-tabs .nav-item:hover {color: #e82c71 !important; border-color: #e82c71 !important}
.open-user-map .oum-tabs .nav-item.active {color: #e82c71 !important; border-color: #e82c71 !important}
.open-user-map .box-wrap .map-wrap .oum-attribution a {color: #e82c71 !important;}
/* Submit Button */
.open-user-map .add-location .location-overlay-content #oum_add_location input[type=submit] {background-color: #e82c71 !important; border-color: #e82c71 !important;}
.open-user-map .add-location .location-overlay-content #oum_add_location input[type=submit]:hover,
.open-user-map .add-location .location-overlay-content #oum_add_location input[type=submit]:active {background-color: #d12866 !important;}
/* Message CTA Buttons */
.open-user-map .add-location .location-overlay-content #oum_add_location_thankyou button {background-color: #e82c71 !important; border-color: #e82c71 !important;}
.open-user-map .add-location .location-overlay-content #oum_add_location_thankyou button:hover,
.open-user-map .add-location .location-overlay-content #oum_add_location_thankyou button:active {background-color: #d12866 !important;}
.open-user-map .add-location .location-overlay-content .oum-delete-confirmation button {background-color: #e82c71 !important; border-color: #e82c71 !important;}
.open-user-map .add-location .location-overlay-content .oum-delete-confirmation button:hover,
.open-user-map .add-location .location-overlay-content .oum-delete-confirmation button:active {background-color: #d12866 !important;}
/* Media Section Colors */
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .media-upload label {color: #e82c71 !important}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-upload .media-upload-top label .multi-upload-indicator {background: #e82c71 !important}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-video-upload input[type=text]:hover {border-color: #e82c71 !important}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-video-upload input[type=text]:focus {border-color: #e82c71 !important; box-shadow: 0 0 0 2px #e82c711a !important}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .image-preview-placeholder {border-color: #e82c71 !important; background: #e82c710a !important}
.open-user-map .add-location .location-overlay-content #oum_add_location .oum_media .oum-image-preview-grid .image-preview-item.dragging {border-color: #e82c71 !important}
/* List Styles */
.open-user-map-locations-list .oum-locations-list-item .oum_location_text a {color: #e82c71 !important}
.open-user-map-locations-list .oum-locations-list-item .oum_location_text .oum_vote_button_wrap .oum_vote_button.voted {background: #e82c71 !important; border-color: #e82c71 !important;}`;
var custom_style = document.createElement('style');
if (custom_style.styleSheet) {
custom_style.styleSheet.cssText = oum_custom_css;
} else {
custom_style.appendChild(document.createTextNode(oum_custom_css));
}
document.getElementsByTagName('head')[0].appendChild(custom_style);
/* Add initial CSS to prevent flash of unstyled content */
var initialStyles = document.createElement('style');
initialStyles.textContent = `
.oum-hidden {
opacity: 0 !important;
visibility: hidden !important;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
.oum-filter-controls,
.open-add-location-overlay,
#oum_filter_markers,
.oum-advanced-filter-button,
.oum-advanced-filter-panel,
.oum-sidebar {
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
.oum-filter-controls.visible,
.open-add-location-overlay.visible,
#oum_filter_markers.visible,
.oum-advanced-filter-button.visible,
.oum-advanced-filter-panel.visible,
.oum-sidebar.visible {
opacity: 1;
visibility: visible;
}
`;
document.head.appendChild(initialStyles);
}
🎓 Academy
Training
🎓 School Dashboard
Dmenico hudson
Dmenico hudson
entremotivator@gmail.com
Profile
Settings
Logout
Dashboard
My Profile
Enrolled Courses
Wishlist
Reviews
Purchase History
Courses
All Courses
Categories
Tags
All Lessons
Question & Answer
Students
Announcements
Settings
Log Out
Dashboard
0
Enrolled Courses
0
Completed Courses
1
Total Students
1
Total Courses
1
Total Lessons
0
Total Questions
Course Name
Enrolled Course
Course Review
bulletproofcommunity Replay
1
📚 All Available Courses
0.0
(0)
Free
bulletproofcommunity Replay
BY -
donmenico
Enroll Now
♦ Quick Navigation
👤 Profile Hub
⚡ Activities
🔔 Alerts
👥 Community
🗺 Map
🎓 Academy
📅 Events
💰 Revenue Split Partners
📅 Calendar & Events
Schedule
Upcoming training sessions, community events, and special activities
No event found!
📅 Upcoming Events
No event found!
📅 Monthly Calendar
FebruaryMarch 2026April
MOTUWETHFRSASU
2324252627281234567891011121314151617181920212223242526272829303112345
Events for March 1No EventsEvents for March 2No EventsEvents for March 3No EventsEvents for March 4No EventsEvents for March 5No EventsEvents for March 6No EventsEvents for March 7No EventsEvents for March 8No EventsEvents for March 9No EventsEvents for March 10No EventsEvents for March 11No EventsEvents for March 12No EventsEvents for March 13No EventsEvents for March 14No EventsEvents for March 15No EventsEvents for March 16No EventsEvents for March 17No EventsEvents for March 18No EventsEvents for March 19No EventsEvents for March 20No EventsEvents for March 21No EventsEvents for March 22No EventsEvents for March 23No EventsEvents for March 24No EventsEvents for March 25No EventsEvents for March 26No EventsEvents for March 27No EventsEvents for March 28No EventsEvents for March 29No EventsEvents for March 30No EventsEvents for March 31No Events
💰 Revenue Split Partners
Revenue
♦ Your Earnings Dashboard ♦
Track your affiliate commissions, referrals, and revenue streams below.
DashboardAffiliate LinksNetworkCommissionsVisitsCreativesPayoutsSettingsLogout
Past 30 daysFeb 14, 2026 - Mar 15, 2026Past 7 daysPast 30 daysWeek to dateMonth to dateYear to dateLast weekLast monthLast yearCustomFebruary2026MonTueWedThuFriSatSun12345678910111213141516171819202122232425262728March2026MonTueWedThuFriSatSun12345678910111213141516171819202122232425262728293031
Apply
Visits
0
-
View all visits
Commissions
0
-
View all commissions
Earnings
$0.00
-
View all commissions
VisitsCommissionsEarnings
Daily
Weekly
Monthly
All time
Visits
0
Commissions
0
Paid Earnings
$0.00
Unpaid Earnings
$0.00
Program details
Commission Rate
Sale rate: 10%
Cookie Duration
30 days
/******************************************************************************************/
/* Affiliate Social Share
/******************************************************************************************/
.slicewp-asos-wrapper { display: block; float: right; margin-top: 10px; }
.slicewp-asos-platform { display: flex; float: left; align-items: center; justify-content: center; margin: 0 0 0 5px; width: 40px; height: 40px; border-radius: 5px; text-decoration: none !important; }
.slicewp-asos-platform svg { fill: #fff; width: 20px; height: 20px;}
.slicewp-asos-platform-facebook { background-color: #1877F2; }
.slicewp-asos-platform-twitter { background-color: #000000; }
.slicewp-asos-platform-linkedin { background-color: #2867B2; }
.slicewp-asos-platform-whatsapp { background-color: #25D366; }
.slicewp-asos-platform-telegram { background-color: #0088cc; }
.slicewp-asos-platform-email { background-color: #b1b1b1; }
Your Affiliate Link
This is your referral URL. Share it with your audience to earn commissions.
Copy
Copied!
View QR Code
Please provide a link!
The provided link is not valid!
Generate Affiliate Link
Add any URL from this website in the field below to generate a referral link.
Generate
Generated Referral Link
Share the affiliate referral link below to earn commissions.
Copy
Copied!
View QR Code
Your Network Invite Link
Use this link to invite people into your network.
Copy
Copied!
View QR Code
You currently have no people in your network. Use your invite link to grow your network.
All timePast 7 daysPast 30 daysWeek to dateMonth to dateYear to dateLast weekLast monthLast yearAll timeCustomFebruary2026MonTueWedThuFriSatSun12345678910111213141516171819202122232425262728March2026MonTueWedThuFriSatSun12345678910111213141516171819202122232425262728293031ApplyIDAmountReferenceTypeDateStatusYou have no commissions.
All timePast 7 daysPast 30 daysWeek to dateMonth to dateYear to dateLast weekLast monthLast yearAll timeCustomFebruary2026MonTueWedThuFriSatSun12345678910111213141516171819202122232425262728March2026MonTueWedThuFriSatSun12345678910111213141516171819202122232425262728293031ApplyIDLanding URLReferrer URLDateYou have no visits.
There aren't any creatives available.
All timePast 7 daysPast 30 daysWeek to dateMonth to dateYear to dateLast weekLast monthLast yearAll timeCustomFebruary2026MonTueWedThuFriSatSun12345678910111213141516171819202122232425262728March2026MonTueWedThuFriSatSun12345678910111213141516171819202122232425262728293031ApplyIDAmountDateStatusYou have no payouts.
Payment Email
*
Website
*
Please note that by changing your affiliate slug any of your existing referral links using an older affiliate slug may no longer work.
Save
QR code for link:Download QR code
♦ Quick Navigation
👤 Profile Hub
⚡ Activities
🔔 Alerts
👥 Community
🗺 Map
🎓 Academy
📅 Events
💰 Revenue Split Partners
© 2026 Bullet Proof Community — Built Strong. Built Smart. Built Bulletproof.
⇑
(function () {
'use strict';
/* ── TAB SWITCHING ──────────────────────────────────────
visibility+height toggle. display:none would break
ProfileGrid, BuddyPress, bbPress, SliceWP, MEC, etc.
─────────────────────────────────────────────────────── */
window.bpcTab = function (panelId, tabGroupId, btn) {
var tabGroup = document.getElementById(tabGroupId);
if (!tabGroup) return;
var modBody = tabGroup.parentNode;
var panels = modBody.querySelectorAll('.bpc-tab-panel');
for (var i = 0; i < panels.length; i++) {
panels[i].classList.remove('active');
}
var btns = tabGroup.querySelectorAll('.bpc-tab-btn');
for (var j = 0; j < btns.length; j++) {
btns[j].classList.remove('active');
}
var target = document.getElementById(panelId);
if (target) target.classList.add('active');
if (btn) btn.classList.add('active');
try {
window.dispatchEvent(new Event('resize'));
window.dispatchEvent(new Event('scroll'));
} catch (e) {}
};
/* ── SMOOTH SCROLL ──────────────────────────────────── */
function initSmoothScroll () {
var links = document.querySelectorAll('.bpc-qnav-links a[href^="#"]');
for (var i = 0; i < links.length; i++) {
links[i].addEventListener('click', function (e) {
e.preventDefault();
var id = (this.getAttribute('href') || '').replace('#', '');
var el = document.getElementById(id);
if (!el) return;
var top = el.getBoundingClientRect().top +
(window.pageYOffset || document.documentElement.scrollTop) - 24;
try { window.scrollTo({ top: top, behavior: 'smooth' }); }
catch (err) { window.scrollTo(0, top); }
});
}
}
/* ── BACK TO TOP ────────────────────────────────────── */
function initBackToTop () {
var btn = document.getElementById('bpcTop');
if (!btn) return;
window.addEventListener('scroll', function () {
var y = window.pageYOffset || document.documentElement.scrollTop || 0;
btn.className = y > 400 ? 'show' : '';
}, { passive: true });
btn.addEventListener('click', function () {
try { window.scrollTo({ top: 0, behavior: 'smooth' }); }
catch (err) { window.scrollTo(0, 0); }
});
}
/* ── ENSURE DEFAULT TAB ACTIVE ON LOAD ─────────────── */
function initTabs () {
/* Groups is the default first tab */
var firstPanel = document.getElementById('pg-groups');
if (firstPanel && !firstPanel.classList.contains('active')) {
firstPanel.classList.add('active');
}
var firstBtn = document.querySelector('#pg-tab-group .bpc-tab-btn');
if (firstBtn && !firstBtn.classList.contains('active')) {
firstBtn.classList.add('active');
}
}
/* ── DIVI-SAFE DUAL INIT ────────────────────────────── */
function bpcInit () {
initSmoothScroll();
initBackToTop();
initTabs();
}
if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', bpcInit);
} else {
bpcInit();
}
window.addEventListener('load', bpcInit);
})();
