close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Google Analytics Bugs Out DataAssist

Thread began 11/30/2011 12:25 pm by bill173836 | Last modified 11/30/2011 1:04 pm by bill173836 | 1343 views | 4 replies |

bill173836

Google Analytics Bugs Out DataAssist

Im using DataAssist to create a field to hold the Google Analytics code the problem is when I insert or update the form. The code goes crazy and inserts only part of the code. For instance the following code when inserted.....
-------------------------------------------------------------------------------------
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-AccountNumber']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
-------------------------------------------------------------------------------------
Only places this part in the database
-------------------------------------------------------------------------------------
<script type="text/javascript">

var _gaq = _gaq
-------------------------------------------------------------------------------------
Then ignores all the rest or puts part of it in a different field.

I'm using PHP 5.2 mysql with the field set as a text field.

I own Powerstore 4 and see that it's possible to store the data in a database so any idea what gives?

Sign in to reply to this post

Jason ByrnesWebAssist

try adding the following at line 1 of the insert and update pages:

php:
<?php

if(!empty($_POST)) {
    foreach(
$_POST as $key => $value) {
        
$_POST[$key] = str_replace("|""&#124;"$value);
    }
}
?>
Sign in to reply to this post

bill173836

Didn't make any difference at all.

Sign in to reply to this post

Jason ByrnesWebAssist

the bulletin board software converted the pipe html entity to a pipe,

on this line:
$_POST[$key] = str_replace("|", "|", $value);

the second | should be:
& # 1 2 4 ;

i added spaces between each character to prevent it from being converted to the pipe again, you will need to remove the spaces between characters.

Sign in to reply to this post

bill173836

That worked. Thanks.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...