Hi,
I have installed the portal no prob so far but just want to know a few questions if i can please?
1.Can you rearange blocks? (e.g put donation block to the top..)
2.How would you add an link like " arcade.php " to the top left menu block.
3.How can i add custom blocks?
4. How do i get the portal link in the top left of the forum?
Thanks and i hope you can help me with this exellent portal
Jak01 Admin of http://www.jak01.com
A few questions....
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.
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.
Re: A few questions....
Go to yourforum/styles/yourstyle/template/portal/ folder and find the portal_body.html file. Open it in a text-editor (notepad, context, crimson editor etc.), and re-arrange it to whatever you'd like it to be. In the case of donation, you'd simply have to search for "donation", then copy the entire thing with <!-- IF S_DISPLAY_PAY_S --> and <!-- ENDIF --> too, and move it above <!-- IF S_DISPLAY_USERMENU --> to be on top in the right collumn.. Or you can put it in another collumn entirely.Jak01 wrote:1.Can you rearange blocks? (e.g put donation block to the top..)
Open yourforum/styles/yourstyle/template/portal/block/main_menu.html and find a place to add your link.Jak01 wrote:2.How would you add an link like " arcade.php " to the top left menu block.
Adding custom blocks is a little harder. My best suggestion is to take a look at the html files in yourforum/styles/yourstyle/template/portal/block/ and the php files in yourforum/portal/block and see how the developers have done it, or make a request (in addons forum? not sure) and hope someone else is kind enough to help you develope a block.Jak01 wrote:3.How can i add custom blocks?
Not sure about how to do your 4th question, but I hope these helps atleast =)
-
- Site Admin
- Posts: 2989
- Joined: 7. January 2006 20:11
- phpBB.de User: Saint
- phpBB.com User: Saint_hh
- Location: Hamburg
- Contact:
Re: A few questions....
What do you mean? The link to the portal in the menu - beside the index link?Jak01 wrote:4. How do i get the portal link in the top left of the forum?
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~
Kein Support per PN / No support via PM!
Kein Support per PN / No support via PM!
Re: A few questions....
thank you for the quick responses !. and i sorted the 4th question myself .
Just one more question what code would you put in the main_menu.html to add the text "Arcade" that links to jak01.com/phpBB3/arcade.php please?
thanks
Jak01
Just one more question what code would you put in the main_menu.html to add the text "Arcade" that links to jak01.com/phpBB3/arcade.php please?
thanks
Jak01
-
- Site Admin
- Posts: 2989
- Joined: 7. January 2006 20:11
- phpBB.de User: Saint
- phpBB.com User: Saint_hh
- Location: Hamburg
- Contact:
Re: A few questions....
Quick & dirty:
Code: Select all
<li><a href="arcade.php">Arcade</a></li>
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~
Kein Support per PN / No support via PM!
Kein Support per PN / No support via PM!
Re: A few questions....
wicked, thank you again!
Jak01
Jak01