-
AuthorPosts
-
April 29, 2008 at 8:46 am #128036
Hi guys,
I used the Avian II template on Gangatalao.org and i have an issue with the layout when the users click on the Forum, I installed the third party Fireboard Forum, and when you click on it, the left menu gets messed up.
I have having the same issue with another website which has the Utahia II template on but that one is with the component JCal Pro.
Any help please?
Thanks!Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
April 29, 2008 at 9:46 am #247234Hi, I think you miss a </div> tag in fireboard. I viewed source your site, add a </div> tag at the end of fireboard and everything is okie
April 29, 2008 at 9:52 am #247235Hi,
Where do you mean should i add it? to the main Avian PHP file or the Fireboards PHP file, and all i could find is fb_layout.php and i tried adding it there. Still the same, so i removed it again.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
April 29, 2008 at 10:25 am #247242Edit inde.php file in template Ja Avian.
Search this line:
<!-- END: CONTENT -->
Change to
<?php
$option=mosGetParam('option','');if ($option="com_fireboard"){
echo '</div>';}
?>
<!-- END: CONTENT -->
April 29, 2008 at 12:40 pm #247255I tried it and i get the following errors:
Fatal error: Only variables can be passed by reference in /home/ganga/public_html/templates/ja_avian_ii_l/index.php on line 204
itgl72 Frienditgl72
- Join date:
- March 2008
- Posts:
- 230
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 41
- Thanked:
- 10 times in 1 posts
April 30, 2008 at 7:33 pm #247400You may want to also notice that there is a javascript error when using fireboard and this template. I read in the forum post FIREBOARD CONFLICTS a possible solution but it didnt help and the author never replied back when I asked for further help. Fireboard people say its JA, JA say its a fireboard problem, it gets a bit challenging to find a solution. For now I didnt use any forum with the template. If I need to do this much research however I may go back to PHPBOARD and get that working as its better IMHO then fireboard.
May 2, 2008 at 5:24 am #247533Yeah looks like its the same case for me!
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 5, 2008 at 3:33 am #247764Hi kamal2099.
Can u pm me an FTP account ?May 5, 2008 at 7:51 am #247776Ok just sent you the account details!
Thanks in advance!
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 5, 2008 at 9:04 am #247790Hi kamal2099.
Plz check your site(http://gangatalao.org).
I have change index.php
<!-- END: CONTENT -->
to
<?php
$option=mosGetParam($_REQUEST,'option','');if ($option=="com_fireboard"){
echo '</div>';}
?>
<!-- END: CONTENT -->itgl72 Frienditgl72
- Join date:
- March 2008
- Posts:
- 230
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 41
- Thanked:
- 10 times in 1 posts
May 5, 2008 at 1:57 pm #247813OH! Can we have details of what you just did? I have fireboard issues to! I just didnt make my site go live with the fireboard component so I stopped researching it.
May 5, 2008 at 7:09 pm #247839<em>@nguoiabcd 51770 wrote:</em><blockquote>Hi kamal2099.
Plz check your site(http://gangatalao.org).
I have change index.php
<!-- END: CONTENT -->
to
<?php
$option=mosGetParam($_REQUEST,'option','');if ($option=="com_fireboard"){
echo '</div>';}
?>
<!-- END: CONTENT -->
</blockquote>
Hi again,For the other site i sent you in the PM, can i just change the ($option==”com_fireboard”) to the specific component?
Thanks
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 6, 2008 at 4:03 am #247892Hi kamal2099.
yes, you can replace ($option==”com_fireboard”) by other component.Hi Igtl72.
I edit index.php (templates/ja_avian_ii/index.php)
Replace
<!-- END: CONTENT -->
by
<?php
$option=mosGetParam($_REQUEST,'option','');if ($option=="com_fireboard"){
echo '</div>';}
?>
<!-- END: CONTENT -->
Because when use fireboard component, it’s code miss a </div> tag -> module right column is break and go down -
AuthorPosts
This topic contains 13 replies, has 3 voices, and was last updated by Sherlock 16 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum