[STYLE] - Black Pearl And Rainbow Pearl »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - [STYLE] - Black Pearl And Rainbow Pearl



Mighty Gorgon [ Sat 28 Jul, 2012 10:42 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
I have designed the style based on subSilver, but the real issue is that subSilver tables are differents. And there is no way to have those kind of rounded corners with subSilver current template (unless you are going to rewrite it using HTML 5 and CSS 3 features).

That means that you can use "inheritance", but then you are not going to get properly rounded tables. This is the reason why I didn't enable inheritance.

You can try doing that and displaying the result, if you are satisfied with that, you can leave the option enabled.


Joshua203 [ Thu 30 Aug, 2012 15:18 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
I noticed the German Black Pearl buttonpack for phpbb3 is missing these buttons (thanks to Faethor, who made me notice ):


TheSteffen [ Sat 01 Sep, 2012 11:12 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Joshua203 wrote: [View Post]
I noticed the German Black Pearl buttonpack for phpbb3 is missing these buttons (thanks to Faethor, who made me notice ):

For Rainbow Pearl too
On my local hdd i have all buttons insite

Maybe MG changed something... thanks for reporting it


Mighty Gorgon [ Sun 09 Sep, 2012 18:10 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Honestly I don't know what happened!

Steffen, when you have some time can you please send me again those buttons for all languages?

Thanks


Mighty Gorgon [ Sun 09 Sep, 2012 18:11 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Styles updated for phpBB 3.0.11.


TheSteffen [ Tue 11 Sep, 2012 21:32 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Mighty Gorgon wrote: [View Post]
Steffen, when you have some time can you please send me again those buttons for all languages?

I send you blackpearl buttons for 18 languages
Rainbow Pearl need some extra time.


Mighty Gorgon [ Sat 15 Sep, 2012 10:27 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Thanks Steffen, I have updated the download page for Black Pearl.


Etz [ Fri 25 Jan, 2013 08:24 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
As I decided to use Black Pearl theme as our forum main theme, I have translated all Buttons to Estonian.
Unfortunately I wasnt able to get original font, so they are slightly different, but still close enough.

Also I would like to share those to others, but I dont know how...


Limun [ Fri 25 Jan, 2013 08:33 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Etz wrote: [View Post]

Also I would like to share those to others, but I dont know how...


i think the best way to do this is that you put all buttons in zip file and upload here in new topic
you can use add attachment below


Joshua203 [ Fri 25 Jan, 2013 11:01 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Limun wrote: [View Post]
i think the best way to do this is that you put all buttons in zip file and upload here in new topic
you can use add attachment below

Right... and maybe one of us can make some time free to make them have the correct font

Thanks for your effort sofar Etz!


Etz [ Fri 25 Jan, 2013 15:33 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Will upload them later, when I get home.

Anyway thanks for your support...


Joshua203 [ Fri 25 Jan, 2013 15:51 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
please try to add a text file with all button tranlsations clearly typed (like "quote_button.png = Quote"), so we can copy text easilly when we add the correct font.


Etz [ Fri 25 Jan, 2013 18:50 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Ok, as you will recreate those with original font, you have less work than I had.
As some of those arent translatable to estonian and we use same terminology.

For example IP is IP, Jabber is Jabber, etc.

I had to redo all, as I didnt have correct Font, so I used Trebuchet MS to match the theme...


Mighty Gorgon [ Wed 06 Feb, 2013 10:08 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Thanks for sharing these buttons.

As soon as Steffen has some free time I'm sure he will re-do the buttons with the right font (Bank Gothic if I remember correctly!) and I will update the download link for the style.

Thanks!


TheSteffen [ Sun 03 Mar, 2013 20:33 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Yes, I will do the buttons...
Thanks for sharing it.


Mighty Gorgon [ Tue 01 Oct, 2013 23:17 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Style updated to phpBB 3.0.12


ChiChi777 [ Sun 05 Jan, 2014 13:36 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Hello!

Thank you to the Rainbow Pearl style, i love it ^^

But i have few problems: how can i delete the contacts from the profile? I need only e-mail and PM, and i don't need MSNM/WLM, YIM, AIM, ICQ, Jabber.
I deleted these from the styles/rainbowpearl/template/ucp_profile_profile_info.html, and /memberlist_view.html and memberlist_search.html files, and I can't see these in the User Control Panel, but they are still on the profile
And how can i make custom profile fields to the left side, under the contacts?

Like this:
http://tinyurl.com/ox38nus

Can you help me?

(Sorry for my english :$ )

Chi


Mighty Gorgon [ Sun 05 Jan, 2014 21:21 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Hi ChiChi777, the file you need to edit is the following:

styles/rainbow_pearl/template/ucp_profile_profile_info.html

You have to remove IM links there and then you can move "Custom Profile Fields" where you like.

The block for "Custom Profile Fields" is the following:
Code: [Hide] [Select]
<!-- BEGIN profile_fields -->
<tr>
<td class="row1" width="35%">
<b class="genmed">{profile_fields.LANG_NAME}: </b>
<!-- IF profile_fields.S_REQUIRED --><b>*</b><!-- ENDIF -->
<!-- IF profile_fields.LANG_EXPLAIN --><br /><span class="gensmall">{profile_fields.LANG_EXPLAIN}</span><!-- ENDIF -->
</td>
<td class="row2">{profile_fields.FIELD}<!-- IF profile_fields.ERROR --><br /><span class="gensmall error">{profile_fields.ERROR}</span><!-- ENDIF --></td>
</tr>
<!-- END profile_fields -->


Make sure you move the block with the table, since it is a table row.


ChiChi777 [ Sun 12 Jan, 2014 15:29 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Thx :)

I don't know why, but it doesn't work :( The contacts are still on the profile. And I can't make custome profile fields in the user control panel to the left side :(


Mighty Gorgon [ Mon 13 Jan, 2014 10:34 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Did you refresh the cache?

Regarding moving the custom profile fields, you need to move the whole block onto the other table. For doing that you need to know some basics of html which I would expect you to know... otherwise it will be very tough to reach your goal properly.


VSaBaH [ Tue 28 Oct, 2014 20:07 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Do you have plans to port Black Pearl to 3.1?


Mighty Gorgon [ Thu 30 Oct, 2014 09:32 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Currently I think I'll drop support for phpBB 3 styles and mod completely.

I have no plan in upgrading those styles, since I really lack of free time.

I'm sorry.


VSaBaH [ Thu 30 Oct, 2014 12:16 ]
Post subject: Re: [STYLE] - Black Pearl And Rainbow Pearl
Mighty Gorgon wrote: [View Post]
Currently I think I'll drop support for phpBB 3 styles and mod completely.

I have no plan in upgrading those styles, since I really lack of free time.

I'm sorry.


Hmm ok... Thanks for your projects and helps




Powered by Icy Phoenix