Welcome, Guest
Please Login or Register.    Lost Password?
Pre-RC Confirmed Bugs
Go to bottomPage: 12
TOPIC: SOLVED: Kunena integration messes up page title
#6508
SOLVED: Kunena integration messes up page title 3 Years ago Karma: 0
When I integrate Groupjive into Fireboard with this code:

Code:

include_once ($mainframe->getCfg('absolute_path') . '/components/com_comprofiler/plugin/user/plug_gjfireboard/showgroup.php');


in the fireboard.php, the page title in the latest posts gets messed up, it says "User Groups" in the title bar of my browser.

I can even see this issue at the latest posts here. How do I manage the real page titles, anyone some hints?

P.S.: When I delete the line from fireboard.php, it says "Forum" at the latest posts. But thats no solution, because the there are no Groupjive Forums created.
schmatzler
Groupie
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2009/04/26 20:20 By Rapunzl.
The topic has been locked.
 
#6607
Re:Fireboard integration messes up page title 2 Years, 11 Months ago Karma: 0
Does really no one know, why Groupjive creates a wrong pagetitle in Fireboard Latest Posts? Ist very confusing for my users.
schmatzler
Groupie
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
The topic has been locked.
 
#6949
Re:Fireboard integration messes up page title 2 Years, 10 Months ago Karma: 0
I've recently upgraded to Kunena and the problem still persists
schmatzler
Groupie
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
The topic has been locked.
 
#6988
Re:Fireboard integration messes up page title 2 Years, 9 Months ago Karma: 7
Try checking in the Kunena forums. They may be able to give you the applicable lines that update the page title to the current forum category title. If you find the solution and post it back here, I'll see if I can get it working and alter the installation package to reflect the change.
Rapunzl
Admin
Posts: 225
graphgraph
User Offline Click here to see the profile of this user
The topic has been locked.
 
#7021
SOLVED: Fireboard integration messes up page title 2 Years, 9 Months ago Karma: 0
I've found the solution myself! Always searched in the Groupjive files instead of the Kunena ones, that was wrong.

It depends on the file latestx.php from the template, Kunena is using.

Solution:

1.Open up latestx.php
2.Find the line:
Code:

require_once (KUNENA_ABSSOURCESPATH . 'kunena.authentication.php');

3.AFTER this line, add the code for setting the page title:

Code:

$mainframe->setPageTitle("Last Entries" . ' - ' . stripslashes($fbConfig->board_title));


Done!
schmatzler
Groupie
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2009/04/25 15:30 By schmatzler.
The topic has been locked.
 
#7028
Re:SOLVED: Fireboard integration messes up page title 2 Years, 9 Months ago Karma: 7
Thanks, schmatzler! BTW, what version of Kunena are you using... if 1.0.9, I may move this to confirmed issues, at least until Kunena catches up with this one. Also, are you using the extended forum plugin created by BrainEater or the older one?
Rapunzl
Admin
Posts: 225
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2009/04/26 20:21 By Rapunzl.
The topic has been locked.
 
Go to topPage: 12
Moderators: Braineater
RocketTheme Joomla Templates