This forum is for less technical discussions about the Drupal project, not for support questions.

SEO & Drupal

I've been using drupal for about 8 months and am quite pleased with it. I thought the clean url's were helping me with SEO, but while using a spider simulator, I realized this may not be completely true.

Drupal lacks a user review, voting + comment module?

Drupal has comments, which let users comment on a node.
Drupal has several voting modules, which let users vote on a node.
Does Drupal have a module which lets users BOTH vote AND comment? This kind of functionality is widespread, e.g. at amazon.com or cnet.com.

Ideally the module would use votingapi and support segregating voting results by different node types.

If it doesn't exist I guess I'll build it.

Any progress on sorting taxonomies in 4.7?

I remember coming across several discussions on this subject, including propositions for patches to the taxonomy module, but have not seen anything about it in the discussions on Drupal 4.7. I would be grateful for any enlightenment that anyone can provide.

Here's a brief statement of the problem: when you display a taxonomy term with its dependent nodes (eg: www.example.com/taxonomy/term/9), then the nodes are sorted by stickiness and descending creation dates, in other words anything sticky appears at the top of the list and the rest is sorted such that the most recent nodes appear at the top of the list.

In my case, however, I wanted to do something different: I use the taxonomy (and the taxonomy_context module) to group together articles submitted at various times in a "series", where (logically) I want the series to start at the beginning, in other words with the first, not the last submitted node. In other words, I want the nodes sorted by creation date ASCENDING.

I could find no easy way to do this using existing functionality and contributed modules, so I ended up doing something I hate: hacking taxonomy.module as follows:
- added a new field "sortorder" to "term_data" table
- added four new fields to the term definition form, to allow four separate sortorders to be defined in descending order of priority
- modified the SELECT statements which find nodes for a term, to include the sortorder defined for the specific term.

WARNING: No Privacy on DRUPAL

To all you don't already know.
DRUPAL.ORG is exposing ALL messages to search engines and yoy will find your username and content on Google etc.

Good luck!

Drupal.org in IE7 preview?

I tested the new IE7 preview beta today, and all my drupal sites and Drupal.org are looking pretty awful. It's supposed to be CSS2.0 compliant and have lots of the new dynamic CSS built in. Still, it completely screwed the template. It might be because most of the templates have IE6 'fixes', but my concern then is, how are we going to make the sites work in both IE6 and IE7?

simple lame question abou TinyMCE

Hello there!

I just installed TinyMce following instruction. everything looks like OK. Tiny panel apears in textfields. But, when I'm trying to add some "enters" (I'm pressing return buton few times), after previewing or submitting my text is in a row...no spaces between words.

second issue consider with inserting images. When I press img button(in firefox) nothing happend :( (I don't use any AdBlockers or whatever, just gesture plugin and web-developer plugin) but in IE seems to be fine. but when I press submit or preview button I can't see my image in a content.

Pages

Subscribe with RSS Subscribe to RSS - General discussion