https://www.icyphoenix.com/viewtopic.php?f=32&t=5824 ----------------------------------- tring2200 Mon 11 May, 2009 20:57 Black Pearl And Rainbow Pearl Mod Integrations ----------------------------------- A quick question... I understand that Black and Rainbow pearl were designed for the most part with Prosilver in mind. But which .css file do I make changes to when the mod tells be to make changes to the: button.css and colour.css files? I am trying to add the alightner calendar to the sight and this keeps coming back as a block. ([url=http://www.phpbb.com/community/viewtopic.php?f=70&t=666195]alightner calendar) Any help or ides would be great. Tim ----------------------------------- Huor Wed 13 May, 2009 01:49 Re: Black Pearl And Rainbow Pearl Mod Integrations ----------------------------------- I have added this mod to my phpBB3 forum too. It was just some work to make it looking good. Had nearly to rewrite the whole html files. And forget about those css files. They are not existant on black pearl. I have taken one or two style definitions - the rest can be deleted anyway^^ You can see my calender adjustments here: [url=http://trf.mc-sig.de/calendar.php]TRF Board Calendar gonna try to post my html files and those two css entries soon. Before please let me know if its that what you want! Greets Huor ----------------------------------- tring2200 Wed 13 May, 2009 18:15 Re: Black Pearl And Rainbow Pearl Mod Integrations ----------------------------------- Wow, nice job. And you are using this to post upcoming events huh? Very nice integration. I just started yesterday to do a rebuild of the files myself. If you could post your files I would greatly appreciate it. Tim ----------------------------------- Huor Thu 14 May, 2009 00:36 Re: Black Pearl And Rainbow Pearl Mod Integrations ----------------------------------- Ahoy here are the codes: Sorry didnt found another way to post 'em... Hope it helps ya. calendar.html [spoiler][code linenumbers=true]

<<

 

{CALENDAR_HEADER}

 

>>

{CALENDAR_VIEW_OPTIONS}

{SUNDAY} {MONDAY} {TUESDAY} {WEDNESDAY} {THURSDAY} {FRIDAY} {SATURDAY}
 
{calendar_days.NUMBER} {calendar_days.NUMBER}

{calendar_days.BIRTHDAYS}

{calendar_days.events.ETYPE_DISPLAY_NAME} {calendar_days.events.ETYPE_DISPLAY_NAME}: {calendar_days.events.EVENT_SUBJECT}
{L_ALL_DAY} {L_FROM_TIME}: {calendar_days.events.START_TIME}
{L_TO_TIME}: {calendar_days.events.END_TIME}
 

[/code][/spoiler] calendar_next_events_on_index.html [spoiler][code linenumbers=true]
[/code][/spoiler] calendar_post_body.html [spoiler][code linenumbers=true]

{L_CALENDAR_TITLE}

{L_POST_A}
{S_HIDDEN_FIELDS}        
 
{S_FORM_TOKEN}

[/code][/spoiler] calendar_post_buttons.html [spoiler][code linenumbers=true] {L_FONT_SIZE}: onmouseover="helpline('cb_{custom_tags.BBCODE_ID}')" onmouseout="helpline('tip')" /> colspan="2"> {L_FONT_COLOR} [/code][/spoiler] calendar_post_editor.html [spoiler][code linenumbers=true] {ERROR} {MONTH_SEL} {DAY_SEL} {YEAR_SEL} {START_HOUR_SEL} {START_MIN_SEL} {ALL_DAY_CHECK} {END_MONTH_SEL} {END_DAY_SEL} {END_YEAR_SEL} {END_HOUR_SEL} {END_MIN_SEL} {EVENT_TYPE_SEL} {EVENT_ACCESS_LEVEL_SEL} {EVENT_GROUP_SEL} {L_MESSAGE_BODY}:
{L_MESSAGE_BODY_EXPLAIN} 

{L_SMILIES}
{smiley.SMILEY_CODE}
{L_MORE_SMILIES}
{L_OPTIONS}:
{BBCODE_STATUS}
{IMG_STATUS}
{FLASH_STATUS}
{URL_STATUS}
{SMILIES_STATUS}
[/code][/spoiler] calendar_post_preview.html [spoiler][code linenumbers=true]
{L_PREVIEW}
{L_POST_SUBJECT}: {PREVIEW_SUBJECT}
{MINI_POST_IMG} {L_POSTED}: {POST_DATE}
{PREVIEW_MESSAGE}

