Page 1 of 1

MOVING PARTS OF STANDARD BOARD 3 TO OTHER SIDES

Posted: 22. August 2010 10:59
by ixl
Hi all,

Im really pleased with Board 3 portal and how its turned out.

I just have a few questions that I would really like some help with.

All I want to do is :

1, move the "paypal block" so it can only be seen by registered users. ( and where can I add some text for what it is there donating to, to the re-directed paypal page ?)
2, move the clock from the left side to the right side, so its just above the calendar.
3, move the birthdays block to the right side, so its just below the calendar.

Im usisng CA_Black as my template ( see here http://www.teamgamers.co.uk ).

Can anyone give me any advise, to save me a little time?

It would be much appreciated.

Re: MOVING PARTS OF STANDARD BOARD 3 TO OTHER SIDES

Posted: 22. August 2010 12:02
by Marc
If I were you, I would take a look at this:
Knowledge Base: Moving blocks / change order

And I'll move your topic to the English Board3 Portal Support Forum.

Re: MOVING PARTS OF STANDARD BOARD 3 TO OTHER SIDES

Posted: 22. August 2010 15:32
by ixl
Hi,

Thanks. I put it in the mod section, because I thought the paypal part was a mod as such. However thanks anyway.

Ive read through the suggested help and I appreciate that. :) I will try that out. Does anyone know how to restrict the view of a block, ie in my case, the paypal one, so that only registered users see it?

That would be really helpful.

Thanks

IXL

Re: MOVING PARTS OF STANDARD BOARD 3 TO OTHER SIDES

Posted: 22. August 2010 16:11
by archivar
open: root/styles/your style/template/portal/portal_center.html

Find
Tip: This may be a partial find and not the whole line.

Code: Select all

<!-- IF S_DISPLAY_PAY_C -->
	<!-- INCLUDE portal/block/donation.html -->
<!-- ENDIF -->
Replace with
Tip: Replace the preceding line(s) to find with the following lines.

Code: Select all

<!-- IF S_USER_LOGGED_IN and not S_IS_BOT -->
	<!-- IF S_DISPLAY_PAY_C -->
		<!-- INCLUDE portal/block/donation.html -->
	<!-- ENDIF -->
<!-- ENDIF -->

Re: MOVING PARTS OF STANDARD BOARD 3 TO OTHER SIDES

Posted: 22. August 2010 22:03
by ixl
Hi Archivar,

Your so helpful... :)

Re: MOVING PARTS OF STANDARD BOARD 3 TO OTHER SIDES

Posted: 25. August 2010 13:11
by ixl
Hi all,

Does anyone know where exactly the text is , so I can edit it, for the paypal block where it states :
" ..... is a group supplying services with no intention of any monetary profit. Your donations are welcome so that the cost of our server, domain name, etc. can be covered."
I just wanted to edit it slightly.

I cant see it in either the donations.html or elsewhere...

Any help would be great.

Thanks.

Re: MOVING PARTS OF STANDARD BOARD 3 TO OTHER SIDES

Posted: 25. August 2010 18:53
by Marc
Take a look at the language files, especially lang_portal.php.

Re: MOVING PARTS OF STANDARD BOARD 3 TO OTHER SIDES

Posted: 26. August 2010 09:09
by ixl
Aha !

Thank you so much, yes, I found it :)

Much appreciated Marc.

IXL