Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
JoomSEO, Joomla 1.5.2, and Fireboard (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: JoomSEO, Joomla 1.5.2, and Fireboard
#48797
JoomSEO, Joomla 1.5.2, and Fireboard 4 Months, 1 Week ago  
Everything seems to be working great except for the Meta Description tag.

Instead of displaying the first bit of the post, when viewing a topic, it displays the first part of the page which is:

Code:

<meta name="description" content="Community Forum ForumThreaded ViewHelp Welcome, Guest Please Login or Register. Lost Password?”>


Is there a way to fix this?

Thanks!

JoomSEO 1.5.1
Joomla 1.5.2
Fireboard 1.0.4
sh404SEF
drivenweb (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#48895
Re:JoomSEO, Joomla 1.5.2, and Fireboard 4 Months, 1 Week ago  
Well since the support was kinda non-existent, I had to find a solution myself. I got it to work. Here's how:

I added the following code:

Code:


//START FIREBOARD HACK
$searchHTML = '<div class = "msgtext">';
$found = strpos($text,$searchHTML);

if ($found){
$text = substr($text,$found);
}
//END FIREBOARD HACK



I added it to the CleanText function after the following code:

Code:


$text = html_entity_decode($text);



Works like a charm. Might want to include this with the next release?
drivenweb (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/04/16 17:43 By drivenweb.
 
The administrator has disabled public write access.  
#49646
Re:JoomSEO, Joomla 1.5.2, and Fireboard 3 Months, 3 Weeks ago  
Hi,
In which of the files did you make the change ?

Thanks
mailalon (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#49655
Re:JoomSEO, Joomla 1.5.2, and Fireboard 3 Months, 3 Weeks ago  
You make the changes in the JoomSEO.php file within /plugins/system
drivenweb (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#49909
Re:JoomSEO, Joomla 1.5.2, and Fireboard 3 Months, 3 Weeks ago  
drivenweb wrote:
Everything seems to be working great except for the Meta Description tag.

Instead of displaying the first bit of the post, when viewing a topic, it displays the first part of the page which is:

Code:

<meta name="description" content="Community Forum ForumThreaded ViewHelp Welcome, Guest Please Login or Register. Lost Password?”>


Is there a way to fix this?

Thanks!

JoomSEO 1.5.1
Joomla 1.5.2
Fireboard 1.0.4
sh404SEF

Here the same
azajet (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
Go to top
Powered by FireBoard - Creditsget the latest posts directly to your desktop