Drupal 6 Webform - Component rendered in wrong position - drupal

I'm adding a new component to a Drupal 6 webform. New 'select options' components are all rendered in the same area, no matter which position they are given in the backend. I've just added 'Area of Interest' as a listbox and as the first item of the webform. Check out where it ends up: [removed]
The site was set up by another development team so I'm not sure what the heck they did to Webform. Anyone know what they could have done? I'm going to have to recreate the webform from scratch otherwise.
Pic of my setup screen:

If you look at the html that your webform is outputting, it starts to make more sense.
The 'city' and 'area of interest' fields are both children of the 'webform-component-city' div, so they appear side-by-side. It's hard to figure out why this is happening without having access to your webform, but I hope it helps you in troubleshooting the issue further.
If you don't have firebug or other web dev tools installed on your browser to help you look at the html of your website, you still may be able to troubleshoot by just viewing the source on your webform....
Let us know if you have any other questions or if you figure it out!

Related

Link blocks to composer in Concrete5

I'm just playing about with an offline copy of Concrete5 and was wondering if there is any way to link blocks to the composer system to make them work? I made a page template hoping I could just click 'new page' and select my template to add it to the right area of my test site, but it won't show up. I then tried to edit a preset page template from my theme, and that worked fine... except it still populates the new page with the original blocks.
It seems like a total nightmare to do anything in this system. Should I be using a different one if I can't even do this?
I am not sure I fully understand your question but have you had a look at this tutorial? It might help https://documentation.concrete5.org/tutorials/setup-a-simple-blog-within-concrete-5-7

Telerik ASP.NET ImageManager: Hide Elements

After searching high and low for documentation and examples, I'm still stuck... so I'm hoping someone can help push me in the right direction.
I am using the "Image Manager" within the Telerik ASP.Net AJAX Editor.
I have everything working correctly, but there are 3 on-screen elements that appear in the image manager that I want to hide/remove.
New Folder Button
Current Path
Folder Tree
After much digging, I found a link under "Integration with SharePoint" that seems to show how to hide the "New Folder" icon: http://www.telerik.com/help/aspnet-ajax/moss-modifying_the_editors_built_in_dialogs.html
[Of course, my issue has nothing to do with SharePoint, but this is the best I could find.]
If anyone has any insight on what properties to change, specifically for the path and folder tree, I would greatly appreciate it!
Many thanks in advance.
I'll keep plugging away and certainly if I figure it out, I'll post it here so others can benefit, since I'm sure I'm not the only one who would want to do this.
To remove the new folder button register the external editor dialogs (the EditorDialogs folder), open the FileBrowser.ascx file and set EnableCreateNewFolder="false" in the RadFileExplorer's declaration
<telerik:RadFileExplorer EnableCreateNewFolder="false" ... />
Via the VisibleControls property of the File Explorer, you can hide also the TreeView,Toolbar,Grid and the AddressBox, i.e. to hide the folder tree and address bar do not set their values:
<telerik:RadFileExplorer EnableCreateNewFolder="false" VisibleControls="Toolbar,Grid" ... />

InfoPath Designer 2013 Toolbar not reacting

I have developed quite a few InfoPath forms in my life, but I only recently started developing with InfoPath Designer 2013 and I am coming across a very peculiar "bug" (I don't know that it's a bug for sure) indeed.
The form opens fine to design but when I change a field's name, for instance, the application stops reacting in certain areas. The InfoPath toolbar doesn't react at all except for when I click FILE (which opens up the little menu that's supposed to open when you click on the InfoPath icon in the very top left corner). In addition, I can also right-click on the elements inside the form to open some of the properties of the elements; however on the right side of the screen where the fields and groups are listed, nothing reacts either.
I have tried to find this on Google and I was quite surprised that it didn't seem like anyone else had asked about this; however that seems to be the case (although I'm hoping not). Please note that InfoPath stops reacting only after I change the field or group name.
Does anyone out there have any idea as to what might be causing this?
Thank you and regards.
Hermann
I have this problem too. The only workaround I've found is to Alt-F, Save, close InfoPath, reopen InfoPath, then reopen the document.

Web page behaves strangely

Have a look at the following site http://www.soe.gr.
The whole page has been built with CSS Page Builder Magic 2 (projectseven.com).
Every button is a link to a different .html page.
However, I do not know why every button press creates a flash effect in the page, the background changes instantly color and generally it gives an impression of abnormal operation. I have not met any site with such behavior except some pages inside projectseven site.
Do you have any idea why that happens? Is it something wrong with Page Builder Magic approach?
I am new to Web Development world and I want to know if there is any problem with these guys.
Thank you very much
I checked it out, it doesn't behave abnormally at all for all those effects you have there, I checked out the size of one of the images it is about 250kb, then imagine the other images which I assume are of the same size, and they are all going to be loaded when the page loads, you definitely should expect some effect

Creating a button in Orchard CMS

I have downloaded orchard version 1.1.30 and run it using Visual Studio Ultimate 2010. The problem is I do not know how to create a simple button which can redirect the user to a specific url when clicked.
I have searched for days and I have not come across anything that teaches how to create a button in orchard platform.
Hope someone could help me on this part :)
That depends entirely on how you want the button to appear. If you just want to place a button on a page, you can create a content zone with an HTML widget, then add the button to the HTML and link it to the URL you want it to go to.
Perhaps if you described in more detail what you want to do, it might help.

Resources