The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
22 views

Set trim_length of field through UI for blog entries

I am using the Blog module, but don't like the 600 character trim length. I want 2000 char. But, I can't find out where to change this in the admin console. I was able to update the trim length ...
0
votes
2answers
24 views

give node author ability to position the image when uploading content

I have a field of type image "COVER IMAGE" in my blog entry content type. The users should have the power to place it wherever they like...top, down,right or left, if not more and re size it. right ...
0
votes
2answers
53 views

Put footer/signature on every blog post?

I'd like to put a canned footer at the bottom of every blog post which has it's own content type. My blog posts can have comments so I'd like the footer boiler plate to be at the end of the post ...
0
votes
1answer
14 views

Core blog module only shows two blog entries?

I've enabled the core blog module, but it only shows two entries on exampe.com/blog If I "unpublish" one of them, it brings up the next published blog post, which shows me that it does recognize that ...
0
votes
3answers
48 views

Allow users to log in to Facebook/Open ID/Google to comment on blogs

I am considering migrating a blogspot blog over to Drupal 7. My biggest concern is maintaining the existing commenters. In order to make it as easy as possible for the people to contribute by ...
1
vote
0answers
23 views

Flags, Entity reference, users and content upload

I am using the entity reference module and flags to achieve a certain use case. Let me elaborate. In my site, there are nodes of type "TASK". They have a flag on them "Take Task". Now a logged in user ...
0
votes
1answer
22 views

How give users ability to change their blog pages theme?

I am using Drupal7 and I am designing a blog engine site that any user can create a blog for him/herself and he/she can change the theme of his/her blog page. Is there any module to integrate with the ...
0
votes
1answer
24 views

How to pass link to Read More manually

I enabled the blog module and I created the blog called test blog. I created the template file as page--blog.tpl.php. Here is my code: <!--ip_mainLeft starts here--> <div ...
1
vote
1answer
53 views

Module for hot posts? [duplicate]

I'm trying to make a blog and would like to add to a sidebar 'hot posts' listing, t.i. - posts that are read the most in some time period (preferably - one day). Is there a module for that, cause I ...
1
vote
1answer
46 views

Remove post featured image [closed]

I want to remove post featured image from http://bit.ly/XkE8vG. I have tried a lot by looking in to theme files but couldn't find any way.
0
votes
0answers
46 views

Changes in view template for a blog doesn't show up

I have a drupal 6 site on production server. There is a blog, which has view setuped to display list of blog entries, but the default layout is broken. I have two options to proceed: adjust styling ...
1
vote
2answers
74 views

Print selected fields from a referenced node

Using entity reference, i have been able to link a node of type blog to another node of my custom content type, "challenge", by creating a field under blog of type entity reference. Great. Now, when ...
1
vote
2answers
98 views

Display node author picture through tpl file

I am writing my custom node--blog.tpl.php for my Drupal7 based site. I want to print the author image of the blog so in my tpl file i include the following: $user = user_load($user->uid); print ...
0
votes
1answer
96 views

using entity reference fetch different fields automatically

using entity reference, i am able to relate to nodes with one another. Thats great. The user while entering their blog has an option to relate it to nodes of my custom content type. This works great. ...
0
votes
1answer
217 views

When webform block submitted send email to node author and site admin -how?

