Particular Dating Site
Hi to everyone,
I've a question.
I have to create a Dating Site with these features:
- Men register their Profiles with all characteristics (Age, Eyes' Color, Hair's Color..)
- Women register on Site but they don't have to insert any information about them
- Women can insert an announcement that is visible only by men that correspond to the searched filters.
Example
John registers himself with these characteristics:
- Age 18
- Eyes' Color: Blue
- Hair's Color: Brown
Marc registers himself with these characteristics:
- Age 22
- Eyes' Color: Blue
- Hair's Color: Brown
Notulen meeting dd 12 augustus 2013 nationaal Archief
Verslag DrupalOverheid bijeenkomst Rijkshuisstijl
Locatie: Nationaal Archief, Den Haag
datum: 2013-08-12
Auteurs verslag: Franks Schaap, Bert Boerland, Edo Plantinga
Organisatoren: DrupalOverheid, m.n. Hanno Lans & Edo Plantinga
Doel van de bijeenkomst
Eerste sessie om te verkennen hoe we beter kunnen samenwerken rondom het Rijkshuisstijl template in Drupal.
Opzet maken om het rijkshuisstijl template "responsive" te maken.
Conclusies
Het D7 theme bestaat al en er is al een responsive subtheme. Meer samenwerking hieromtrent is gewenst.
Read moreAria Landmarks placement in page.tpl.php
In our page.tpl.php theme override, there exists the following line.
<!-- footer row: width = grid_width -->
<?php print theme('grid_row', $footer . $footer_message, 'footer', 'full-width', $grid_width); ?>In order to correctly insert Aira Landmarks, am I correct in assuming the following:
<!-- footer row: width = grid_width -->
<span role="contentinfo">
<?php print theme('grid_row', $footer . $footer_message, 'footer', 'full-width', $grid_width); ?>
</span>Drupal, theming, templating, and some flash
Hi all,
I have a question that, without a doubt will make some of question my sanity, primarily since I am dealing with Flash. Ok, breathe...
I am tasked with adding a responsive site for tables and mobiles and an international (i18n) management platform to our web sites lineup. Currently, our main consumer site is built in Flash and and utilizes a custom CMS that everyone is familiar with (marketing ppl).
Read moreDiagram of regions in Omega 3
Please review this diagram of Sections, Zones, Regions for Omega 3.
This is built in InDesign after using the starterkit for omega-html5, so it's easy to fix/repair/update.
By the way, this made me wonder about the inclusion, in mytheme.info, of the lines
regions[page_top] = 'Page Top' regions[page_bottom] = 'Page Bottom'
since they don't appear elsewhere in the code.
Read moreCalling node_load from within template
Does anybody know of the implications of using node_load() in a template and have a better suggestion?
Some details:
I have a cck content type that uses the cck reference field to link to a node manually entered (intentionally) by an editor. I am using that nid via node_load() to get a image from the referenced node and display it together with the title. This 'related post' block is a curated list of other posts related to the current one.
Read moreEmbed Quiz in other content types
Hi there,
Thanks for a great module. I am excited to work with the new version of Quiz, it adds so much value to any website, visitors love to be interactive and it's good for search engines.
I am trying to implement quiz in such way that it can be embeded on any content type, (mainly a book page). The objective is to have on the same page the specific content of that type plus the interactive part - the quiz.
Read moreIs there any way to determine which template is governing the current page output?
So I've inherited a site with a bazillion templates and pages. For some of them I've been able to use grep to find the template that is controlling the current output. So far, so good.
Now I have a particular view that is controlling output to a page and I need to reformat that page. But I CANNOT determine which template, if any, is controlling it. I've spent several days (actually) searching, looking, dumping, debugging, using various drupal tools including drupalforfirebug and firebug itself, all without any results.
Read moreUsing template to configure link from a field
So this may be a silly, simple question... but it has me. I am trying to modify a field to be output as a link. Scenario: the user adds his/her personal website address (akanik.com) in to the "Website" field. The template takes that field, enters the value of it into the a href and therefore makes the original field data (akanik.com) clickable.
<?php
print render($content['field_email']);
?> <a href="http://<?php
print ($content['field_website']);
?>"><?php
print render($content['field_website']);
?></a>
Read more Best Base News Template?
I am looking to convert to Drupal, from another platform. I want Drupal's stability. I'm looking for advice on the best template to use as a base for a news site. I'm not looking to spend months building a theme from the granular level in order for it to be useable, but a template that is "ready for move in." I like the OP theme, but it comes with too much baggage, and I like the ProsePoint theme, but the same reservations. My needs are the following:
- Three-column.
- image captions.
Any suggestions?
Read more



