Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2339

Extension Writers Discussion • Re: Need a SPACE in my row

$
0
0
I don't really understand. You would normally access the IP in a for loop. Something like:

Code:

{ for bot in bots_list } { bot.BOT_IP } { endfor }
Why can't you just add a space in the code above?

Code:

{% for bots_list in loops.bots_list %}<li class="row"><dl><dt><div class="list-inner" style="font-size:16px;line-height:26px;"> &nbsp; <i style="transform: scale(2.2);" class="fa fa-user-secret rainbow-image" aria-hidden="true"></i> &nbsp; {{ bots_list.BOT_NAME }}</div></dt><dd class="topics" style="font-weight:normal;">{{ bots_list.BOT_ID }}</dd><dd class="posts" style="font-weight:normal;">{{ bots_list.USER_ID }}</dd><dd class="lastpost">{% if bots_list.BOT_AGENT %}<span style="font-weight:bold;">{{ bots_list.BOT_AGENT }}</span><br />{% endif %}{% if bots_list.BOT_IP %}<span>IP: {{ bots_list.BOT_IP }}</span>{% endif %}</dd></dl></li>{% endfor %}

Statistics: Posted by Stoker 4.0 — Fri Apr 11, 2025 7:30 am



Viewing all articles
Browse latest Browse all 2339

Trending Articles