|
More site info...
Post installation | Forum profile
|
|
Forum profile page for Post installation on http://drupal.org.
This report page is the aggregated overview from a single forum: Post installation, located on the Message Board at http://drupal.org.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Post installation" on the Message Board at http://drupal.org is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Post installation:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
799
|
2,421
|
5,379
|
|
Post:
|
1,482
|
4,586
|
9,850
|
|
|
Post installation Posting activity graph:
|
Top authors during last week:
user's latest post:
how do i: use fckeditor to...
Published (2009-11-24 21:33:00)
Check the readme.txt file for the fckeditor module-- there's an included experimental plugin called 'link to content' (or something like that) you can try.
user's latest post:
Need Help with Trip Social...
Published (2009-11-25 07:35:00)
What would be cool is a commute website. Where people can registrer with where they live, where they work, what time they need to be at work, what time they stop work and if they can drive or not. Perhaps with the location module and a handy algorithm the computer can chart possible roots. If it became a large enough community then a person can sign on and say that they need to be somewhere at some time and the computer will find a way to...
user's latest post:
How do I set up my content to do...
Published (2009-11-24 21:01:00)
For the pages consider using the panels module. You could make one panel page that represents the front page and use one view per list. For the author related content you could make a panel page that takes one argument (the author) and use views for the lists (the view should also take author as an argument).
user's latest post:
Can a view point to anther view?
Published (2009-11-23 10:46:00)
ok i missleaded you, sorry. you dont need a customfield, just this views you created, they should be pages with urls set. so you have one page listing all you want, you set the urls in a corect way (for example url pointing to species from India "species/india") and then the second view as said before takes an argument from the url (provide default argument from url or sth like that setting) has an url sth like "species/%1"
user's latest post:
Customer Database & Video...
Published (2009-11-19 22:25:00)
Yeah I am the same way. I am learning more and more and even posting a few responses to questions when I can. I hope to answer more complex ones in the future.
user's latest post:
How is $content built?
Published (2009-11-23 15:05:00)
http://drupal.org/project/contemplate
user's latest post:
How do you change the logo size...
Published (2009-11-23 17:58:00)
I see you're using the default logo. Grab the logo from anywhere (the top of this page, for instance). Resize it any image editing tool, then in your Theme configuration screen, you can override your default logo. It's a funny place to put it, in your Theme config. I would look for it logically in Site Information.
user's latest post:
View shows me whole node for...
Published (2009-11-25 14:07:00)
Hi there, I have a view to show listed nodes. And it works :) But when I add some comments, for every comment the according node is printed out, which is of course stupid. I want it the other way round: It shall show below each node all according comments! Any suggestions how I have to program my view filter? Thanks alot, Soezkan
|
|
|
|
Latest active threads on Post installation::
Started 2 days, 9 hours ago (2009-11-25 06:41:00)
by nickeberle
you should check the documentation ( http://drupal.org/node/545664 ) and if there is no answer there post this on the issue cue for the boost module ( http://drupal.org/project/issues/boost )
Started 1 day, 12 hours ago (2009-11-26 03:20:00)
by VeryMisunderstood
user reposted question over in module development = http://drupal.org/node/643546
Rather then delete this question since it's been here awhile. Follow discussion, if any, at above link.
Started 3 days, 22 hours ago (2009-11-23 17:55:00)
by hhkont
I would resize the logo before bringing it into Drupal. AFAIK, Drupal will just use the original size.
Started 1 year ago (2008-11-06 16:39:00)
by nevets
Given the view expects volume as the first argument and number as the second this should work
<?php $view = views_get_view ( 'focus' ); print $view -> execute_display ( 'page_1' , array( arg ( 1 ), arg ( 2 ))); ?>
See for http://groups.drupal.org/node/10129 for more on embedding views 2.
Started 1 day, 13 hours ago (2009-11-26 02:44:00)
by mysticjeff
Hola Gang,
I installed 'pixture reloaded" and was trying to get the color scheme changed. It supports the color module. However, when i go under site building/theme/configure/pixture I don't see a color picker (never have for any themes). Maybe I haven't found the color picker or i am in the wrong place. It's supposed to have tons of color schemes to choose from but my site is stuck...
Started 2 months, 4 weeks ago (2009-08-30 05:02:00)
by derekg
It's not a weird question. I'm trying to figure out the same thing. And I've seen other people asking the same thing. There does not appear to be a standard simple way to do this.
In my case I'm deving a site for a dog breeder. He has nodes to show off each of his adult males and nodes to show off each of his adult females. I need to create nodes for breeding pairs selected obviously from ...
|
|
Hot threads for last week on Post installation::
Started 5 days, 16 hours ago (2009-11-21 23:37:00)
by paragon77
See if this topic will help or not...
http://drupal.org/node/636954
Started 6 days, 16 hours ago (2009-11-21 00:02:00)
by VeryMisunderstood
Thinking about this a bit.... Taxononmy aren't nodes. Therefore I'm not sure the required information will be present where it concerns when the terms were created. Thus filtering latest may be a bit difficult unless they are turned into nodes. the category.module does this I think. It's been awhile since I've used it though and wasn't crazy about the implementation.
Started 1 week ago (2009-11-20 03:56:00)
by aitala
I have the same issues with users remaining logged in with my phpBB3 integration...
I plan on moving from the phpbb Drupal integration module to the phpBBforum module, since the former appears to be dead. If that works, I am actually planning on migrating the phpBB posts into the native Drupal forum.. the phpBBforum change is only in case the migration to Drupal forum fails...
Eric
Started 1 week, 1 day ago (2009-11-18 20:49:00)
by nevets
If the path to a service page contains either the taxonomy id (tid) or name you can use a view argument and sets it's default handling to get the taxonomy term from the path. Note by default views uses the unaliased path.
Started 5 days, 22 hours ago (2009-11-21 17:38:00)
by VeryMisunderstood
in your view, what type of display is in use? if a page display, what is the path you've set?
Started 1 week ago (2009-11-20 06:45:00)
by meatsack
Just a couple notes so you don't spend too long searching for some things over others.
file upload failed. field_audio_0 - This seemed strange... I'm guessing "0" is some kind of count... this wasn't my first entry, so it shouldn't be "0" right?
I've had errors like this appear when I hit the upload button on the node form. Something goes wrong with the AJAX response in some browsers...
Started 1 week, 1 day ago (2009-11-19 07:45:00)
by bsenftner
check your input filters. Eiher go with Full HTML, or add the 'img' tag to your allowed input filter.
Started 5 days, 8 hours ago (2009-11-22 07:42:00)
by VeryMisunderstood
not alot to run with here.
specific page? provided by a module? or ..... ?
cache settings? in administer -> performance
any modules extending cache ? boost?
any 3rd party cacheing?
Started 5 days, 21 hours ago (2009-11-21 18:45:00)
by ludo1960
..clarify what you mean by:
- create this field and add there php code to print out the view manualy:
views_embed_view($viewName, $display_id, $myNodes); ?
I presume this code should go in the first view customfield?
Started 1 week, 1 day ago (2009-11-19 11:04:00)
by saurabhcms
Hi,
Put the anchor tag just before your image tag.
You can contact me personally.
Saurabh Arya | www.cmswebsiteservices.com | skype:nspl042
|
|