Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
While playing with Drupal 6 I impressed with new theming options and decided to prepare a generic theme and installation profile for forum sites.
Now I achieved tableless forum theme which is pretty useful for SEO stuff. I also achieved more vbulletin/IPB/PHPBB like interface. I am going to share that theme with Drupal community but I want to be sure that it fits (almost) everybodys needs. So I wonder what would you like to see in your forums.
I just tried to configure my Drupal and noticed 2 things...
First is about the secondary menu.. everytime i log in, it appears and when i log out, it disapperas!
How can i change that ? I want primary and secondary menu be displayed always !!
Second is about the Search Box Block... I gave access to that block via permission menu but still guests cant see it..
And also here, if i log in, it appears.. log out = dissappears.. guess what, i also want this to be shown ALWAYS !
when executing this query
SELECT f.fid, u.uid, u.picture, p.value, p.fid
FROM friends f
INNER JOIN users u ON f.fid = u.uid
INNER JOIN profile_values p ON f.fid = p.uid
WHERE f.fid =2
AND p.fid >=2
Its returns two rows and like this:
fid| uid | picture | value | fid
1 | 1 |img | Name | 1
1 | 1 |img | Surname | 1