Looking at this web site, you can see nice buttons at the top-right of the page: http://sandeepone.com/

I must be missing something very simple in the admin settings, but I am trying to do the same for our site here: http://realmodernman.com ... where do I go to add buttons/links to the top right of the page like that? I went to "Blocks" but the items I want are not in there. Thanks very much for your help!

Cheers,
Joseph W. South

CommentFileSizeAuthor
#7 template.php_.tar_.gz703 bytesandrés chandía

Comments

andrés chandía’s picture

Same problem

http://www.xtec.net/gt/rodajoc/

I had version 4.7, and it was working ok, my mysql broke down i install it all again but version 5,1 does not want to show primary links on top, i also had problems to insert personalised logo, finale i replased original one.

If somebody have any idea how to resolve this i will apreciate it very much.

andrés chandía’s picture

I did next and it worked
download file

http://cvs.drupal.org/viewcvs/*checkout*/drupal/contributions/themes/fancy/template.php?rev=1.1.2.2

into fancy root directory, rename it to template.php if it is not already named that way.
and that's it.
working now!!

andrés chandía’s picture

Answering joseph_south:
As simple as follow next steps:

Administer > Site Building > Menus > Primary links > Add item

once there follow this example changing the names by those that you want to create:

Title: * = "New Link"
Description: = "This is a new link"
Path: * = (if it's external = "http://www.example.com") (if it's internal = "node/3")
Expanded = (if you have sublinks in it -usually not enabled-)
Weight: 2 (to position your "new link" more o the left or more to the right)

and that's it, i hope that was the questions and this the answer.

ambiance7’s picture

I just downloaded and uploaded fancy theme.

As recommended by Andrés Chandía above, I downloaded template.php and uploaded to root of fancy directory. I still do not have buttons on top right.

Any suggestions on what I could try?

thanks

shedevches’s picture

I also am using Drupal 5.x but I'm not using the dev version (should I post this in a new topic?).
I'm using: fancy-5.x-1.0
and would like the fancy theme to have the buttons as per: http://sandeepone.com/

Tried the suggestions above (template.php) and still just get a Primary Link list like this:
* About Us
* Chatroom
* Clubs
* Events
* Find Friends
* Forum
* Groups
* Movie Reviews
* Videos

Instead of the buttons like * About Us * Chatroom * Clubs * Events * Find Friends * Forum etc.

But only with the fancy theme.. pity I love it so much :)
I really need to work it out..

ratnesh aarohi’s picture

First of all the link given in Andrés Chandía post gives an error
i somehow got one template.php file downloaded not sure if its the correct one) and i get this error on the top of my whole website. any help
ratnesh

An Exception Has Occurred

Checkout view is disabled
HTTP Response Status

403 Forbidden

--------------------------------------------------------------------------------

Python Traceback

Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/viewvc/viewvc.py", line 3631, in main
request.run_viewvc()
File "/usr/lib/python2.4/site-packages/viewvc/viewvc.py", line 388, in run_viewvc
self.view_func(self)
File "/usr/lib/python2.4/site-packages/viewvc/viewvc.py", line 2133, in view_checkout
raise debug.ViewVCException('Checkout view is disabled', '403 Forbidden')
ViewVCException: 403 Forbidden: Checkout view is disabled

andrés chandía’s picture

StatusFileSize
new703 bytes

Ok, i see link is broken so here you have the template.php inside a tar.gz, so just download this file into the "drupal/themes/fancy/" directory and unpack it replacing the old one (make backup of the original one first "mv template.php template.php.old" and try it, i hope to help (file is attached)

andrés chandía’s picture

Issue summary: View changes
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.