Drupal is up and running but how do I ...?

menu fun with regular expressions

I have an odd request!

I split my site into sections using menus rather tha taxonomy module. Each section had a menu. I displayed each menu block according to the path - which is set by path_auto. ie. when someone is in the /support section a support menu shows. Each block Each block had a heading and a ul list for the nav.

However breadcrumbs don't work properly with this arrangement as they don't show the menu name in the trail.

And I want to instead put everything in one big menu, lets call it 'nav'.

My problem is that across the top of the page I have my main section links. And I really don't want to repeat them in the block nav.

With CSS I could achieve this by doing something like this:

<style>
.content ul.menu li.leaf, .content ul.menu li.lcollapsed { display: none; }
</style>

But I also don't want them to display with the stylesheet turned off.

Problem 1.

I'd like it to look like it did as I had origionally with the section your in as a clickable h2. So I figure there must be away to use some regular expression trickery to strip the outer ul tags, bin the li.leaf and the li.collapsed at the top level of the nav. And transform the li.expanded to a h2.

Embedding links in posts

Okay, really dumb question. What is the correct way for users (or admins) to embed links in posts?

The Filtered HTML input format says it supports <a> tags but since 4.7 no longer uses a <BASE> tag it isn't reliable. For example, this should be a link to node/abcd but it is actually a link to node/node/abcd because it is a relative link displayed in a page whose base URL is http://drupal.org/node/.

"Discard access logs older than:" set to 16 weeks, but are discarding after 4 days

Greetings. I'm wondering if anyone has any insight into this dillema.

I have my "Discard access logs older than:" set to 16 weeks, but they are discarding after 4 days. Below are my settings from the 'variable' table in my database that pertain to site statistics, as well as the source code from the "/admin/settings/statistics" page where the variable is set. Both the database record and the HTML source both show 9676800 for the "statistics_flush_accesslog_timer" value, I'm unsure what type of measurement this is, and if it's correct, maybe someone out there knows?

Much appreciated.

"Variable" dupal database table setting pertaining to site statistics:

statistics_day_timestamp  	i:1150860773;
statistics_enable_access_log 	s:1:"1";
statistics_flush_accesslog_timer 	s:7:"9676800";
statistics_count_content_views 	s:1:"1";
statistics_display_counter 	s:1:"0";
statistics_block_top_day_num 	s:1:"5";
statistics_block_top_all_num 	s:1:"0";
statistics_block_top_last_num 	s:1:"0";

HTML source from "/admin/settings/statistics" showing "Discard access logs older than:" choices:

Discard access logs older than:

What does the re-indexing button do in the search module?

For the search module, what exactly does clicking the re-index button do
that running the cron job doesn't do?

(By running the cron job I mean accessing: http://www.mysite.com/cron.php )

When (if ever) should I click this button?

My drupal site just died! Its blank

Ive been running 4.7 for months now without incident until last night. I browse to the page and it's blank. We haven't made any changes to the website for about a week now so this outage is totally unexpected. Other scripts on my host seem to be working fine as well so I'm starring at my blank drupal page scratching my head.

I don't have a recent backup. I just deleted the backups I had in the home dir and forgot to make new ones the night I did it. DOH!

I ran a repair on the database everything is cool from there and the files seem to be intact.. I dunno

Error on Category Module when creating categories ?

I'm trying to use the Categories module for my website, but when creating a category inside a container, I get the following error.

Pages

Subscribe with RSS Subscribe to RSS - Post installation