This forum is for assistance with theme development.

CCK vs Region

is it not same?

need help making print, service_links and forward appear on one line

I need the links/output for all 3 modules to show up on the same line on my pages. I would love to know how to put them all in the same template variable ($links), but for now, that's not necessary. CSS might help solve the issue, but I've tried several things and can't get them to show up in the same line.

Thanks for your help!

Edit links for content managers

Hi, I want to have an edit this link on my node pages.
Is there a better way to do it then something like this?:

global $user;
if($user->uid) {
echo 'edit';
}

I can't believe there's no built-in check to see if the logged in user is allowed to edit the node or not.

Overriding menu_primary_links

Hello,

i need override the view of menu_primary_links.

I'll tryed to do this through template.php and menu_primary_links.tpl.php, but it doesn't works.

in template.php was code:

function funk_menu_primary_links($links) {
	return _phptemplate_callback('menu_primary_links', array('links' => $links));

}

and in menu_primary_links.tpl.php was a little changed menu_primary_links function.
After reloading page I don't saw any errors but there is no changes appears.

How to attach a custom css file to the content

Hello,

I would like to attach a custom css file to the content but i don't know how to proceed.
I configured tinymce that enable a custom css file to be attached but it doens't work when i submit the page.
Is there someone having tips or having the solution ?
Bernard

Multi-Layout Theme

Good day folks and Happy Holidays,

I am creating a company website ( www.secure-integrations.com/drupal ), having fun doing it with Drupal btw :)

I am interested in making the index page look different and have different content on the internal pages. What module or configuration do I have to follow to accomplish this.

Your help is greatly appreciated and I look forward to reading your replies.

Happy Holidays,
Andres

Pages

Subscribe with RSS Subscribe to RSS - Theme development