http://www.icyphoenix.com/viewtopic.php?f=32&t=6127&p=41727#p41727
-----------------------------------
Joshua203
Thu 23 Jul, 2009 21:36

Re: Blackpearl Tabletitle Question
-----------------------------------
1. i use phpbb3 3.5 (bpearl up to date 4.6)

2. mooshow is in fap css
this is 6 of 13 errors i get (the other 7 is me colorizsing the scrollbar for explorer)

 [img]http://www.icyphoenix.com/files/images/5259/w3c_validator.jpg[/img] 

* "bestaat niet" means "does not exist"

3. i will go back in my edits and will post back in this thread with the small modifications i made  and maybe add some screenies with the result (it seems to work ok the way i did it.. and believe me that is amazing for this bozo the clown in wonderland ...hahaha

4. i will try this and see what it gives me after i ve provided point 3!

so thanks a million sofar MG, i ll post back as soon as posible ;-)

____________________________________
Editted in later:
--------------------------------------------------

having a quick look i think i got it covered edits are in three files and one new language entree was used

in ucp_pm_viewfolder.html now have this line

[code linenumbers=false]	<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><div class="tbl-title">{CUR_FOLDER_NAME} {L_FOLDERCONTENT}</div></div></div></div>[/code]

where you see cur_folder_name and l_folder_content there used to be a double &nbsp;

and i created a language entree for foldercontent
[code linenumbers=false]'FOLDERCONTENT'  => 'Folder Content',[/code]


in ucp_pm_viewmessage i now have this

[code linenumbers=false]
<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><div class="tbl-title">{L_VIEW_PM_INFO}</div></div></div></div>[/code]
same story with the &nbsp;

and finaly ..in ucp_pm_header
[code linenumbers=false]<div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><div class="tbl-title">{CUR_FOLDER_NAME}</div></div></div></div>[/code]

like i said i ve not seen a downside to my edits yet

this gives a nice inbox-, outbox- and sentbox title and the extra language entree makes it avoid having two titles look exactly alike right above oneanother

i hope this helps a little in your great work of art... ILUVIT (sssssstttt sometimes i hate it too  :mricy: )


