Remove Titlebar Text From Uploaded Image Attachment ? »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - Remove Titlebar Text From Uploaded Image Attachment ?



St0ney [ Tue 06 Nov, 2012 18:37 ]
Post subject: Remove Titlebar Text From Uploaded Image Attachment ?
Hi I've been playing around with the uploaded Image Attachments.

The Style I'm using is Black Pearl for Phpbb.

I have the Title bar / Border removed, and the Text under the image also removed.
Also have the image now center in the post.

The last thing, I'm trying to do is Remove the TEXT (Attachment:) on the Top Left above the image.



Here's what I have so Far: I circled what I'm trying to Remove.
Goal make uploaded attached Images look like the IMG tags were used.


lemmon_03

I've looked everywhere, But can't seems to find the right page to edit.

Thanks in Advance
St0ney


Joshua203 [ Wed 07 Nov, 2012 00:03 ]
Post subject: Re: Remove Titlebar Text From Uploaded Image Attachment ?
Hi St0ney,

I have moved this thread out of the IcyPhoenix section to the phpbb section, because that's where it belongs.

Right now it's very inconveniant for me to start searching for a solution but I do have an alternative suggestion that may be intresting for you to look at:
http://www.icyphoenix.com/viewtopic.php?f=32&t=2623

This is a stand alone gallery that would also add the option to upload images and add them as bbcode to posts (all this while posting a message).
This would leave your attachements bbcode intact.


St0ney [ Wed 07 Nov, 2012 01:03 ]
Post subject: Re: Remove Titlebar Text From Uploaded Image Attachment ?
Thanks I figured it out,
But could not post. 24 hour waiting unless someone else replies.

I edited "bbcode.html"

Code: [Hide]
  1. <div class="attachtitle">{L_ATTACHMENT}:</div><div class="attachcontent"> 



Just took out the {L_ATTACHMENT}:

Code: [Hide]
  1. <div class="attachtitle"></div><div class="attachcontent"> 


That Seemed to work.


Joshua203 [ Wed 07 Nov, 2012 16:12 ]
Post subject: Re: Remove Titlebar Text From Uploaded Image Attachment ?
Personally I would not do it that way because it will affect ALL attachements, not just images.
But I'll mark this solved because you seem to be happy with it




Powered by Icy Phoenix