When using drupal with any other language than the standard english, the part where you can enter the 'registration code' does not show up when going to: user/register
i am having an issue with creating a menu and sub menu to get to the information i need the users to get to....so i tried to create a new BLOCk and the code is as bellow...but it doesnt seem to work as oi want it to work....please see the image, which will show the current way i have done it and i would like it not to show the sub menu UNTILL i click on the main menu and the sub menu for that menu can den show...
please see my coding that i have copied below...i need someone to help me...please....
When i go to Adminstrator > settings > Tinymce... i get the following error...has anyone dealt with this before...
i do have tinymce installed into my modules directory...but i dont know why this is happening...plus i get upload the mysql file in phpMyAdmin...
please help....
error:
Could not find the TinyMCE engine installed at modules/tinymce/tinymce/. Please download TinyMCE, uncompress it and copy the folder into modules/tinymce.
How i can show last nodes (or part of the node) from the same taxonomy to my visitors using front_page.module?
I whant to get code, that can help me show last nodes using php.
I'm wokring on a patch/feature request, for the FLEXINODE.MODULE that has been asked many many times on here. And that is how to theme flexinode content at the $content level.
It's based on code that Kiev1.org has pulled together and I have uploaded a simple patched version of flexinode.module (4.6.x) to my sandbox.
The purpose of this thread is to tidy up Kiev1s code so it can be submitted as a patch properly for the flexinode.module.
The key functionality of the patch is as follows:
Allows users to very simply and easily customise the way teasers and full nodes are displayed for each flexinode type from within Drupal.
The Fleximax patch strips out the $node->flexinode-n fields an replaces them with simple to use {n} fields you can insert within custom HTML code to get very flexible with your layouts.
The interface is illustrated in this screenshot. You simply go to ADMINISTER -->> CONTENT -->> CONTENT TYPES and click on the appropriate EDIT CONTENT TYPE link to customise the layout.
The fleximax patch automatically generates a list of flexinode fields for you on that page, so it makes it very simple and intuitive to use.