Added CyberStride 'Contact Form' - no 'New -> Contact Page' option added? - orchardcms

I'm following the book 'O'Reilly Orchard CMS Up and Running' - page 28.
It states that if you add the CyberStride 'Contact Form' module, an option should appear under 'New -> Contact Page' in the left navigation.
So I go to Modules/Gallery/[search for 'contact']
'Install' 'Contact Form' from CyberStride
but nothing is added:
This didn't appear - is the book wrong or am I doing something wrong?
Otherwise, impressed with Orchard.
Thanks

This module is pretty old, I don't think it is compatible with the latest source code.
Try this module: http://gallery.orchardproject.net/List/Modules/Orchard.Module.PlanetTelex.ContactForm, this is newer and works with the latest source code I believe.
Or try using the CustomForms module to create a contact form, see here for a tutorial: http://devdirective.com/post/160/how-to-create-custom-forms-in-orchard-cms-with-email-and-recaptcha

Related

Jumping to a specific id section on a different page

I am creating a portfolio project using handlebars and nodeJS. On my home(index) page, I have two sections down the page called 'about me' and 'contact me'. My nav bar also contains two buttons labeled 'about me' and 'contact me'. Both my 'contact me' and 'about me' have id tags with corresponding names.
I understand that when on the home page already, I can simply use
About Me
and this will automatically scroll down the page for me.
However, my issue is when I am not on the home page, but say one of my project pages. They also have the same nav bar, so if I want to click on 'contact me', simply using
About Me
it will obviously not work because that page does not contain the section with that id.
So my question is, if I am on a project page and I click on the 'contact me'/'about me' button in the nav bar, how do I get back to the home page and then also have it scroll down to those sections?
From this link, https://www.sitepoint.com/community/t/how-do-i-link-jump-to-a-specific-section-on-a-different-page/5646 I was hoping to get answers. But since I am using handlebars instead of html, this option does not work for me.Or at least I do not think it does.
I have my hbs all stored in a folder called views. The index.hbs is in /public/views. However my project pages are store in /public/views/partials <-- just for reference.
Thanks in advance!

What to do if the Mat Expansion Title has no drop down button?

I installed a MatExpansionPanel in my angular web page and the drop down arrow is not visible in that panel. Instead the header and the content is visible by default.
I tried copying a piece of code from "Angular Material" site and still unable to fix the problem
<mat-accordion>
<mat-expansion-panel>
<mat-expansion-panel-header>
MY POSTS
</mat-expansion-panel-header>
<p>Post</p>
</mat-expansion-panel>
I need that drop down option to be enabled
Piece of CodeThe panel
I've created an stackblitz link (where you can see in live your code).
https://stackblitz.com/edit/angular-7vqs8j
I'm not sure what is happening to you, but it seems that your code is nice.
Maybe do you forget some imports??
Here is the link with the API for the Expansion panel:
https://material.angular.io/components/expansion/api
If you have any question feel free to ask.
It seems like you hide the button with the 'MY POSTS'. You should use it in this way:
For title:
<mat-panel-title>
MY POSTS
</mat-panel-title>
For description:
<mat-panel-description>
Type your description
</mat-panel-description>
Here is the link:
Angular Material Expansion Panel

How to manage "Meta title" and "Meta description" for pages in Drupal 8?

Just wanted to confirm that is there any stable version is released for "Meta title and Description" of a node in Drupal 8?
If yes then please recommend. I have a simple website of basic pages and few blogs for the same and for homepage I want to add "Meta title" and "Meta description".
So please suggest any appropriate option for DRUPAL 8.
Thanks in advance.
I use the "Metatag" module: https://www.drupal.org/project/metatag
It works great and I have no problems with it at all.
EDIT:
Just download and enable the module. Then add a new "Meta tags" field to your desired node type and now you should see the field when you edit the node.
Also important: under /admin/config/search/metatag you should be able to configure default meta values. So for example if your Title and Description follow always the same pattern like "{Node Title} | {Site Name}" for example, you can define it there. This way you don't have to set all the meta data yourself for every node.
Also settings for Homepage/Frontpage/Category Page etc. can be adjusted there.
Hope this helps.
If you use metatag module and create pages with page manager, here is a patch you can apply and enable a new module metatag_page_manager. You can now configure meta tags for panel pages under /admin/config/search/metatag.

Opencart 2.0.3.1 Header Problems

So, I have modified the header.tpl file in OpenCart 2.0.3.1 by removing the wishlist, linking the telephone# as a click to call and added a custom class called "great-barbecue". It worked in one version that I earlier installed. When that whole thing went sideways, I started from scratch and now the wishlist still shows up, the phone# and icon are not "click to call" and my custom class is not appearing at all? Here is a link to the code I have for header.tpl in catalog/view/theme/default/template/common header template
My site chestersbbq.com/Groton
When I copy and paste the code I get an error telling me to indent all code with 4 spaces and I really don't have time for that, hence the link. I have tried it in all browsers and when I look at the source code for the page the wishlist is still there, the phone still links to contact and my custom html is not there. I don't know how to fix this.
nice site, I have found this in the open cart forums, it looks like you have to remove all instances of the wish list. Try this and let me know how it goes.
http://forum.opencart.com/viewtopic.php?t=32955

MOSS/SharePoint 2007 Subsite navigation tool tip shows the word 'Subsite' - users not too happy about it

Not fully SharePoint xpert...yet quite functional. So, I understand 'SharePointish'...
Here is the problem...the subsite navigations- MOSS2007* (the look has been customise) show the tool tip with the word 'subsite'. which it is but Customer not too happy with that. To be fair....when you hover over a menu link 'About US' - the tool tip should be a tip attached the an example with the toooltip...
Appreciate your response.
~JustE
(Ok-Stackoverflow - didn't like me because I have been just reading and not answering your Questions :))
I couldnt'post the image)
But if you hover 'ABOUT US' - the tool Tip shows 'About Us subsite'
Can you check what was entered as the description while Creating the Site ?
The tooltip is whatever is entered into description.
You can edit the description by going to Site Settings -> Title, description and Icon.

Resources