Sorry, my email system was down. Yes, inside the carousel macro so that when it the last image appears, it goes right back to the beginning. Courtney Smolen ...
Using the front end content submission macro, when the form for a field gets built, it doesn't show field hints anywhere. For instance, you have an image...
Michael Fienen
mfienen@...
Nov 6, 2009 4:09 pm
6556
Well yes. Once you have the actual field object it has a method getField(). Thanks, Jason Tesser dotCMS Lead Development Manager 1-305-858-1422...
We’ve found out the hard way that the unsubscribe link in our dotCMS mailing templates don’t work. The link looks like this:...
Joel Goodman
joel.goodman@...
Nov 6, 2009 5:09 pm
6558
Nevermind. Got it fixed. I ended up creating a virtual link and forwarding /dotCMS/unsubcribe to our custom unsubscribe page. If there’s a better way, I’d...
Joel Goodman
joel.goodman@...
Nov 6, 2009 7:47 pm
6559
Is there a way of having more than two levels using the menu macro? For instance: using the line: #navigation(2,6) only produces the side menu: Level 1 Level...
Hi, It sounds like you might want to use the openAllLevels parameter available in the macro. http://www.dotcms.org/documentation/NavigationMenuBuilder See...
That's all you need to do, set the variable before you call the navigation like this: #set($openAllLevels=true) #navigation(2,6) You need to make sure the...
Nadiege, I can see the correct links on your screenshot. Is the issue a display CSS issue instead maybe? Thanks Maria ... -- Maria Ahues Bouza Managing...
What I mean is that the links show up right? What you are missing is the indentation right? ... -- Maria Ahues Bouza Managing Director, Professional Services ...
Then that's definitely something you need to do with the stylesheet. :) ... -- Maria Ahues Bouza Managing Director, Professional Services dotCMS Main:...
Also, in order for a folder to work in the navigation macro, you have to have an index.dot in the folder. I don't think that is your issue here, but it is...
I've created a structure for FAQ's on our site. The idea is that FAQ's categorized by various departments will show up on their pages. So only OIT FAQ's will...
Nope, you're gonna find yourself pretty much out of luck on that. The tagCloud macro doesn't take any kind of query (probably a JIRA-worthy feature though)...
Michael Fienen
mfienen@...
Nov 10, 2009 3:49 pm
6572
Thanks Maria, It appears to be a stylesheet indeed. Thanks again....
There are a bunch of tag cloud AJAX widgets out there (some even flash-based and pretty flashy (excuse the pun) that you could use to pass your list of tags...
Well that kinda stinks that the categorization isn't instant. :( Thank you both for your answers & I'll see what I can figure out using the viewtool. It's...
The Campaign Manager throws me a 500 error when attempting to generate a CSV for campaign stats. Is there any thorough documentation available for the mailing...
Joel Goodman
joel.goodman@...
Nov 10, 2009 5:04 pm
6576
In the database, I see a table called report_assets. What table is the data stored in? I'm wanting to write an iReport to pull the information and format it...
To all you wizards out there, and dotMarketing. I have a head scratcher. I have a structure with our university policies in it, and I am wanting to do an...
Here's how I accomplished something like this, which could easily be adapted. Rather than using the Lucene thing (which you notice has problems) I just loop...
Mark Pitely
pitely@...
Nov 10, 2009 6:05 pm
6579
Todd, If you are talking about reports from web forms the data submitted is in the web_form table. For other reports, like ones you've uploaded, report_assets...
Hello Barkha, While doing some search for servlet and plugins in dotCMS yahoo group I found the following page that has your message related to what I'm...
So, we have back end editing, front end submissions, but do any of the viewtools/APIs/Struts actions allow for editing content through a front end page. Say...
Michael Fienen
mfienen@...
Nov 10, 2009 9:43 pm
6583
Hi Mike, We haven't added this functionality to the plugin yet. Right now the only thing you can do is submit content through the frontend. Thanks Maria ... --...