Pligg CMS Forums


Go Back   Pligg CMS Forum > Pligg Help > General Help



EVB text not displaying correct


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-12-2007, 10:20 AM
Banned
Pligg Version: 9.9.5
 
Join Date: Oct 2007
Location: Canada
Posts: 913
text not displaying correct

Hi I use the EVB option the pligg offers to allow bloggers east submission of their blog to blog engage but what's happening is the text isn't submitting correctly. I think it is only with word press from what I can tell.

Please have a look at this example and if you can help it would be greatly appreciated.

Blog Engage - Ferrari Dave's Blog » Remember The Milk

Se how this " are not displaying correctly, well I'm just looking fo a fix on this or any advice what so ever really.

Thanks

bbrian017

Last edited by bbrian017; 12-20-2007 at 11:00 AM.
Reply With Quote
Sponsor
  #2 (permalink)  
Old 12-19-2007, 01:53 PM
Banned
Pligg Version: 9.9.5
 
Join Date: Oct 2007
Location: Canada
Posts: 913
ok maybe I'm wrong, maybe it's not the EVB but look at this image how can I fix the story title! See in the image how it has all the different fonts and characters? And also look at this users profile for submitted articles they are all lie that pretty much!, Blog Engage / User / ferraridave / Submitted
Attached Thumbnails
EVB text not displaying correct-description.jpg  

Last edited by bbrian017; 12-19-2007 at 01:57 PM.
Reply With Quote
  #3 (permalink)  
Old 12-20-2007, 10:56 AM
Banned
Pligg Version: 9.9.5
 
Join Date: Oct 2007
Location: Canada
Posts: 913
Alright I know now it's not the EVB see I just sent a mass pm (announcement and this is what they seen!

Quote:
We are proud to announce Blog Engage had a new look and a new feel. Please stop by the site and have a look for yourself! Remember to market yourself to the fullest by adding your website information in your profile and upload your very own personalized avatars!

Look here, Blog Engage / Published Blogs

I’m not too sure if you read my recent post but Blog Engage is holding a competition and the prizes are great for you as a blogger!

Here’s some more detail regarding the competition and prizes! Blog Engage Free Blog Submissions » Blog Archive » Blog Engage Top Members of the Month Awards!

Thanks again for all your efforts to keep the Blog Articles new and I hope to see more Blog Articles in the near future,

Thanks, Blog Engage
How can we fix this so the script can handle these characters?
Reply With Quote
  #4 (permalink)  
Old 12-21-2007, 11:20 AM
Banned
Pligg Version: 9.9.5
 
Join Date: Oct 2007
Location: Canada
Posts: 913
Am I the only one having these issues? Please can someone reply I feel like I'm spamming this topic! "Because I am"
Reply With Quote
  #5 (permalink)  
Old 12-23-2007, 12:21 PM
Banned
Pligg Version: 9.9.5
 
Join Date: Oct 2007
Location: Canada
Posts: 913
Quote:
Originally Posted by bbrian017 View Post
Alright I know now it's not the EVB see I just sent a mass pm (announcement and this is what they seen!



How can we fix this so the script can handle these characters?
Still waiting for any type of response from this issue...
Reply With Quote
  #6 (permalink)  
Old 12-24-2007, 10:35 AM
Banned
Pligg Version: 9.9.5
 
Join Date: Oct 2007
Location: Canada
Posts: 913
I still seem to be having this issue. Right now I have been manually editing the posts and fixing the text but I can't keep doing this. Something is not liking the specific characters any advice?
Reply With Quote
  #7 (permalink)  
Old 01-06-2008, 03:37 AM
Banned
Pligg Version: 9.9.5
 
Join Date: Oct 2007
Location: Canada
Posts: 913
Can someone please take a look at this so many of the submission at blogengage aren't even readable! I can't be the only one with this issue? Also I'm spending way to much time tracking these down and fixing them :( Please help
Reply With Quote
  #8 (permalink)  
Old 01-06-2008, 10:03 PM
Banned
Pligg Version: 9.9.5
 
Join Date: Oct 2007
Location: Canada
Posts: 913
I'll bump this topic daily I guess?
Reply With Quote
  #9 (permalink)  
Old 01-07-2008, 11:38 AM
Banned
Pligg Version: 9.9.5
 
Join Date: Oct 2007
Location: Canada
Posts: 913
I also was just informed by one of my bloggers that the image 4 out of 5 times will display Grey do I have permission set wrong or something here is the site.

Blogengage review and interview. | The Neotrepreneur-A make money online blog

Also when I look at it in opera it's showing the following message where the image should display,

Quote:
AccessDeniedAccess DeniedC671615D604094B5YPiEIC/FyaxMD6/1U/+7GoVGTdj7U1THfx/ZYDpAcU09kA4GBEQtbTBvMPAHO+W7

Last edited by bbrian017; 01-07-2008 at 11:41 AM.
Reply With Quote
  #10 (permalink)  
Old 01-07-2008, 01:27 PM
Banned
Pligg Version: 9.8.
Pligg Template: Custom
 
Join Date: Feb 2007
Location: Canada
Posts: 847
Not sure if this is your problem, but in libs/utils.php there is a section of characters you can add and tell it what to convert the character to.

Code:
$output = str_replace("--", "-", $output); 	 
	$output = str_replace("/", "", $output);
	$output = str_replace("\\", "", $output);
	$output = str_replace("'", "", $output); 	 
	$output = str_replace(",", "", $output); 	 
	$output = str_replace(";", "", $output); 	 
	$output = str_replace(":", "", $output); 	 
	$output = str_replace(".", "-", $output); 	 
	$output = str_replace("?", "", $output); 	 
	$output = str_replace("=", "-", $output); 	 
	$output = str_replace("+", "", $output); 	 
	$output = str_replace("$", "", $output); 	 
	$output = str_replace("&", "", $output); 	 
	$output = str_replace("!", "", $output); 	 
	$output = str_replace(">>", "-", $output); 	 
	$output = str_replace(">", "-", $output); 	 
	$output = str_replace("<<", "-", $output); 	 
	$output = str_replace("<", "-", $output); 	 
	$output = str_replace("*", "", $output); 	 
	$output = str_replace(")", "", $output); 	 
	$output = str_replace("(", "", $output);
	$output = str_replace("[", "", $output);
	$output = str_replace("]", "", $output);
	$output = str_replace("^", "", $output);
	$output = str_replace("%", "", $output);
	$output = str_replace("»", "-", $output);
	$output = str_replace("|", "", $output);
	$output = str_replace("#", "", $output);
	$output = str_replace("@", "", $output);
	$output = str_replace("`", "", $output);
	$output = str_replace("”", "", $output);
	$output = str_replace("“", "", $output);
	$output = str_replace(" - ", "-", $output);
        $output = str_replace("_", "-", $output);
        $output = str_replace("---", "-", $output);
        $output = str_replace("\"", "", $output);
        $output = str_replace("--", "-", $output);
May want to give it a try.

Geoserv.
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Installation - Tables never created julientarta Installation and Upgrade Help 30 03-23-2009 07:41 PM
Text encoding - which should i be using? revolver General Help 1 01-07-2008 02:58 PM
Need help setting text in header dinki Template Support 0 06-30-2007 05:32 PM
Safari underlining all of the text... kevinD General Help 2 05-29-2007 12:51 PM

Pligg Modules and Pligg Templates from Pligg Pro Find support on the Pligg CMS Forum - 24 hours a day! Use the coupon code PLIGG at Dreamhost.com to receive a discount of up to $84.00 Make a donation to support Pligg CMS development