ca_black alignment

Download and support for PhpBB3 Top Stats Mod
Locked
User avatar
Blackwolf
BBCoder IV
BBCoder IV
Posts: 272
Joined: 04 Dec 2010, 12:36
BBCodes: 101
Favourite BBCode: Dropcap
Favourite MOD: mchat
Location: Melbourne Australia

ca_black alignment

Post by Blackwolf »

Upgraded to 1.0.7...great work again stoker....Been at this for 2 hours....reading what you have resolved for me before but I cant get to to work......aligning the forum do to me not having forum icons.

I even tried your fix but cant get it :o

tried your fix

Code: Select all

<span class="forum-image"><img src="{ROOT_PATH}images/starimg.png" width="27" height="27" alt="" /></span><div class="forum-image-div">
but its not working ....can I trouble you to look please?

Code: Select all

    <div class="forabg">
    {$CA_BLOCK_START}
      <div class="inner"><span class="corners-top"><span></span></span>
      <ul class="topiclist">
        <li class="header">
          <dl class="no_icon">
             <dt>{TSRAT_NUMBER} {L_RECENT_ACTIVE}</dt>
             <dd class="topics">{L_REPLIES}</dd>
             <dd class="posts">{L_VIEWS}</dd>
             <dd class="lastpost"><span>{L_LAST_POST}</span></dd>
          </dl>
        </li>
      </ul>
      <ul <!-- IF S_TS_JSSCROLL and not S_TS_TICKER -->id="vertical-ticker"<!-- ELSEIF S_TS_TICKER and not S_TS_JSSCROLL -->id="news" <!-- ENDIF -->class="topiclist forums">
        <!-- IF S_TS_TICKER and not S_TS_JSSCROLL -->
        <li class="row">
        <!-- BEGIN recent_active -->
        <dl class="icon" style="background-image: url({ROOT_PATH}images/starimg.png); background-repeat: no-repeat;">
          <dt>
             <a href="{recent_active.U_FIRST_TOPIC}" class="forumtitle">{recent_active.TOPIC_TITLE}</a><br />
             {L_POST_BY_AUTHOR} <a style="font-weight:bold; color: #{recent_active.TOPIC_FIRST_POSTER_COLOUR};" href="{recent_active.USERNAME_FIRST}">{recent_active.TOPIC_FIRST_POSTER_NAME}</a> {L_IN} <a href="{recent_active.FORUM_URL}">{recent_active.FORUM_NAME}</a> {recent_active.TOPIC_TIME}
          </dt>
          <dd class="topics" style="width:8%">{recent_active.TOPIC_REPLIES}</dd>
          <dd class="posts" style="width:8%">{recent_active.TOPIC_VIEWS}</dd>
          <dd class="lastpost"><span>
             {L_POST_BY_AUTHOR} <a style="font-weight:bold; color: #{recent_active.TOPIC_LAST_POSTER_COLOUR};" href="{recent_active.USERNAME_LAST}">{recent_active.TOPIC_LAST_POSTER_NAME}</a> <a href="{recent_active.U_LAST_TOPIC}">{LAST_POST_IMG}</a><br />{recent_active.TOPIC_LAST_POST_TIME}</span>
          </dd>
        </dl>
        <!-- END recent_active -->
        </li>
        <!-- ELSE -->
        <!-- BEGIN recent_active -->
        <li class="row">
        <dl class="icon" style="background-image: url({ROOT_PATH}images/starimg.png); background-repeat: no-repeat;">
          <dt>
             <a href="{recent_active.U_FIRST_TOPIC}" class="forumtitle">{recent_active.TOPIC_TITLE}</a><br />
             {L_POST_BY_AUTHOR} <a style="font-weight:bold; color: #{recent_active.TOPIC_FIRST_POSTER_COLOUR};" href="{recent_active.USERNAME_FIRST}">{recent_active.TOPIC_FIRST_POSTER_NAME}</a> {L_IN} <a href="{recent_active.FORUM_URL}">{recent_active.FORUM_NAME}</a> {recent_active.TOPIC_TIME}
          </dt>
          <dd class="topics" style="width:8%">{recent_active.TOPIC_REPLIES}</dd>
          <dd class="posts" style="width:8%">{recent_active.TOPIC_VIEWS}</dd>
          <dd class="lastpost"><span>
             {L_POST_BY_AUTHOR} <a style="font-weight:bold; color: #{recent_active.TOPIC_LAST_POSTER_COLOUR};" href="{recent_active.USERNAME_LAST}">{recent_active.TOPIC_LAST_POSTER_NAME}</a> <a href="{recent_active.U_LAST_TOPIC}">{LAST_POST_IMG}</a><br />{recent_active.TOPIC_LAST_POST_TIME}</span>
          </dd>
        </dl>
        </li>
        <!-- END recent_active -->
        <!-- ENDIF -->
      </ul>
      <span class="corners-bottom"><span></span></span></div>
    {$CA_BLOCK_END}
    </div>
    <!-- IF S_TS_JSSCROLL and TS_JSSCROLL_NAVIGATION and not S_TS_TICKER -->
    <div style="text-align:right; padding-right:10px;"><a href="#" title="{L_PREVIOUS_SCROLL}" id="ticker-previous"><img src="{ROOT_PATH}images/player_rew.png" width="16" height="16" alt="{L_PREVIOUS_SCROLL}" /></a> <a href="#" title="{L_NEXT_SCROLL}" id="ticker-next"><img src="{ROOT_PATH}images/player_fwd.png" width="16" height="16" alt="{L_NEXT_SCROLL}" /></a> <a href="#" title="{L_STOP_SCROLL}" id="stop"><img src="{ROOT_PATH}images/player_pause.png" width="16" height="16" alt="{L_STOP_SCROLL}" /></a> <a href="#" title="{L_START_SCROLL}" id="start"><img src="{ROOT_PATH}images/player_play.png" width="16" height="16" alt="{L_START_SCROLL}" /></a></div>
    <!-- ENDIF -->
