Search Results for 'code'
-
Search Results
-
I’m running 1.0 on Media Temple’s Grid Service.
As reported earlier, every once in a while, bbPress requires the database to be “upgraded”. All my plugins are messed up (some on, some off) and the theme is switched to Kakumei Blue.
This happened again last night, but this time I am unable to activate certain plugins. When I try, I get fatal errors.
When activating bbPM, the error is:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 4864 bytes) in /domains/mydomain.com/html/forums/bb-includes/backpress/functions.kses.php(104) : runtime-created function on line 1
With bb Topic Views, the error is:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 14592 bytes) in /domains/mydomain.com/html/forums/my-plugins/bb-topic-views/bb-topic-views.php on line 194
For Members Online, the error is:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 14592 bytes) in /domains/mydomain.com/html/forums/my-plugins/members-online/members-online.php on line 116
For Topics Per Page, there is a fatal error but no specifics.
For Unread Posts, the error is:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 14592 bytes) in /nfs/c04/h04/mnt/68418/domains/citizenkeith.com/html/forums/my-plugins/unread-posts/unread-posts.php on line 127
Before last night, all these plugins worked fine. Then suddenly, I had another database upgrade and they wouldn’t work. I upgraded to 1.0.1 and that didn’t help.
I am going to speak to Media Temple tech support today. Hopefully these errors can be explained and perhaps help somebody else in the future.
Topic: Force old cookie expiry?
I upgraded my forum to 1.0 and at the same time converted my WP into WPMU. It was a bit of a mammoth task to be honest. I inadvertently changed the cookie values in this upgrade.
My problem now is many of my users are getting to the forum with their old cookies intact. Logging in, and, because the old cookie with the wrong value is being read accepting their details but keeping them logged out.
Is there anything I can do to force deletion of their old cookies when they visit the site. I’ve put instructions up on how to delete their old cookies, but it’s a bit lame and making me look pretty bad
bbPress 1.0.1 Simplified Chinese Translation.
You can download it with the URL below.
http://wpcn.googlecode.com/files/bbPress.1.0.1.Simp.Chinese.pack.only.v1-wpcng.zip
There maybe still have some translation bugs. So please let me know and I will fix it.
For WordPress:
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); echo '?' . filemtime( get_stylesheet_directory() . '/style.css'); ?>" type="text/css" media="screen, projection" />
For bbPress:
<link rel="stylesheet" href="<?php bb_stylesheet_uri(); echo '?' . filemtime( bb_get_active_theme_directory() . '/style.css'); ?>" type="text/css" media="screen, projection" />
Creates a unique number (based on time) after the filename which is automatically updated if make a change to your stylesheet.
Hey all,
I have noticed since I installed bbpress, the topic-tags are pushed down below the topic-info section when the topic title is long. This is certainly a simple CSS issue, but I am wondering if that is the desired functionality or just a bug.
Example here: http://www.insideredbox.com/community/topic/sms-offer-text-fit-to-414141-for-a-free-redbox-code
Thanks,
Mike
Topic: Username list for each voice
Hi,
I’m working on a new theme and I want to display a username list for each voice in ‘topic.php’.
HTML example:
<ul>
<li>username voice 1</li>
<li>username voice 2</li>
<li>username voice 3</li>
...
</ul>Is it possible to achieve without plugin?