Forum Replies Created
-
In reply to: Plugin: Move It
I keep getting this error:
Warning: Cannot modify header information – headers already sent by (output started at /forums/my-plugins/moveit.php:117) in /forums/bb-includes/pluggable.php on line 166
I removed the complete path for my security.
In reply to: Hide a Topic?BUMP
dyaddydad… care to post that plugin?
In reply to: MediaWiki, bbPress, and WordPress integration..Ok, this time I deleted all the Media Wiki tables from the database, then reinstalled Media Wiki. This time, I didn’t use a prefix for the table names.
I uploaded Authpress.php and added the code to Localsettings.php.
Now when I try to login, I get these errors:
Warning: Compilation failed: characters with values > 255 are not yet supported in classes at offset 33 in /web/abc/abc/citizenkeith.com/forums/wiki/includes/User.php on line 224
Fatal error: Call to a member function on a non-object in /web/abc/abc/citizenkeith.com/forums/wiki/includes/SpecialUserlogin.php on line 320In reply to: Hide a Topic?fel64 – Thanks for the rundown. Unfortunately, I know very little about coding, so I’ll leave it up to somebody else. And that somebody may be dyaddydad!
dyaddydad, I’d love to check out the plugin. Can you send it over to me so I can test it? kamera at gmail dot com. Thanks!
In reply to: Plugin: lotsolinksThis would be really interesting if you were able to link those keywords (not tags! ) back to a specific page on the user’s website… not just the front page or whatever page they put in there. That way it would link to something relevant about the keyword.
How about making the link be to a Google search of that website for that particular keyword? For example, if I defined “ludwig” as one of my keywords, the plugin would link to a Google search of my website, citizenkeith.com:
http://www.google.com/search?q=site%3Acitizenkeith.com+ludwig
Make sense? I think this would be much more useful and interesting for the users.
In reply to: Freshness LinkedOops. Sorry about that! It works now.
Latest post link is screwed for the forum named OBT. Threads from other forums work fine. WEIRD.
In reply to: Freshness LinkedThanks for checking that… so is there a problem with the pagination of Forum ID #1? If you want to poke around, I can create a test login for you. login/pass is test/test
In reply to: Freshness LinkedJust noticed… the “latest post” links don’t work via the front page, but they work when you are viewing the threads in a single forum. For example, they don’t work here:
http://www.citizenkeith.com/forums/index.php
But the DO work here:
In reply to: Newsletter by emailHow about for those of us who aren’t integrating with WordPress? This would be very useful for me.
In reply to: MediaWiki, bbPress, and WordPress integration..Did you put BOTH database tables and such in the SAME database? Like I said above here?
Yes, just like that, although I am not integrating my WP with bbPress.
As far as I know, you would only need to do what’s on this page right? Since we’re not talking about WP here at all?
That’s correct. That’s what I’ve been trying to figure out… I’m following those directions, but I still get these errors.
Sorry if I’m not much help..
Not a problem! I appreciate your efforts.
In reply to: Freshness Linkeddid the latest reply thing stop working immediately after recount?
Yes, it was fine until I ran that. It immediately stopped working. Which is strange, because iI had recounted before.
Perhaps get the latest version, see if the problem persists?
I’ll wait until there’s an official release of 1.0. It’s not a huge problem, so I’ll wait. Thanks though!
In reply to: Freshness LinkedA few weeks ago, I recounted everything, and suddenly this plugin (in fel64’s post) doesn’t work anymore. You click on the >> to get to the latest post, and it takes you to a page without any posts, and it states that the thread is closed, even though it isn’t closed.
For example:
http://www.citizenkeith.com/forums/topic.php?id=29&page=143&replies=713#post-8940
It should have been something like this:
http://www.citizenkeith.com/forums/topic.php?id=29&page=24&replies=716#post-8943
Replies/Posts are off by 3, and pages are off by 119!!
In reply to: MediaWiki, bbPress, and WordPress integration..bump
In reply to: MediaWiki, bbPress, and WordPress integration..Hi spencerp!
I am not using WP, so the integration is taking place between MW and BB only. BB was already installed, and I have 26 users. Integration took place *after* I installed MW in the same database as BB.
In reply to: MediaWiki, bbPress, and WordPress integration..Here’s what I’ve done so far:
Installed Mediawiki. Put Authpress in the extensions folder. Added code to LocalSettings.php. In that file, I tried both with and without these lines, uncommented and with my database information:
# Only include the following if you aren't using the same db as MediaWiki
$wgAuth->setAuthPressDBServer ('FIXME');
$wgAuth->setAuthPressDBName('FIXME');
$wgAuth->setAuthPressUser('FIXME');
$wgAuth->setAuthPressPassword('FIXME');I added
false, 0,
as described here:http://comox.textdrive.com/pipermail/wiki-tech/2005-August/000028.html
I’ve tried every combination, but MediaWiki still looks for the table mw_bb_users instead of bb_users.
My only option is to re-install MediaWiki without the table prefix, but I’d prefer to avoid that.
In reply to: MediaWiki, bbPress, and WordPress integration..the answer is here
http://comox.textdrive.com/pipermail/wiki-tech/2005-August/000026.html
I’ve tried everything in the above thread, but I still get mw_ appended to the table (mw_bb_users).
In reply to: Plugin: bbPortal 1.2keith:
you mean like a read more?
Yes, that’s what I mean.
In reply to: Plugin: bbPortal 1.2Thanks Null.
One additional thought… is it possible to limit the length of the post on the portal page, then have a link at the bottom that will take you to the full post in the forum?
In reply to: Plugin: bbPortal 1.2Thanks Null! We’re using bbPortal at our forum now. Any chance that you can add Sticky support for topics? I have a topic stickied in my designated portal forum, but it doesn’t appear stickied on the portal page.
In reply to: Quote Plugin WeirdnessCan this plugin be changed so that each seperate quote is shown in order, as separate blockquotes, rather than nesting them?
In reply to: Adding Location to User’s Post Infobump
In reply to: Plugin: [REL] SignatureAh, that did it! Thanks for the clarification.
Any chance that we can add smilies from the emoticon plugin into the sigature? Or at least an IMG tag?
In reply to: Quote Plugin WeirdnessJust wondering… will quoting be a part of the next version? Or will we still rely on a plug-in for it?
In reply to: Plugin: [REL] SignatureIn functions.php, find the get_profile_info_keys() function, which should be on or around line 1761. In the line that starts with array(‘user_email’…, add the following code before the last “)” in the line. Note the comma.
, 'sig' => array(0, __('Signature'))'
Hmm… I can’t seem to get this to work. I’ve followed your instructions, but it doesn’t show up in the Edit Profile area. Here’s my code for that section of functions.php:
//meta_key => (required?, Label). Don't use user_{anything} as the name of your meta_key.
function get_profile_info_keys() {
return apply_filters(
'get_profile_info_keys',
array('user_email' => array(1, __('Email')), 'user_url' => array(0, __('Website')), 'from' => array(0, __('Location')), 'occ' => array(0, __('Occupation')), 'interest' => array(0, __('Interests')), 'sig' => array(0, __('Signature')))
);
}Is this correct?
In reply to: Plugin: [REL] SignatureDo I use the code and instructions in the first post, or is this downloadable somewhere? I didn’t see it on the Extend page.