I need to install the forum inside another page (a typical 3 x 3 table, using the middle for the forum). I am SURE that this is answered somewhere in the forum but I have tried any number of search arguments and can't find it.
Sorry, but what's the answer? Can I "insert" the forum pages into other pages. For example, in a "<TD>" in a table?
The wrapper is the way to do it. <!-- BODY GOES HERE --> is the spot in the wrapper which marks where all the middle content is inserted, just nest that in a table cell.
I looked at the script and what I need to do is just the opposite of <!-- BODY GOES HERE -->
I want to create the "typical" left-side/right-side type of layout with the forum in the middle. Logically speaking, the page that I want would have the forum in the <!-- BODY GOES HERE --> and my stuff around the "outside".
If you want your stuff around the body, put it around <!-- BODY GOES HERE -->. Take the existing wrapper -- Admin -> Customizations -> Templates -> Wrapper -- and type the HTML from your existing site as you want it displayed.
Apologies for being so ignorant about this but I can't figure out what's going on. I tried putting code in the <!-- ... --> and get error messages. I can't find the "Customizations" folder that you are talking about. And, when I do I don't know what I am supposed to do with the wrapper. I have dug through all(?) of the documentation on the web site and can't find anything that addresses the <!-- BODY GOES HERE --> tag. Just point me to it and I will take it from there.
It's already in the template. You can move it around.
Customizations is a menu. When you're logged in at your forum, the bottom of your screen has a link "Admin Panel." Click that. There are a bunch of menus on the left, one being "Customizations" which has an option "Templates" for you to click.
Apologies for being so ignorant about this but I can't figure out what's going on. I tried putting code in the <!-- ... --> and get error messages. I can't find the "Customizations" folder that you are talking about. And, when I do I don't know what I am supposed to do with the wrapper. I have dug through all(?) of the documentation on the web site and can't find anything that addresses the <!-- BODY GOES HERE --> tag. Just point me to it and I will take it from there.
TIA
I think I see what you are doing wrong - you are reading it that YOU put your stuff between those comments. But it is the OTHER WAY ROUND.
<!-- BODY GOES HERE --> is the code for the script to put the forum there.
So, You have your template (the wrapper.tpl) and where you want your forum bits to go you put the <!-- BODY GOES HERE --> to let the script know where to put the forum
You are sooooo right about what I confusion was. By chance I figured this out a few hours ago, but thanks anyway for recognizing my frustration.
This product is very impressive (after you figure out how to use it) but the documentation is very UNimpressive. Digging through all sorts of short notes about diverse subjects doesn't help much---unless you already understand what's going on. Just a simple documentation manual would do a LOT more toward helping people understand the power of this product. Luckily I have a good PHP background so I was able to dig through the code to figure out what was going on, but that shouldn't been necessary. If nothing else it would help people if there were a few "real life" examples of page modification that could be looked at so that a pattern could be established.
Comments on Newbie Question: "Embedding" forum
Member
Usergroup: Member
Joined: Jul 23, 2007
Total Topics: 7
Total Comments: 14
I need to install the forum inside another page (a typical 3 x 3 table, using the middle for the forum). I am SURE that this is answered somewhere in the forum but I have tried any number of search arguments and can't find it.
Sorry, but what's the answer? Can I "insert" the forum pages into other pages. For example, in a "<TD>" in a table?
TIA
Expert
Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 391
Total Comments: 1303
Paul will have to answer this as I am not sure.
But I would ask if you really need to do that? The wrapper template is so flexible I am just surprised that anybody would need to do this.
Jill
The Dog Scene Forum
http://www.thedogscene.co.uk/forum/index.php
Member
Usergroup: Member
Joined: Jul 23, 2007
Total Topics: 7
Total Comments: 14
Thanks, Jill,
You may be right but I haven't been able to figure out the wrapper.
Larry
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
The wrapper is the way to do it. <!-- BODY GOES HERE --> is the spot in the wrapper which marks where all the middle content is inserted, just nest that in a table cell.
Member
Usergroup: Member
Joined: Jul 23, 2007
Total Topics: 7
Total Comments: 14
Paul,
I looked at the script and what I need to do is just the opposite of <!-- BODY GOES HERE -->
I want to create the "typical" left-side/right-side type of layout with the forum in the middle. Logically speaking, the page that I want would have the forum in the <!-- BODY GOES HERE --> and my stuff around the "outside".
TIA
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
If you want your stuff around the body, put it around <!-- BODY GOES HERE -->. Take the existing wrapper -- Admin -> Customizations -> Templates -> Wrapper -- and type the HTML from your existing site as you want it displayed.
Member
Usergroup: Member
Joined: Jul 23, 2007
Total Topics: 7
Total Comments: 14
Paul,
Apologies for being so ignorant about this but I can't figure out what's going on. I tried putting code in the <!-- ... --> and get error messages. I can't find the "Customizations" folder that you are talking about. And, when I do I don't know what I am supposed to do with the wrapper. I have dug through all(?) of the documentation on the web site and can't find anything that addresses the <!-- BODY GOES HERE --> tag. Just point me to it and I will take it from there.
TIA
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
It's already in the template. You can move it around.
Customizations is a menu. When you're logged in at your forum, the bottom of your screen has a link "Admin Panel." Click that. There are a bunch of menus on the left, one being "Customizations" which has an option "Templates" for you to click.
Expert
Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 391
Total Comments: 1303
Paul,
Apologies for being so ignorant about this but I can't figure out what's going on. I tried putting code in the <!-- ... --> and get error messages. I can't find the "Customizations" folder that you are talking about. And, when I do I don't know what I am supposed to do with the wrapper. I have dug through all(?) of the documentation on the web site and can't find anything that addresses the <!-- BODY GOES HERE --> tag. Just point me to it and I will take it from there.
TIA
I think I see what you are doing wrong - you are reading it that YOU put your stuff between those comments. But it is the OTHER WAY ROUND.
<!-- BODY GOES HERE --> is the code for the script to put the forum there.
So, You have your template (the wrapper.tpl) and where you want your forum bits to go you put the <!-- BODY GOES HERE --> to let the script know where to put the forum
Hope this helps.
Member
Usergroup: Member
Joined: Jul 23, 2007
Total Topics: 7
Total Comments: 14
You are sooooo right about what I confusion was. By chance I figured this out a few hours ago, but thanks anyway for recognizing my frustration.
This product is very impressive (after you figure out how to use it) but the documentation is very UNimpressive. Digging through all sorts of short notes about diverse subjects doesn't help much---unless you already understand what's going on. Just a simple documentation manual would do a LOT more toward helping people understand the power of this product. Luckily I have a good PHP background so I was able to dig through the code to figure out what was going on, but that shouldn't been necessary. If nothing else it would help people if there were a few "real life" examples of page modification that could be looked at so that a pattern could be established.
(Hope Paul is listening)
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
There is an introductory PDF manual, but I see it somehow dissapeared from the site. Added the link to it back to the top of the knowledge base.
Having a PHP background is probably bad since it encourages people to make things more complicated. HTML/CSS is all that's needed.