MOVING PARTS OF STANDARD BOARD 3 TO OTHER SIDES

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
ixl
Sponsor
Posts: 83
Joined: 26. October 2009 21:40
phpBB.de User: IXL
phpBB.com User: IXLUKCOM
Location: UK
Contact:

MOVING PARTS OF STANDARD BOARD 3 TO OTHER SIDES

Post 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.
I.X.L

Just because it worked for you, doesnt mean it's right. ;)

http://WWW.TEAMGAMERS.CO.UK
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: MOVING PARTS OF STANDARD BOARD 3 TO OTHER SIDES

Post 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.

Topic author
ixl
Sponsor
Posts: 83
Joined: 26. October 2009 21:40
phpBB.de User: IXL
phpBB.com User: IXLUKCOM
Location: UK
Contact:

Re: MOVING PARTS OF STANDARD BOARD 3 TO OTHER SIDES

Post 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
I.X.L

Just because it worked for you, doesnt mean it's right. ;)

http://WWW.TEAMGAMERS.CO.UK
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: MOVING PARTS OF STANDARD BOARD 3 TO OTHER SIDES

Post 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 -->
V.G. archivar
sorry for my bad english

Topic author
ixl
Sponsor
Posts: 83
Joined: 26. October 2009 21:40
phpBB.de User: IXL
phpBB.com User: IXLUKCOM
Location: UK
Contact:

Re: MOVING PARTS OF STANDARD BOARD 3 TO OTHER SIDES

Post by ixl »

Hi Archivar,

Your so helpful... :)
I.X.L

Just because it worked for you, doesnt mean it's right. ;)

http://WWW.TEAMGAMERS.CO.UK

Topic author
ixl
Sponsor
Posts: 83
Joined: 26. October 2009 21:40
phpBB.de User: IXL
phpBB.com User: IXLUKCOM
Location: UK
Contact:

Re: MOVING PARTS OF STANDARD BOARD 3 TO OTHER SIDES

Post 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.
I.X.L

Just because it worked for you, doesnt mean it's right. ;)

http://WWW.TEAMGAMERS.CO.UK
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: MOVING PARTS OF STANDARD BOARD 3 TO OTHER SIDES

Post by Marc »

Take a look at the language files, especially lang_portal.php.

Topic author
ixl
Sponsor
Posts: 83
Joined: 26. October 2009 21:40
phpBB.de User: IXL
phpBB.com User: IXLUKCOM
Location: UK
Contact:

Re: MOVING PARTS OF STANDARD BOARD 3 TO OTHER SIDES

Post by ixl »

Aha !

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

Much appreciated Marc.

IXL
I.X.L

Just because it worked for you, doesnt mean it's right. ;)

http://WWW.TEAMGAMERS.CO.UK
Locked

Return to “board3 Portal 1.0.x - English Support”