Closed (fixed)
Project:
Fancy
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 May 2007 at 18:51 UTC
Updated:
4 Feb 2018 at 10:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
andrés chandía commentedSame 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.
Comment #2
andrés chandía commentedI 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!!
Comment #3
andrés chandía commentedAnswering 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.
Comment #4
ambiance7 commentedI 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
Comment #5
shedevches commentedI 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..
Comment #6
ratnesh aarohi commentedFirst 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
Comment #7
andrés chandía commentedOk, 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)Comment #8
andrés chandía commented