Announcement on Index - problem - Announcement on Index
Announcement on Index - problem
I have following problem with this ext https://i.imgur.com/yB0IVQ2.png
when i active this problem appear in my forum
my forum version is 3.2.1 can you port for my forum version?
maybe now it works but i want to see my topic upside whole of my forum
Like old version of Announcement on Indexhttps://www.phpbb.com/customise/db/extension/an ... _on_index/
David63 can you port this ext for Digi style?
- ivailo95
- Registered User
- Posts: 888
- Joined: Tue Sep 05, 2017 8:00 am
- Location: Bulgaria
- Name: Ivailo
- Contact:
Re: Announcement on Index - problem
Remember: You only know what you know and - you don't know what you don't know!
My CDB Contributions | How to install an extension
I will not be accepting translations for any of my extensions in Github - please post any translations in the appropriate topic.
No support requests via PM or email as they will be ignored
- david63
- Registered User
- Posts: 18868
- Joined: Thu Dec 19, 2002 8:08 am
- Location: Lancashire, UK
- Contact:
Re: Announcement on Index - problem
Can you port for digi style to be compitable with PHPBB 3.2.1 ?david63 wrote:Digi style is not compatible with phpBB 3.2.1
By the way now the ext work somehow but global and important topic is not upside of the my forum
here is the picture
https://i.imgur.com/WuGO2PP.png Важни Съобщения it mean important topic
- ivailo95
- Registered User
- Posts: 888
- Joined: Tue Sep 05, 2017 8:00 am
- Location: Bulgaria
- Name: Ivailo
- Contact:
Re: Announcement on Index - problem
No - I do not convert stylesivailo95 wrote: Can you port for digi style to be compitable with PHPBB 3.2.1 ?
Remember: You only know what you know and - you don't know what you don't know!
My CDB Contributions | How to install an extension
I will not be accepting translations for any of my extensions in Github - please post any translations in the appropriate topic.
No support requests via PM or email as they will be ignored
- david63
- Registered User
- Posts: 18868
- Joined: Thu Dec 19, 2002 8:08 am
- Location: Lancashire, UK
- Contact:
Re: Announcement on Index - problem

- ivailo95
- Registered User
- Posts: 888
- Joined: Tue Sep 05, 2017 8:00 am
- Location: Bulgaria
- Name: Ivailo
- Contact:
Re: Announcement on Index - problem
Digi's author, Arty, no longer supports any styles for phpBB and will not be converting his styles to phpBB 3.2ivailo95 wrote:i gues i need to write to digi's author ?
Remember: You only know what you know and - you don't know what you don't know!
My CDB Contributions | How to install an extension
I will not be accepting translations for any of my extensions in Github - please post any translations in the appropriate topic.
No support requests via PM or email as they will be ignored
- david63
- Registered User
- Posts: 18868
- Joined: Thu Dec 19, 2002 8:08 am
- Location: Lancashire, UK
- Contact:
Re: Announcement on Index - problem
who can port this style to phpbb 3.2.1 ?


