[RC] Top Attachments
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
[DEV] Top Attachments
Here is a video to show the error better on your site and the fixed code on my site hope you understand what i'm trying to say.You do not have the required permissions to view the files attached to this post.
[DEV] Top Attachments
@martin123456, thanks for reporting (nice video).
What is the difference between your and mine code?
One breaking space
To be honest, I didn't notice this error in my browsers (IE, FF, Chrome).
Going forward, now I removed all spaces from this piece of code (on my board only) and it looks like :topa.css file I left without changes
Could you please check again on my site, whether the error is still exist ?
If so, press Ctrl + F5 several times, please.
Let me know what happened, thanks.
What is the difference between your and mine code?
Code: Select all
<div class="topa_copy2">
<li class="row">
<dl>
<dt class="topa_uinf">
<span class="topa_credit">{L_TOPA_CR}
<a href="#" title="{L_TOPA_CREDIT_1}"><div class="topa_cr1"></div></a>
<a href="#" title="{L_TOPA_CREDIT_2}"><div class="topa_cr1"></div></a>
<a href="#" title="{L_TOPA_CREDIT_3}"><div class="topa_cr2"></div></a>
</span>{TOPA_UINF}
</dt>
</dl>
</li>
</div>
Code: Select all
<div class="topa_copy2">
<li class="row">
<dl>
<dt class="topa_uinf">
<span class="topa_credit">{L_TOPA_CR}
<a href="#" title="{L_TOPA_CREDIT_1}"><div class="topa_cr1"></div></a>
<a href="#" title="{L_TOPA_CREDIT_2}"><div class="topa_cr1"></div></a>
<a href="#" title="{L_TOPA_CREDIT_3}"><div class="topa_cr2"></div></a>
</span>{TOPA_UINF}
</dt>
</dl>
</li>
</div>
, am I right? To be honest, I didn't notice this error in my browsers (IE, FF, Chrome).
Going forward, now I removed all spaces from this piece of code (on my board only) and it looks like :
Code: Select all
<div class="topa_copy2">
<li class="row">
<dl>
<dt class="topa_uinf">
<span class="topa_credit">{L_TOPA_CR}
<a href="#" title="{L_TOPA_CREDIT_1}"><div class="topa_cr1"></div></a>
<a href="#" title="{L_TOPA_CREDIT_2}"><div class="topa_cr1"></div></a>
<a href="#" title="{L_TOPA_CREDIT_3}"><div class="topa_cr2"></div></a>
</span>{TOPA_UINF}
</dt>
</dl>
</li>
</div>
Could you please check again on my site, whether the error is still exist ?
If so, press Ctrl + F5 several times, please.
Let me know what happened, thanks.
[DEV] Top Attachments
this line
replace with
i have it working perfect as you can see in the video.
still the same on your board on both styles se_square was ok but not now.
Code: Select all
<a href="#" title="{L_TOPA_CREDIT_3}"><div class="topa_cr2"></div></a>
Code: Select all
<a href="#" title="{L_TOPA_CREDIT_3}"><div class="topa_cr2"></div></a>
still the same on your board on both styles se_square was ok but not now.
[DEV] Top Attachments
Ok martin, tank you very much for your help.
Anyone else can confirm this error, please?
Anyone else can confirm this error, please?
[DEV] Top Attachments
Confirmed on fresh install of phpbb http://www.blades-place.dyndns.info/chat/index.php
[DEV] Top Attachments
It's all looking good all4phone.
The only thing I saw was two titles were centered and the content below it was not.
I see now you have "4 MOST DOWNLOADED ATTACHMENTS" title in line with the content below it.
Your "LOCATED (TOPIC TITLE)" could be, not centered so it will line up with the content below it.
Nice work! Nice mod!
The only thing I saw was two titles were centered and the content below it was not.
I see now you have "4 MOST DOWNLOADED ATTACHMENTS" title in line with the content below it.
Your "LOCATED (TOPIC TITLE)" could be, not centered so it will line up with the content below it.
Nice work! Nice mod!

[DEV] Top Attachments
Guys, thanks for reporting
.
@Sniper_E, to be precise, first column on the left isn't centered (title and content also). Last right column has title centered only (has formatting:
Everything else should be centered. Thanks for your appreciation

@martin123456, strange, I see no error on your board I think the divs insidemartin123456 wrote:Confirmed on fresh install of phpbb yourdomain.com • Index page
<dt class="topa_uinf">
don't need extra breaking spaces, because I use float:right
formatting for these divs, but I could be wrong.@Sniper_E, to be precise, first column on the left isn't centered (title and content also). Last right column has title centered only (has formatting:
text-align: center
, content isn't.Everything else should be centered. Thanks for your appreciation

You do not have the required permissions to view the files attached to this post.
[DEV] Top Attachments
First post updated to v 0.1.2
new:
- added ACP control attachments extension
new download
new screenshot
new:
- added ACP control attachments extension
new download
new screenshot
[DEV] Top Attachments
Nice update
This part breaks W3C
This part breaks W3C
Code: Select all
<div class="topa_copy2">
<li class="row">
<dl>
<dt class="topa_uinf">
<span class="topa_credit">{L_TOPA_CR}
<a href="#" title="{L_TOPA_CREDIT_1}"><div class="topa_cr1"></div></a>
<a href="#" title="{L_TOPA_CREDIT_2}"><div class="topa_cr2"></div></a>
<a href="#" title="{L_TOPA_CREDIT_3}"><div class="topa_cr3"></div></a>
</span>{TOPA_UINF}
</dt>
</dl>
</li>
</div>