The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
15 views

adding Organic Groups Forum module to minimal install causes PDOException

Error: The website encountered an unexpected error. Please try again later. PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'node.entity_id' in 'where clause': SELECT ...
0
votes
0answers
11 views

Sort forum topics on 'created time' instead of 'changed time'

I have Advanced Forum installed in Drupal 7. I would like to have the topics sorted by the created time of the topic instead of the changed time (it seems to be this is done by default). Only when a ...
0
votes
1answer
24 views

Access control in group based forums

On my websites I have forums that mirror the structure of og-based groups. I am using advanced forums, OG Forum D7 and a decent amount of custom code. My problem is to restrict access/visibility to ...
0
votes
0answers
22 views

how to limit memory allocation from what is returned in a drupal forum

I have a Drupal forum site that has large data in it. For example one forum category has 14,000 threads and has 100,000 comments. Even in my local testing site, it's very laggy. Then when I uploaded ...
1
vote
2answers
69 views

Forum Post urls with Pathauto

I'm using Drupal (v7.21) with Pathauto and Advanced Forum and would like the paths to be formatted like: domain.com/forum domain.com/forum/the_topic_name domain.com/forum/the_topic_name/the_post_name ...
0
votes
0answers
69 views

How to theme forum posts? (Custom author_pane template won´t work)

I´m trying to get my author_pane template from the profiles to be different than my author_pane template in my forums. I´m using Silver Bells forum theme. After reading the instructions, I´ve managed ...
0
votes
0answers
15 views

Discover if a user has posted in a discussion

I currently have a website that is running advanced forum and I want to restrict threads in one particular forum so that a user can not read other people's comments until they have commented in that ...
0
votes
1answer
33 views

Migrating a forum created with Advanced Forum 1.x branch from Drupal 6 to a Drupal 7 site running Advanced Forum 2.x branch?

What's the best way to do it? What module(s) should I use to export the data from the Drupal 6 site and import the data into Drupal 7 and what do I need to think about regarding the different ...
0
votes
1answer
93 views

Advanced forum email notification to both users and administrator

I used advanced forum in one of my site, working all good except 1 thing i couldn't able to find how to notify my users and also admin through emails about forum posts updates
1
vote
0answers
27 views

Forum posts and replies

I have a requirement where I need to show latest discussions (using advanced forum module) using views. The tricky thing here is that both replies and topics need to be treated equally and the one ...
0
votes
3answers
96 views

Change date format in forum

Is there a way to change the date format in main forum table? I changed the date format in views for topic list, but the date format wasn't changed on main forum page
1
vote
1answer
34 views

Profile image goes over the text on advance forum in drupal 7

I'm fairly new to Drupal and I'm testing out Advanced Forum module on my site. The problem I'm facing is that when photo which is uploaded is bigger than user info layout, then it goes over the ...
0
votes
1answer
22 views

Discussion forum for each group

I need to set up a forum kind discussion for each group that is created... Can anyone help me with this ... Thanks in advance.
0
votes
0answers
39 views

advance forum picking up two different css files

I have a custom theme with custom css(3 column layout). Now I added advance forum with a different css file (2 column layout). Everything is OK upto the topic list view but when I clicked a topic to ...
1
vote
2answers
114 views

Stop Advanced Forum cutting off the username?

Im using the Advanced Forum module. Many of my users have long usernames which are being cut off (in the author information when they post a comment). Is it possible to lengten the limit before the ...
0
votes
1answer
22 views

How to disable delete once the thread has been started in advanced forum module in drupal 7?

If there are no comments on the current topic then user can delete the post. If there are one or more comments on the forum-topic then user will not be able to edit or delete forum-topic. Which ...
1
vote
0answers
53 views

How to copy forum structure Advanced Forum?

I wish to use the Forum or Advanced forum module to create forums. But to save time I need to duplicate forum structure to create new ones. I've done Google search but did not find any useful ...
0
votes
1answer
44 views

Archiving forums on time basis in drupal 7

I am using advance forum on drupal 7. I want to add following functionality to it: Archiving: I could define forum posts older than 6 months or so should be automatically be archived and visible ...
0
votes
0answers
19 views

How to preserve forum post sort order when moving posts between forums

I have a drupal forum (using forum and advanced forum modules). I am trying to move a large number of posts from one forum to a newly created forum. The problem I have is that in moving the post ...
0
votes
1answer
32 views

How to change the alias for the core forum landing page?

Core forums sets the landings page to /forum. I need this changed to /another-page/forum. I know I can change the forum posts using pathauto, but I need to change the alias for the top-level forum ...
1
vote
1answer
140 views

Drupal 7 Forum - Allow Users to 'hide' their online status

I am desperately trying to find a way for my users to 'hide' their online status from other users. Currently all users online are displayed in the drupal 'who's online' box. Ideally I would look for ...
2
votes
1answer
52 views

How can I make a view to show all own comments?

I'm trying to show all comments the logged user did on a forum from the module advanced forum. I've tried using views, adding a relationship with content:autor and filtering by user:current. But ...
0
votes
1answer
132 views

How do you build an auto-generating menu for forums?

I am using Drupal 7 with advanced forum and taxonomy menu and cannot figure out how to create a menu that will automatically add topics as menu items to forum containers with the right URL path ...
0
votes
0answers
45 views

How to let a “subadmin” switch Advanced Forum styles without letting any other settings to be manipulated?

I have the Advanced Forum module enabled, which has some cool built-in styles, which I could also possibly extend with Advanced Forum More Styles. I would like to let a "subadmin" switch these styles ...
0
votes
2answers
240 views

if title available print $title if disabled print somthing else

I use advanced forum but it uses default drupal title method. I know there is a moudle called "Comment subjects" for this purpose but i need to do it in this way. I would be grateful if anyone could ...
6
votes
0answers
387 views

What is causing Views to consistently but intermittently not find a view provided by the Advanced Forum module?

I'm getting a frequent, intermittent error from the Advanced Forum module that causes a 500 error when it occurs (WSOD). On production, it's happening about 20 times per hour, on probably 2-3% of all ...