_________________
{PREVIEW_SIGNATURE}
{PREVIEW_START_DATE}
{PREVIEW_START_DATE}
{PREVIEW_END_DATE}
{PREVIEW_INVITED}
{PREVIEW_POSTER}
 
 

[/code] calendar_view_day.html [code linenumbers=true]
<<  

{CALENDAR_HEADER}

  >>

{CALENDAR_VIEW_OPTIONS}

{time_headers.TIME} {time_headers.AM_PM}
  {events.ETYPE_DISPLAY_NAME} {events.ETYPE_DISPLAY_NAME}: {events.EVENT_SUBJECT}
{L_ALL_DAY} {L_FROM_TIME}: {events.START_TIME}
{L_TO_TIME}: {events.END_TIME}
{events.DATA}
 
 
{L_NO_EVENTS_TODAY}
 
 
[/code][/spoiler] calendar_view_event.html [spoiler][code linenumbers=true]
{L_CALENDAR_TITLE}

{ETYPE_DISPLAY_NAME}: {SUBJECT}


{MESSAGE}
{L_DELETE_POST}   {L_EDIT_POST}
{START_DATE}
{START_DATE}
{END_DATE}
 
 

[/code][/spoiler] calendar_week_on_index.html [spoiler][code linenumbers=true]
<<  

{CALENDAR_HEADER}

  >>

{CALENDAR_VIEW_OPTIONS}

{SUNDAY} {MONDAY} {TUESDAY} {WEDNESDAY} {THURSDAY} {FRIDAY} {SATURDAY}
 
{calendar_days.NUMBER}{calendar_days.NUMBER}

{calendar_days.BIRTHDAYS}

{calendar_days.events.ETYPE_DISPLAY_NAME} {calendar_days.events.ETYPE_DISPLAY_NAME}: {calendar_days.events.EVENT_SUBJECT}
{L_ALL_DAY} {L_FROM_TIME}: {calendar_days.events.START_TIME}
{L_TO_TIME}: {calendar_days.events.END_TIME}
[/code][/spoiler] ----------------------------------- tring2200 Thu 14 May, 2009 21:31 Re: Black Pearl And Rainbow Pearl Mod Integrations ----------------------------------- Wow Thanks, I am downloading them right now. You rock. Tim ----------------------------------- Huor Fri 15 May, 2009 00:13 Re: Black Pearl And Rainbow Pearl Mod Integrations ----------------------------------- Well already figured out that i did not changed the last file already ;) I am not using it at the moment... Its for when youn display the calendar on your forum index... ----------------------------------- Joshua203 Thu 11 Feb, 2010 16:15 Re: Black Pearl And Rainbow Pearl Mod Integrations ----------------------------------- for starters thanks for saving me alot of work and time on this sofar Huor, i've only had to modify your calendar_posting_preview.html sofar because i have a modded sig thingy also thanks for pointing out this one (last) file was not changed yet, i ll try looking into this to keep me from future suprises :wink: (i would probably not have noticed until or if i switched this on :oops: ) sofar i did a quick view and it allready looks quite good, but i still have a few questions and it maybe easier to just ask before looking into this myself: - i noticed there's a few files from the prosilver directory you did not mention or post above: - the imageset/language folders (are they used?) - the calendar_next_events_for_x_days.html, calendar_view_day.html, ucp_main_calendar_myevents.html, ucp_main_calendar_registration.html (would these files need modifications too?) [quote=Huor]I have taken one or two style definitions - the rest can be deleted anyway^^[/quote] wich ones? can you be more specific on this? thanks in advance for your reply, ..Joshua203 :wink: PS if anyone happens to have a copy of the dutch translation to this (the link on the author's thread is dead) ... it would also safe me alot of work to translate it completely in stead of just adjust it alittle, i would appreciate it very much if someone could post it here (or there :mryellow: ) :wink: if nobody will respond to this last request for the tranlation i will also request it in the author's thread ofcorse