How do i create a single login for my cms, forum and e-commerce system?

Hi
i am currently doing a project for college which requires me to create a website with a cms, ecommerce and forum system. the three i have chosen are drupal, opencart and vanilla. they are all installed onto the same database. the server i am using is xampp. an important element of our project is that one login will work for all three systems, for example if you log inot the main website, you are automatically logged into the forum and online store.

Drupal 7 Rss teaser vs full text

Hello,

The Rss feed on my home page used to show Full Text of the articles. Now I tried to switch it to show Title and Teaser only in Configuration->Web Services->Rss Pubishing, but the rss still contains Full Text of the articles even after I cleared the cache. Can someone please advise how to change that?

Regards,
Konstantin

CKEditor and the image button customizations

Hello!

I would like to make some changes to the default settings of the image button of the ckeditor. I would like all images to also be a link to the image and be given the colorbox class.

I'll give you an example of how I would like the resulting image code to look like:

<a class="colorbox" href="http://www.example.com/test.png"><img src="http://www.example.com/test.png"/></a>

Preferably all my users would have to do, is click on the image button and enter the url for the image and click ok.

drupal 7 theme development error

I am developing a theme in drupal 7.
I put the code in page.tpl.php is given below

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
print $language->language " lang=" print $language->language " dir=" print $language->dir ">

print $head_title
print $head
print $styles
print $scripts

and few more code using drupal variables and html
//////////////////////////////////////////////////////////////////////////////////////

it showing errors

* Notice: Undefined variable: head_title in include() (line 5 of D:\wamp\www\gtes\sites\all\themes\gtes_theme\page.tpl.php).
* Notice: Undefined variable: head in include() (line 6 of D:\wamp\www\gtes\sites\all\themes\gtes_theme\page.tpl.php).
* Notice: Undefined variable: styles in include() (line 7 of D:\wamp\www\gtes\sites\all\themes\gtes_theme\page.tpl.php).
* Notice: Undefined variable: scripts in include() (line 8 of D:\wamp\www\gtes\sites\all\themes\gtes_theme\page.tpl.php).
* Notice: Undefined variable: site_name_and_slogan in include() (line 22 of D:\wamp\www\gtes\sites\all\themes\gtes_theme\page.tpl.php).

Survival of Drupal

Hello Everybody,
With the convergence of mobile & computer i.e. mobile working as computer also & with the increase of mobile penetration as compared to internet on computer & in a very near future mobile working as a credit card also,
I appeal to all to work on mobility of Drupal i.e. Drupal on mobile.
Drupal on mobile will be the most important aspect of Drupal's survival.
Rgds
Mahesh

Get current nodes displayed in the front page

Is there any api function to get all the nodes displayed in the front page? I want to use this function within hook_block_view. Please help.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x