Theme Dragon for Drupal 6.x., CSS-based (tableless), flexible layout.
Live Demo: http://www.2qm.ru
ZIP theme file: http://www.2qm.ru/Dragon.zip (Alpha!)
Thanks
Read more »Theme Dragon for Drupal 6.x., CSS-based (tableless), flexible layout.
Live Demo: http://www.2qm.ru
ZIP theme file: http://www.2qm.ru/Dragon.zip (Alpha!)
Thanks
Read more »Hi there, I know this is a views theming issue, I just don't know enough about coding themes at this stage in my drupal infancy. Is there a way to get views to list entries inline with one another, with a separator like a space or comma? If anyone was willing to offer any ideas/guides for how to accomplish this, I'd greatly appreciate it - I've been hunting searches for a while now and this is becoming a major stumbling block in my development.
Thank you in advance!!
Sean
I managed to get my site up about and working with the css. The problem I am running into now is that I already have my images going to this path, images/filename.png but noneof them are showig up
I saw somewhere that suggested I do, ="<?php
print $directory;
?>/images/filename.png
But I have alot of image splashed through out the site. Isn't there an easier way to do this? Perhaps some global prefence that sets the images directory as the default in the theme?
Read more »How do I unload unnecessary .js files from my page? Right now I have 5 unwanted .js files loading on my front page, like:
script type="text/javascript" defer="defer" src="/sites/all/modules/admin_menu/admin_menu.js?V"
script type="text/javascript" src="/sites/all/modules/panels/js/panels.js?V"
I am converting my site over and already have my own stylesheets, base.csss and master.css.
I noticed that drupal uses this to call the stylesheets <?php
print $styles
?>
What and where is that style calling?
Read more »Howdy,
I'm new to Drupal and web development in general, though I've used SQL, PHP, HTML
some in the past. Some of the problems I've had were discovered to be a result of
the theme I was using. IE: (Drupal V-6.12) Logo and Name appear in the header in
theme BASIC, but the logo disappears in theme COLORFULLNESS, while theme WARMY
replaces my logo with it's own unless I replace the logo in the WAMRY directory - all
regardless of the configuration settings, both global and for the theme. I spent quite a
Hi all,
I am new in Drupal,
I dont now how to use drupal6 themes in drupal5????????????
plzzzzzzzzzzz help me
With Regards
C.Rajesh
Hey guys!
I'm rubbish with CSS, especially trying to find out why something works in Firefox, Safari, and Chrome, but not in IE7 (booo! hiss!). I've modified one of those Twitter widgets and stuck the code inside a block. It shows up fine on the aforementioned browsers, save for IE7, where all I see is a gray blob, and the tweets. Could someone look at this code and tell me what (everything?) I did wrong? LOL...
Read more »SQ2TECH LIMITED is a leading supplier of high-end products to customers, we deal primarily in genuine and brand new electronics, all items are sourced directly from the manufacturers and carry the manufacturer’s warranty. We ship 100% of our orders the same business day.
Well we offer international standard warranty with full acceptance for replacement or full refund of money back.
All goods are shipped from our company:
Company Name : SQ2TECH LIMITED
Registered No. 06776591
Contact Name : McVandy Muneer
Does anybody have any link to good tutorials about building your own custom themes in drupal?
I am coming from EE (ExpressionEngine) and found this site very resourceful in leaning the cms. http://www.train-ee.com/courseware/free-tutorials/category/building-a-sm...
I was hoping that Drupal users would know a good link like that.
Thanks
Read more »ive got a custom gallery, but im having problems setting the album cover sizes. Ive attached two pictures, the first shows how my gallery currently looks, and the second how I want it to look.
Basically I have a page which lists all albums, with a thumbnail of one of the photos in the album. But the thumbnail stays as the uploaded size.
How can I make the photo smaller?
My site isnt online yet so cant give links. But ill give as much css as i can
Read more »the menu of this website is so cool,
as you go over most of the menu titles, it gives the titles/headlines of the current stories within each topic. does anyone know how that is done? thanks
Read more »Hello everyone,
How do you decide where the comments appear? I have all my content within a div in the center of the page, but my comments load into the main page (where the background image is). What tag do I use to position my comments? I have tried <?php
print $comment
?> but it does not work.
I am working within node.tpl.php
Thanks
Ross
Read more »I need help finding a way to edit either the theme or the site itself using Dreamweaver CS4. Dreamweaver uses html and not php...how do I find a way around this? Thank you in advance for all your help.
Read more »When I put a new post up that is 1 or 2 lines long with a picture, the teaser box is being sized to the length of text rather than the picture. So the picture ends up spanning the body of the teaser, the bottom border and sometimes in to the next teaser. How can I adjust the length of the teaser box so the picture fits in the teaser body. If need be you can see an example on my site http://drupal.teamthunder.net
Thomas
Read more »Hi,
When editing a node, some useful fields are currently collapsed (Menu settings, Node Hierarchy, etc) and others, less useful, are visible. To prevent editors from forgetting to set the menu link or other settings I'd like to set these fields visible. How can I change these settings in the template?
Thanks!
Read more »Hey everyone. in iTheme 2 (http://drupal.org/project/iTheme2) with forms like the user sign up form and contact form the field names don't show up - example - I click sign up on my site and the first box is empty and it just shows a short description at the bottom. When I move back to Garland it would say "Username" instead of nothing in iTheme 2. Is there a fix for this, or are there any other good Mac like themes for Drupal 6?
Read more »I found this in the drupal documentation so I figured it would work pretty well, but I get no content output at all.
<?php foreach ($secondary_links as $link): ?>
<li><?php print $link?></li>
<?php endforeach; ?>
There is 1 secondary_link... but nothing shows in the rendered page code at the spot where that exists.
I have also tried outputting primary_links in the same fashion, and get no output. If I just print $primary_links or $secondary_links i get:
Array ( )
Read more »Yesterday I was trying few things out to understand the Drupal theme system. So I created custom regions for my theme and did not include 'content' in the list of regions.
Despite that $content still gives the output of the main page in my page.tpl.php file.
I couldn't understand where exactly is the main body content being assigned to $content variable.
$content is one variable which is not seen in the template_preprocess_page() function in the core.
Somebody pls help solve this mystery for me.
Read more »I am trying to develop a website with a discussion forum. The forum is implemented using forum module available in Drupal. One of the requirements is that the forum should have a different theme than that of the website. However, I couldn't find a way to specify a theme for the forum module. Is there any workaround such that my website uses a custom theme and forum uses the default garland theme.
thanks in advance
gnuwings.
User CP | Games | Calendar | Members | FAQs | Sitemap | Support |
You can see "|" this symbol in website.
I can put only menus using css like below:
User CP Games Calendar Members FAQs Sitemap Support
but if i want to put this "|" between menu titles then what is the tag or tricks I need to put in the theme's style.css file? Please kindly inofrm me.
I am using foliage theme.
Read more »im not sure if this is the right area for this post but as stated in my subject i am using drupal 6, CCK, and Views in my theme as suggested by another user here. i must say the two modules together are pretty unbelievable. instead of sitting here writing code, i am just checking boxes, entering some data, and creating templates. i got the first custom area done with views, and i am pretty impressed with the group of modules working in conjunction with one another.
Read more »Hi all,
I am new in Drupal,
I dont now how to call drupal loginform in our own created theme?
plzzzzzzzzzzz help me
With Regards
C.Rajesh
Is there a way to make blog entries side by side instead of one above another? Im trying to achieve something like this.
Blog 1 | Blog 2 | Blog 3
Blog 1 | Blog 2 | Blog 3
Blog 1 | Blog 2 | Blog 3
Blog 1 | Blog 2 | Blog 3
Blog 1 | Blog 2 | Blog 3
Could somebody help me out in this issue sinceI am not getting any response from that issue forum.
http://drupal.org/node/485002
Hi guys,
I was playing around with the - I must say - lovely theme "Alek 2.0". Great theme!
I was using some pages as primary and secundairy menu items.
There is something going wrong with this.
I know it is still in dev stage, but I wanted to share this with you.
When I create only secundairy menu items, it wil stack them on top of each other and not place them beside each other!!!
Did you notice this also or is it just me? Any clues on fixing this?
Greatings, and hopefully the final version will follow soon!
Keep up the good work.
Read more »Sorry if im posting in the wrong section.
I have a content type which has the regular fields; title, description and a few others. then I have add images. But i allow users to upload multiple images, so the content type could have several images.
What I would like is to only have 1 main photo in the content. then thumbnails or just arrows, so the user can scroll across the images.
The outcome will be a view similar to this
Read more »In molte pagine dell'area admin di questo sito http://www.forniture-alberghiere.net/ vedo questo errore:
warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/fornitur/public_html/forniture-alberghiere.net/includes/theme.inc on line 930.
Inoltre il secondary menu si è spaginato:
Using drupal 6, I have exposed filters with Views (6.2.6) and I'm trying to tweak the values being displayed in the text area. I've ready just about every google link I can find in reference to exposed filters and have found the phptemplate_views_filters function.
That said, I can't get it to work at all.
As I understand it, you replace the phptemplate with the theme's name (as an example, pretend the theme is called theme_east), so it becomes theme_east_views_filters, although I've tried all kinds of combinations, nothing has worked though.
Read more »Hai, I am using Php code to download the uploaded files.
<?php
$file="new.zip";
header("Content-type: application/octet-stream");
header("Content-Type: application/zip");
header("Content-Disposition: attachment; filename=\"$file\"");
header("Content-Transfer-Encoding: binary");
readfile("new.zip");
?>
Is there any theme based on Flash (Actioncript 3) for Drupal?
Or is there some ways to make such kind of themes?
Cause we have only CSS/HXTML valid themes.
Read more »I like a variety of animals, so I want to talk with you about your pet!!
Please tell me your stories that you experienced with your pet. | ( " ~" ) |
Read more »I'm currently trying to change how comments on a story are displayed. The newest comment is shown below the entry, forcing the user to scroll down and work his way up to read all comments in order. I have found that the users can't stand this, and I can see why. How would I go about changing this from oldest to newest?
Read more »Hi,
I've read some really fantastic posts about theming the attachment table provided by File Upload. However, I have a client who specifically wants the attachments block to appear at the top of the page (above the page content) and I can't seem to find a way to do this. It seems to default to display at the bottom of the page and I can't find anything in node.tpl.php or similar where it's included.
Have been playing with the theme_upload_attachments() function, but that doesn't seem to have anything to do with where on the page it's displayed...
little help?? :)
Read more »hi all,
i am new for drupal
i need to develope forum in my website
i used my own themes,not drupal themes. so i dont no how to call the forum in my themes
plz help me
With Regards,
C.Rajesh
Read more »I want to pinch certain features from the Flexible Theme. This is a theme that incorporates accessibility. However I dont want to use the theme as such, just pinch the bits that I need but I dont know where to start. The items that I want to use are as follows:
The ability to change the size of the font by clicking on a button in the header.
The ability to change the colours on the screen again by clicking on a button
To have options in the header, such as 'skip to content' and 'accessibility guide'
Thanks
Read more »Hi!
I´m wondering where the following lines of code might be generated:
@import "/sites/default/themes/mytheme/css/ie.css";
@import "/sites/default/themes/mytheme/css/lteie6.css";
THey must have come with the $styles variable.
As they do NOT exist in my theme I don´t need them and of course want to avoid all those 404s.
Thanks for any ideas
Sören
We're developing a new website. It involves a few custom models, theme, ajax, Flash streaming etc etc and it's all working nicely.. BUT we have a head-breaking problem..
Logging in as an authenticated user refuses to load anything else but the admin pages?!?!?
Read more »Hi
Does anyone know how to change the font of the title in a teaser? I cannot find the .css For example, I have a made a story appear as a teaser on my front page and the title of my story appears, in the teaser, as the same text size as the blurb below...I want to bold the title or change color.
Thanks
Cath
Hi there,
So far I've used the Amity Island theme to put my first site together with Drupal and I've made changes to the style.css file and php fils where required. However, I'm thinking of starting over with zen in order to develop a full understanding of what's going on. One thing is really bugging me:
Read more »I have created a content type called match report, which captures such information as the team, opponents, date, resuly (won, lose, draw) and the scores of each team.
In the default layout these are listed down the page:
Result:
Lost
Wells scored:
7
Opponents scored:
14
Opponents:
Some Other Club
etc...
I would like to format these differently, for example:
Wells 7 - Some Other Club 14
Could someone point me to where and how I might achieve this?
Read more »Hi,
Is there a way or module wherein in my right sidebar i'll put a certain taxonomy and on the main content is another category/taxonomy?
Thanks
Read more »I am looking for a way to pull a CCK field into my search results template. The idea would be to show a CCK field that is attached to the node (in this case, a thumbnail) next to its snippet in the search results list.
I tried adding this via the CCK field display settings, but no luck. Also, can't seem to find a way to grab that field into search-result.tpl.php.
Any ideas? This is a Drupal 6 theme. Thanks!
Read more »I need help. How can I assign active class for a custom navigation (not using primary link)?
Read more »Hey Drupal Folks,
I created a content type containing FileField Inline Images and i wanted to change the layout of the design and i dont know how.
I would like the Filefield of InlineImages to be displayed besides the body so it has a better flow.
You can see what I am talking about when you go to video at http://mustardseedmedia.com/podcast/episode29 and skip through the middle, you will see how he has it set up.
Read more »Hello all
I added the FCKeditor module to my website, but for some reason all my markup is displayed when I publish the node.
why is this happening?
Also how do I make use of the teaser break that comes with FCKeditor in drupal? When I add the teaser break the full node is still displayed in both the teaser view and the full view....
Its driving me crazy,
Thank
Ross
Read more »I am looking to create a listing of nodes using Views, and be able to edit attributes on those nodes directly via checkboxes. A simple example for my magazine site would be:
Views shows the Editor a list of articles (nodes). Each node has a checkbox "Print version, Yes or No".
The Print Version checkbox would be part of the Create Article node creation form, and the views listing would show the current status of that checkbox for each node as a checked check box. A radio button would work too.
Read more »Hopefully my explanation of the goal I'm trying for doesn't come across as a garbled mess. I'd basically like to archive my main page updates on other pages but have them show up on that page with the ability to comment and do all other normal features.
For example, say I had a category on movies and had several movies reviews on the front page along with other material. I'd like for my users to be able to type in url.com/movies and see the same material there with commenting abilities.
Read more »Ok, I feel dumb. For some reason I thought the theme name came from the directory, after much head scratching I realize it is from the .info file name.
Read more »I've used Content Templates to create a node template. I'm using CCK Imagefield to include pictures in my story, and Lightbox2 to create a slideshow effect for when there is more than one image, so only the first is shown until it's clicked on.
Not exactly the way I'd like to do it, but it works for now.
Can anyone tell me what I can alter here to show the imagefield-description under the first image, and then under each image in the slideshow?
I fumbled my way this far, but I'm a little lost from here.
Read more »