FLCN V 2.0 Installation help
-
You realize that doing this means making hundreds of different versions?
Here’s the general trick: read the instructions. Just look for a tag anywhere in your files and dump the whole code there then test. ;D
-
What I’m talking about is how you get PHP using " or ’ for its echo commands
Certain PHP CMSs use these and kind of cut off HTML in its prime, especially when there is javascript involved which uses ’
There is / to comment out the next character however, but its a pain in the bum converting the syntax to make it work with CMS templates
Hence why I posted
-
can i put my 2 cents in lol . this site is a great fre forum host  http://www.forumotion.com/ its very easy to customize and allows html and other things along that nature. for a noob like me to set everything up like i did in a couple of hours its amazing. on the site they said this platform phpBB2  is very flexable thats what i got. very simple and easy to work with. with free fourms . net i had members who could not see the boards. forumotion is very easy to administrate and to set up.
-
Then don’t use echo? You can simply close the tags…
echo "<body">; //That's the line you're looking for in the default code ?> Otherwise, you can use…
echo “<body”>; //That’s the line you’re looking for in the default code
echo << <endtag; <!–=“” flcn=“” headbar=“” goes=“” here=“” --=“”>ENDTAG;
//Rest of code continues</endtag;></body">@rsabatino: Sure, but I think many people prefer to be in full control of their website. You could never replicate Starport on any site of that type and I'm sure some people want more… "exotic" features for their sites, at which point Forumotion or whatever else become too limiting. Plus, they usually overcharge you for domains and won't give out your database unless you shell out the big moolah.</body">
-
dear gentlemen i have a problem my portal is looking quite naddie recently . the support team at forumotion just say change your version . if i do that i wont have the community bar on my portal but it will be on my forums any suggestions i am using php 2 i might change to php 3 or in visions .
-
The only way I was able to add the bar to my forum was only after you created the domain for it. This is what I have now.
I had a hard time figuring out how to make it work. So, I ended up just taking it apart and then taking the ![](and putting the [url] together and voila`, making it a standard link.
[color][b]HK[/b][/color] [/url])
-
Hi I’m Jack, I’m building a demo website for Black Legion http://www.blacklegion.webb-jack.com/news.php and i was trying to add your bar to the website . The site is e107 cms and i was adding it in the news.php It showed up, worked great till i logged out or in it would only display a the bar and white background nothing else. This is the code of the news.php
http://www.jack.webb-jack.com/news.txt
i tried to post your code right above the require_once(“class2.php”);
and got the error as noted above.I am unsure of where toput the code for the community bar. Iwould appreciate any help with this.
Jack