MyBB Community Forums

Full Version: Pro Attachments
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Nice plugin Kevin Smile
Thank you nice plugin Smile
good work
this plugin works great
Thank's Kevin (عالیه کوین)
Updated For MyBB 1.6! Wink
Where can I change the color of the whitish top bar around the ProAttachment frame and even the text color where the name of the attachment is in that top bar ?
Few bug fixes.

Open (proattach.php) in notepad.

Find:
times
Replace With:
time(s)

Open current theme template navigate to (Post Bit Templates -> postbit_attachments).

Find:
<br>
<br>
<fieldset>
<legend><strong>{$lang->postbit_attachments}</strong></legend>
{$post['attachedthumbs']}
{$post['attachedimages']}
{$post['attachmentlist']}
</fieldset>
Replace With:
<br>
<br>
<!-- <fieldset> -->
<!-- <legend><strong>{$lang->postbit_attachments}</strong></legend> -->
{$post['attachedthumbs']}
{$post['attachedimages']}
{$post['attachmentlist']}
<!-- </fieldset> -->

Now it should be cleaned up a bit more and look like this.

[Image: 34fxjkj.png]
Unfortunately that doesn't help me with the issue.

[Image: proattachproblem.th.jpg]

As you can see with that white top bar I just don't see the Attachment title in it.
(2010-08-13, 08:35 AM)Wolfseye Wrote: [ -> ]Unfortunately that doesn't help me with the issue.

[Image: proattachproblem.th.jpg]

As you can see with that white top bar I just don't see the Attachment title in it.

Indeed I was just posting it for future users for fix. I'm new here and putting the little bit that I know to fixing the bugs/problems with plugins and forum problems that bother me the most. Toungue
Add this to your themes global.css :

.attachheader {
color:#000000; 
}

That will change the header text to black.
Guys it is not working for me here i need the old plugin...i am mybb 1.4.13
Pages: 1 2 3