I´m new on this of Analytics, and I need help on something pretty basic... I have a Demo Account where I noticed the view has 3 different IDs (websites), but all of their stats are shown in one single view.. I have 5 Websites right now on my GA, but I can´t go through making all 5 websites stats to be in one single view.. Any help on this? How can I organise them?
Thanks
Usually you place each website in a separate property. Each property has its own tracking code that you would place on the corresponding site. Instructions for setting up a property can be found here.
Related
I have a joomla site and would like to integrate some old unfinished webcomics to it, so I can pick them up where I stopped in a CMS that won't leave me in an absolute frothing rage (thanks, wordpress).
I've got some experience with Joomla and I believe it would be a pretty good platform for managing multiple comics... except for the small issue of horrid navigation between pages/articles. Joomla's integrated article navigation is a humble but passable start, but if you intend to use categories to organize chapters then getting from the end of one to the beginning of the next is... yeah. This is a pity, as Joomla's category and article management options are beautiful for archiving and presentation, and adding gantry 5 to it means a great deal of control over the reading experience. Basically, joomla has pretty much everything I want, except for the navigation.
Ideally, what I'd like to be able to accomplish for comic navigation in joomla is:
Clickable full-article-image leading to next article/page
Prev/next article buttons (already available)
Prev/next category buttons (do we have those?)
The latter two in a module I can choose where to publish (optional)
And this is it, basically. I understand that implementing the first could be very hard without some major template customization, in which case I'd be willing to insert the image as a link in the article body... but only if there was one single code I could use, like the one that generates the next category article button. Because I'm not willing to create hundreds of menu items to generate links page-by-page.
So is any of this doable?
This is a quick answer but too much for a comment. I'm assuming since you are on SO that you don't mind coding (as opposed to just configuring).
I think you need to do two things. First you need to create a pagination.php for your template. This will let you really super control what the pagination looks like. You can have images, special css and js, whatever you want. You can also add the "last" and "first" options.
I think you need to make a new plugin to replace the core pagenavigation plugin and that also generates the previous/next category links. (Or I guess you could make one just to do categorynavigation depending on what you want.) HOWEVER, it seems to me that there is data on the sibling links that is already being generated in the content category model so you might be able to use that. (Check the code; I think there was never a UI for it, but it is there. Even if it isn't there, siblings are very easy to obtain in nested sets)
The other thing you can really think about if you go that route is changing the whole thing somewhat to use a module that gets the current ID and category ID from JInput. You might also be able to use JPagination. The important thing, however is that you make sure to do the caching the way the pagination that is there does it. In other words you really want to cache the whole list in the order you want so you are not running so many queries and slowing your site down. You may want to look at the categories and category modules to get some ideas about the queries to do.
Hope that gets you started, but it is definitely something you can do without too much trouble.
I have been trying to find where I can change the default value for "Per user submission limit" that is under Webform->Form settings in the contents, I have looked all over, but there doesn't seem to be a place that holds the global default that I can change. So right now everytime I try to create an event, I have to manually go in to change it from Unlimited to "Limit each user to 1 submission ever" and the other field is anonymous user is always checked under Submission access... (starting to get really depressed over this)
The other issue I have is that I have no clue how to get the fields to sit side by side, I know how to arrange the order, but can't drupal have fields sit beside each other?
eg: trying to go from this
1
2
3
4
5
to this
1 2
3 4
5
Please cut me some slack, I'm not really a full blown developer, and CMS is right now looking to be more of a pain in the * then it's worth... any help would be appreciated, any good tutorial would help a lot too
almost forgot, I'm using Drupal 7, using Webform Events for a event site (running on LAMP if it matters)
To get your fields side-by-side, you'll want to use CSS. There are ways you could do it in your template code, but that's more trouble than it's worth, and CSS is the better, easier, more suited tool for your task.
I am doing small web app that have list of workers and theirs work hours. So far everything was nice and easy but printing is new to me :). I have made simple view inside that view is my table which is dynamically populated.
I need basically to be able to print that table for each worker, and every worker should be separate table on separate page. So page 1 should be worker 1, page 2 worker 2 and so on. Can someone tell me what is the best way to archive this, some example or tutorial,cause i never did anything that needed to be printed so far in my short programming career :)
Thanks for help.
Im not quite sure I fully understand, but the problem is to achieve tables on seperate pages?
To hide unwanted elements when printing check this topic: How do I hide an element when printing a web page?
And to force new page beetwen workers you need to use another css attributes.
Check this: http://www.javascriptkit.com/dhtmltutors/pagebreak.shtml or http://www.htmlgoodies.com/beyond/css/article.php/3470341/CSS-and-Printing.htm
I've created an alternative layout for one of my articles which can be applied successfully, but as has been highlighted in various forums: if you view the article using the Single Article menu type the alternative layout doesn't get applied because of an XML override.
I have a Joomla site that is setup for Sales and Support where the article info such as date, hits etc is useful but on the marketing side none of that is needed, hence an alternative layout would work well.
I want to know how to enable my alternative layout using the Single Article menu type - I've already got the layout how I want it (testing it by having it overwrite default.php) but want to set it up as marketing.php instead and only have it applied to what is needed.
You're probably not going to like this answer because you have already written you're alternate view. If you were rewriting it to begin with, why would you not write in a way that the side bar parameters (date, hits, ect) are within a container that is only loaded conditionally. This way you would only have one view to worry about and a lot less headaches.
I have to convert a static site for a client and it has to retain the exisiting layout.
Fortunately, most of the pages don't have to be editable, so for those I was going to use more or less the existing html.
The challenge I am having is that for many of the pages that do need to be editable, the content is laid out in columns (2, 3 and sometimes mixed)
This ( http://globalstrategies.org/index.php/give/hope-partners ) is an example of a page like that, and you can see others on the site where the layout is relatively complex.
I had thought of creating a jce stylesheet that would at least layout the page in the editor in a reasonable way (a bit like a responsive site, by having the columns stacked one after the other) , but I am concerned that my client may accidentally delete the surrounding classes/divs that create the more detailed structure.
I'm pretty familiar with Joomla and have built quite a few sites, but I've not used an cck tools and was hoping not to have to do that in this case, though maybe now is the time to learn.
Any advice / recommendations would be welcome !
Richard
Maybe ContentBuilder could do in your case, it's fairly easy and creates super-simple code, I've accomplished similar tasks with it. You provide the user with 3 fields (one per column) and create a layout for its display.
Another alternative is possibly even easier: you could override the use of the page functions in a template override of com_content/article, instruct the user to insert at most 2 page breaks, and use the page breaks to build the layout as you require.
If your sites is upgraded to the Joomla 3 you can use the build-in Bootsrap to do the layout.
You can find some more information how you can achieve this in the following page:
http://twitter.github.io/bootstrap/scaffolding.html#gridSystem