Ultimate Edition, Ultimate Edition Oz, Oz Unity

“We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.”
User avatar
Stoker
Site Admin
Site Admin
Posts: 3536
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

ca_black alignment

Post by Stoker »

This seems to be the post to look at: viewtopic.php?f=49&t=1581#p10046 :D
Board rules! No PM support
User avatar
Blackwolf
BBCoder IV
BBCoder IV
Posts: 272
Joined: 04 Dec 2010, 12:36
BBCodes: 101
Favourite BBCode: Dropcap
Favourite MOD: mchat
Location: Melbourne Australia

ca_black alignment

Post by Blackwolf »

Yes that is the code I have been struggling with for 3 hours....

Aligned the icon......but

Code: Select all

<span class="forum-image"><img src="{ROOT_PATH}images/starimg.png" width="27" height="27" alt="" /></span><div class="forum-image-div">
is just not working.........

I replaced

Code: Select all

<dl class="icon" style="background-image: url({ROOT_PATH}images/starimg.png); background-repeat: no-repeat;">
          
with the above but the /divs are wrong and I am not so good with them.
Ultimate Edition, Ultimate Edition Oz, Oz Unity

“We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.”
User avatar
Stoker
Site Admin
Site Admin
Posts: 3536
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

ca_black alignment

Post by Stoker »

You can use the old file.
The only thing in the new file is that its made ready for phpbb 3.0.10
Board rules! No PM support
User avatar
Blackwolf
BBCoder IV
BBCoder IV
Posts: 272
Joined: 04 Dec 2010, 12:36
BBCodes: 101
Favourite BBCode: Dropcap
Favourite MOD: mchat
Location: Melbourne Australia

ca_black alignment

Post by Blackwolf »

Thanks.....thought.....know........ I'm going mad. :D

Sorry to terr0rise you. ;)
Ultimate Edition, Ultimate Edition Oz, Oz Unity

“We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.”
Locked