- ivailo95
- Registered User
- Posts: 888
- Joined: Tue Sep 05, 2017 8:00 am
- Location: Bulgaria
- Name: Ivailo
- Contact:
Re: Announcement on Index - problem
I worked on porting Arty styles for phpbb 3.2.1. Digi : viewtopic.php?f=596&t=2434531, others styles topics in "Styles in Development" forum.david63 wrote:Digi's author, Arty, no longer supports any styles for phpBB and will not be converting his styles to phpBB 3.2ivailo95 wrote:i gues i need to write to digi's author ?
@ivailo95 : This extension is for version 3.1.x...
Donate via Paypal
-
- Registered User
- Posts: 216
- Joined: Sun Apr 02, 2017 8:04 pm
- Contact:
- ivailo95
- Registered User
- Posts: 888
- Joined: Tue Sep 05, 2017 8:00 am
- Location: Bulgaria
- Name: Ivailo
- Contact:
Re: Announcement on Index - problem
- ivailo95
- Registered User
- Posts: 888
- Joined: Tue Sep 05, 2017 8:00 am
- Location: Bulgaria
- Name: Ivailo
- Contact:
Re: Announcement on Index - problem
in
styles\prosilver\template\event\index_body_markforums_after.html
on line 8 and line 20 change
class="icon"
to class="row_item
Remember: You only know what you know and - you don't know what you don't know!
My CDB Contributions | How to install an extension
I will not be accepting translations for any of my extensions in Github - please post any translations in the appropriate topic.
No support requests via PM or email as they will be ignored
- david63
- Registered User
- Posts: 18868
- Joined: Thu Dec 19, 2002 8:08 am
- Location: Lancashire, UK
- Contact:
Re: Announcement on Index - problem
nah..can't work it.. https://i.imgur.com/dUbC9iK.pngdavid63 wrote:To make this work with 3.2.1 do the following
instyles\prosilver\template\event\index_body_markforums_after.html
on line 8 and line 20 changeclass="icon"
toclass="row_item
Code: Select all
<!-- IF S_ANNOUNCE_ENABLED -->
<!-- IF S_ALLOW_GUESTS or S_USER_LOGGED_IN -->
<!-- IF .topicrow -->
<div class="forumbg">
<div class="inner">
<ul class="topiclist">
<li class="header">
<dl class="row_item">
<dt><div class="list-inner">{L_ANNOUNCEMENTS}</div></dt>
<dd class="posts">{L_REPLIES}</dd>
<dd class="views">{L_VIEWS}</dd>
<dd class="lastpost"><span>{L_LAST_POST}</span></dd>
</dl>
</li>
</ul>
<ul class="topiclist forums">
<!-- BEGIN topicrow -->
<li class="row<!-- IF topicrow.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
<dl class="row_item {topicrow.TOPIC_IMG_STYLE}">
<dt<!-- IF topicrow.TOPIC_ICON_IMG and S_TOPIC_ICONS --> style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{topicrow.TOPIC_FOLDER_IMG_ALT}">
<!-- IF topicrow.S_UNREAD and not S_IS_BOT --><a href="{topicrow.U_NEWEST_POST}"class="icon-link"></a><!-- ENDIF -->
<div class="list-inner">
<!-- IF S_ALLOW_EVENTS -->
<!-- EVENT topiclist_row_prepend -->
<!-- ENDIF -->
<!-- IF topicrow.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a><br />
<!-- IF not S_IS_BOT -->
<div class="responsive-show" style="display: none;">
{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » <a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{topicrow.FIRST_POST_TIME}</a>
</div>
</dt>
<dd class="posts">{topicrow.REPLIES} <dfn>{L_REPLIES}</dfn></dd>
<dd class="views">{topicrow.VIEWS} <dfn>{L_VIEWS}</dfn></dd>
<dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.TOPIC_LAST_AUTHOR}
<a href="{topicrow.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{LAST_POST_IMG}</a><br />{topicrow.LAST_POST_TIME}</span>
</dd>
<!-- ENDIF -->
</dl>
</li>
<!-- END topicrow -->
</ul>
</div>
</div>
<!-- ENDIF -->
<!-- ENDIF -->
<!-- ENDIF -->
event i pressed ctr+R and ctro+F5
- ivailo95
- Registered User
- Posts: 888
- Joined: Tue Sep 05, 2017 8:00 am
- Location: Bulgaria
- Name: Ivailo
- Contact:
Re: Announcement on Index - problem
Remember: You only know what you know and - you don't know what you don't know!
My CDB Contributions | How to install an extension
I will not be accepting translations for any of my extensions in Github - please post any translations in the appropriate topic.
No support requests via PM or email as they will be ignored
- david63
- Registered User
- Posts: 18868
- Joined: Thu Dec 19, 2002 8:08 am
- Location: Lancashire, UK
- Contact:
Re: Announcement on Index - problem
https://i.imgur.com/ni1IzOU.png but again ..
- ivailo95
- Registered User
- Posts: 888
- Joined: Tue Sep 05, 2017 8:00 am
- Location: Bulgaria
- Name: Ivailo
- Contact:
Re: Announcement on Index - problem
Remember: You only know what you know and - you don't know what you don't know!
My CDB Contributions | How to install an extension
I will not be accepting translations for any of my extensions in Github - please post any translations in the appropriate topic.
No support requests via PM or email as they will be ignored
- david63
- Registered User
- Posts: 18868
- Joined: Thu Dec 19, 2002 8:08 am
- Location: Lancashire, UK
- Contact: