archers-rest
|
How do I change index page?Index page = http://archersrest.myfreeforum.org/index.php?component=indexpage
Instead of having latest articles portal I want to add a general welcome blog, a couple of pics and some text, the rest of the page to be left as it is.
Can anyone advise?
I have used search and can not find a straight answer to the question.
|
Symon
|
When i did mine i had access to some files that were not on general release shall we say.
I,m not sure if this is possible but if it is you would need to look at the portal templates
|
archers-rest
|
Cheers, any idea which one?
|
admin (no pm's please)
|
You should be able to use the BLANK component, and use:
[OPTIONS]
indexpage=MYPAGE
[MYPAGE]
component=BLANK
name=MYPAGE
|
archers-rest
|
You mean the cms_blank.tpl ?
e.g.
| Code: | <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
<tr>
<td class="row1" align="center">
Template does not exist.
</td>
</tr>
</table> |
Do I just add html to that ?
If yes than this
| Quote: | You should be able to use the BLANK component, and use:
[OPTIONS]
indexpage=MYPAGE
[MYPAGE]
component=BLANK
name=MYPAGE |
needs popping into the control pannel ?
|
archers-rest
|
|
archers-rest
|
Could someone give me an answer on this please I dont want to mess it up and have to come back for even more advice
|
admin (no pm's please)
|
As all this does appear on the www index page, it is actually never going to mess up your main forum. So you can try things out incrementally and remove them and ask about them if they don't do as expected.
Developing custom pages with the portal is still in its infancy, so people doing it are having to break new ground, so not many people have the experience to post instructions. Even I have not done much more than put the facilities in place to be used.
|
Nick(NR)
|
| admin wrote: | | Developing custom pages with the portal is still in its infancy, so people doing it are having to break new ground, so not many people have the experience to post instructions. Even I have not done much more than put the facilities in place to be used. |
New ground that crumbles a little each step at times.
my main reason below:
http://forum.myfreeforum.org/ftopic7043.php
|
admin (no pm's please)
|
Well maybe at some point there can be a bit of a "Wizard" to help set it all up.
|
archers-rest
|
Right them I'm going in, be prepared for some more questions
Am I on the right lines with this though
| archers-rest wrote: | You mean the cms_blank.tpl ?
e.g.
| Code: | <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
<tr>
<td class="row1" align="center">
Template does not exist.
</td>
</tr>
</table> |
Do I just add html to that ?
If yes than this
| Quote: | You should be able to use the BLANK component, and use:
[OPTIONS]
indexpage=MYPAGE
[MYPAGE]
component=BLANK
name=MYPAGE |
needs popping into the control pannel ? |
|
|
|