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?
FireBoard 3rd Party Components
Go to bottom Post Reply Favoured: 0
TOPIC:
#48797
JoomSEO, Joomla 1.5.2, and Fireboard 2 Months, 3 Weeks 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
 
The administrator has disabled public write access.  
#48895
Re:JoomSEO, Joomla 1.5.2, and Fireboard 2 Months, 2 Weeks 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
 
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 2 Months, 1 Week 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
 
The administrator has disabled public write access.  
#49655
Re:JoomSEO, Joomla 1.5.2, and Fireboard 2 Months, 1 Week 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
 
The administrator has disabled public write access.  
#49909
Re:JoomSEO, Joomla 1.5.2, and Fireboard 2 Months 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
 
The administrator has disabled public write access.  
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop