Please forgive me, this may be due to my Drupal newbiness, but I can't for the life of me figure out how to update products for the ecommerce module on a 4.7 install.
I have all the ecommerce dependencies enabled. From what I've read online, it seems there should be a link under settings for 'products', but it doesn't show up, just the store link to configure the store settings, as well as the linkpoint_api module settings that I also installed.
If I create galleries, then enable the Image Galleries menu item in the menu, all works well. However I wish to add a gallerie to the menu as I would any other "page".
Searching Drupal.org and google has not resulted in finding any succesful methods.
Is this possible? (To creat an image gallery and then add it as a normal item in the menu?)
If so where do I find the documentation to expain how, please?
In the header of my site I have three accessibility images. The site will be used by students some of which have significantly impaired eyesight. The idea is that these images will map in other style sheets depending on the contrast and colour schemes they choose.
However I align the images they always appear in the centre on the header - I want them aligned right. The code is:
1)Using the po or pot files DO CHANGES the menu text but it does so to those only under
'administer', they do not change the names of the modules -
has it been planned that way ?
I find that the change can be done by renaming the menu, BUT that field does not accept html for example if I want to replace 'forum' by an icon ( .gif or .png ) HOW TO do that ?
2)While submitting stories and publishing them can images be shown as inline actual size images ( with cinfigurable max image size by admin ) ??
<?php
$nid = ...fill this in with the node ID of the poll you want...
$node = node_load($nid);
print node_view($node, TRUE);
?>
But it messes up the node's layout as well as the column layout. Is there a way to get this in a node without letting it change the format of the node itself (I want to put a poll inside a news update on the main page)?