This is scenario which I try to reach on my website for free blogging: There is created universal webform Contact author with fields name, email and text which is as block (display webform as block ...
0
votes
0answers
98 views

How to theme the blog module - node--blog.tpl.php?

I'm really struggling to theme the blog module, all the tutorials I find seem to revolve around creating a node-blog.tpl.php but this template is not picked up by my theme (omega sub theme, Drupal 7). ...
0
votes
1answer
27 views

Views 3, link picture/title to users blog

I have a view of active blog users and I want to link the title of each blogger to their blog ie /blog/[uid]. By default, it seems views can link the blogger title to their profile ie (/user/uid) but ...
3
votes
1answer
157 views

Is Drupal 8 with views in core stable enough to be used as a simple blog?

I want to start using the new drupal 8 codebase, but I was wondering if I can use it in its state now as a simple blog using views.
1
vote
2answers
52 views

Edit Blog Links & Breadcrumb?

My client would like me to replace the s's with just ' on the links and breadcrumbs of user blogs for user names that end in s. For example, the breadcrumb and blog links for the user Joe would ...
0
votes
2answers
82 views

A sub-domain for each user blog

Is there any module, or a way to get a user blog in a separate sub-domain, such as user1.example.com for user1, and user2.example.com for user2?
0
votes
1answer
67 views

How to move blog to a custom path in drupal?

I want to move default blogs to a custom URL i.e. blog are by default present at ./blog but i want them to be at ./share/blog I don't want to use url aliases. I want a permanent move.
3
votes
3answers
275 views

Remove output of author username and blog link of news snippets from search results

I currently have this in template.php to remove the 'username's blog' link from blog entries. function phptemplate_links($links, $attributes = array()) { unset($links['blog_usernames_blog']); ...
0
votes
1answer
94 views

Add Facebook Share/Like icon in Blog Entry Header

I want to add a header to my "blog entry" content type that will have a couple icons for sharing with Facebook, Twitter, email, and Google +1. How can I do this? I currently have the icons in a ...
-1
votes
1answer
114 views

Is Drupal appropriate for what I want to do? [closed]

I am building a simple portfolio site for a friend. The vast majority of the site will be static, but I'd like to implement a kind of news/mini-blog on the front page, just two divs where he can ...
-6
votes
1answer
682 views

Do we really need Blog module in Drupal 7 (and 8)? [closed]

In Drupal 7, the Blog module do not have any option to change the URL. Because I want a different URL, I build blogs without the Blog module. For blog pages, I make it using Views and theme ...
1
vote
2answers
593 views

Hide user's blog link on blog entries

I want to hide the user's blog link that appears on blog entries e.g Anonymous's blog How can I do this in node--blog.tpl.php? I tried hide($content['author']); but that doesn't seem to work.
0
votes
1answer
110 views

Blog entries and blog listing page are different content types?

So I've noticed that Drupal sets the blog listing page as a different content type to the blog articles. This is a bit awkward because I want to set blocks that are specifically for the blog section. ...
1
vote
1answer
39 views

Add a class to the first teaser on /blog page

On a site I'm developing the first blog teaser on the blog index page /blog is displayed bigger than the other teasers. I do this with a class 'featured', can I add a function in template.php to add ...
0
votes
2answers
531 views

Create custom template for blog

How do I go about overriding the default template for content of the blog page (the index page that shows the blog teasers)? Also I would like the original template code for this content so that I ...
1
vote
1answer
216 views

Tagging for blogs?

Is there a simple way to add the ability to add 'tags' to blog entries in Drupal? Maybe I need to add a module for this functionality?
2
votes
1answer
89 views

Change URL of /blogs

How would I go about writing a function to change the url of /blogs to /news?
0
votes
1answer
65 views

How to manage placement of blog articles in omega regions

I want to be able to control which omega region blog entries (individual blog articles) are placed. They appear to be in the content-zone, but I have not seen how to control which actual region they ...
1
vote
1answer
59 views

“View recent blog entries” only showing on admin's page but other users have blogs

"View recent blog entries" only showing on admin's page: http://www.effectiveanimalactivism.org/user/1 But other users also have blogs: user/5 and /user/10 that don't show up on their user pages.
1
vote
0answers
52 views

The teaser “more” link is broken

The teaser "more" link is broken for user blog posts that appear on the homepage. The broken link goes to the root page (www.domain.org). The title links correctly link to the the node. I'm using ...
0
votes
1answer
54 views

Imported blogs not showing up under proper tab

In using Acquia/Drupal Commons and the Feeds module, we have successfully pulled in a few WordPress feeds. While the Organic Group is assigned and the newly created feeds appear in the OG's Home tab, ...
0
votes
0answers
114 views

How do I get blog tags set up in taxonomy to return associated blog posts?

I have currently set up a list of terms in taxonomy. These tags are showing up fine in a tag cloud. I have been able to add these tags to blog posts and they show up fine on the blog posts as well. ...
0
votes
0answers
30 views

Block Page with post titles, featured thumb image?

I'd like to have a sidebar block with latest post titles from one specific blog in the site, plus a header image/featured. Is there some module handling this? Or can it be achieved with some PHP code ...
1
vote
0answers
174 views

how to show blogs archives using panels

I created a view to display blog pages.Then i created a blog archive block which shows years.if i click on the years it shows the blog view which i created.now i want to show the archives(year) block ...
0
votes
1answer
37 views

Linking to My Blog on Menu

I am creating a new Drupal website. I want to create a menu tab that links to the My Blog section. What URL link do I use for this?
1
vote
1answer
33 views

Deleted my secondary_links block; where to find another?

How would I re-add a copy of "secondary links" to my Bartik-themed installation? I seem to have deleted it a year ago when I didn't think I'd want a blogroll, but would like one now.
1
vote
0answers
102 views

Blog Site navigation missing! Drupal 7.x

Hi Drupal specialists, since today I cannot see the "page 1 of x" on the bottom of my blog page. Also the "more" button from the "latest blog posts" block is w/o functionality. I did not change ...
0
votes
1answer
227 views

Make blog available to authenticated users only

I have a site which lists some events in a block using the agenda module. I have this set to be the main content (eg taking up the center of the page). This is the only content I would like general ...
0
votes
1answer
375 views

D7 Views 3 Blog Archive Block

I need to build a "blog archives" block with Views 3. I've seen (and am currently using) the solution at Archive block for nodes using Views, but this method doesn't allow specific enough paths. ...
2
votes
1answer
388 views

How to prevent Drupal from automatically truncating blog entries?

When you enable the Drupal 7 Blog module, the blog page (http://mydrupal.tld/blog) displays truncated blog entries. It looks like Drupal truncates after the end of the first paragraph (<p>). ...
1
vote
3answers
657 views

Blog with subscription option to send emails on new blog entry

I'm working with Drupal 7. How do I setup 'Subscription' option for my blog so that upon every New Entry of the blog, an email is sent out to the subscribers?
0
votes
1answer
449 views

Drupal 7: customise archive view to show only blogs from one user

How can i customise the archive view in views 3 so that each user blog page has an archive relating to that page. The default view is for the whole site. thanks in advance.
2
votes
1answer
95 views

Blog custom URL

Is it possible to have, for example, www.mydomain.com/blog/username instead of www.mydomain.com/blog/1, as blog URL?
1
vote
1answer
75 views

How would I have got blog and news pages to list articles/blogposts, how do I edit?

I have a 'blog' page that lists blog posts and a 'news/events' page that lists articles. I cannot remember how they got there, if they were automatically generated. I think I had to do something at ...
1
vote
0answers
37 views

Modules for RTF with inline images + word limits?

I want to allow all users of my sites to add there own blog post, with certain constraints. Here's the form I want to give them: Title: Contents (RTF, max 700 characters): Submit (or ...
3
votes
2answers
113 views

Is there a site as good as Smashing Magazine geared towards drupal rather than wordpress? [closed]

As the title says, I'd like to find a site that is similar to the Smashing Magazine site that caters more to drupal users. I love this site. I have yet to find a Drupal centered one that keeps me ...

1 2