Trent Adams (@trent)

Forum Replies Created

Viewing 25 replies - 451 through 475 (of 1,181 total)
  • It is all program related. I would check if there is a setting to change this to a quicker time. I have this issue with Google Reader and other feed readers as well. Rest assured, the feed is instantly updated and you can check this by going to the feed yourself in a web browser.

    Trent

    I would like to help, just don’t know what would be wrong. I might even suggest going backwards to a release previous as I still am using 0.3 or something and it works fine even with the latest TRAC. Might just be a bug….

    Trent

    In reply to: trusted roles

    You shouldn’t have to, no. I will see if mdawaffe can do something up as soon as possible to fix this, even if it is a small release!

    Trent

    I would go ask over in the plugin forums at:

    http://dev.mbzeus.net/forum/

    I would imagine that the newest version should help you out.

    Trent

    In reply to: Setting user data

    I would take a look at the custom profile plugin because it is subscribes to adding custom fields to be added to the usermeta table and gets pulled when you view the profile. It might give you a hint!

    Trent

    It works if you are willing to download the latest TRAC version from https://trac.bbpress.org/browser/trunk/ and then scrolling down to the bottom of the page and clicking the ‘download in other format – Zip format’. That is the latest development version. Then you have to change your config.php to have:

    $bb->mod_rewrite = 'slugs';

    Your .htaccess file should just be back to whatever you had before. Mine is just the + MultiViews part.

    Trent

    Once 1.0 comes out, it will be a standard part of the release. There was much discussion on how to include a ‘prettier permalinks’ structure into bbPress and this was agreed upon and is committed to the TRAC development version of bbPress. I personally love it!

    Trent

    Looking at it quickly, you must be using the force login plugin. Try disabling it and find out if it is somehow stopping the posts from showing up. This will involve just taking it out of the /my-plugins/ directory for the quick test and then clearing the cache of the plugin in WP (if it caches anything) and your browser cache. Something smells funny and I would imagine that could be the problem as it doesn’t even allow an RSS feed to show up.

    Trent

    trent dot adams at gmail dot com

    Trent

    In reply to: trusted roles

    It is a known problem that Akismet and the BOZO functions are not ‘white-listing’ trusted users and this is being addressed in 1.0 for sure and possibibly a release prior to this pretty soon!

    Trent

    It has to do with the ‘users online’ plugin since it is referencing bb_online which is not in the standard installation. It isn’t finding the table which suggests installing the plugin in the /my-plugins/ directory or finding out what is calling that plugin in your feed.

    Trent

    In reply to: Tags not found

    I was wondering if it was something like that since we knew we were close! Glad to hear that you got it working!

    Trent

    I don’t think it was designed for ‘undelete’ on tags. I haven’t test this myself, but there is a utility in the admin to delete tags on posts that don’t exist, so I was under the assumption that the tags stay even if the post is deleted. I have some time tonight and will test this further myself. If it deletes the tags with the recent TRAC version, then I can file a ticket for you.

    Trent

    In reply to: Tags not found

    Hmm…..kind of at a loss here. Anyone else got a suggestion?

    Trent

    I am over my head when combining WP and bbPress functions and know next to nothing with Ajax. Hopefully mdawaffe (Michael) will see this post or head over to https://bbpress.org/about/development/ and see if you can contact him another way!

    Trent

    In reply to: Tags not found

    If you changed from 1.3 to 2.2 in Apache and it worked before the upgrade, it must have something in there that it doesn’t like with the Mod Rewrite handling. I am not sure myself, but I would change my .htaccess in the bbPress root folder of http://www.canadianbookclubs.com/forums/ to have only:

    Options +MultiViews

    Nothing else. Try it in that and in your http://www.canadianbookclubs.com/bkrv/ test run with the new version as well. Either way, it should work for one of them. That works best with most servers I have used and they are using Apache 2+. Try that out maybe and if not, take Fel64’s suggestion and put the contents of what is outputted by: /bb-admin/rewrite-rules.php

    Trent

    In reply to: Add New – issue

    I can’t remember, does the “cyrstal” theme have just the changed files or all the files? If the only changed files are style.css, header.php, front-page.php and maybe footer.php, I would just add back those files one at a time into an empty crystal folder and see what it takes to get the theme working using a limited number of files and not all of them. It will be one of the files that it doesn’t like with recent changes I am sure….

    Trent

    In reply to: What’s integration?

    If you change the config.php to have the correct information for WP and then login using a user from WP, it will start to use the users out of the wp_users versus bb_users table. I tested this back with 0.74 and it worked, so I can’t see why it would not do this with the newest version, but it is worth a go to prove it. The biggest thing is copying the information from bb_usermeta to wp_usermeta for the keymaster, admin, mods, ect because that is where the information on the user will ‘now’ need to be from that table. If I try this again in the next day or so, I can try and post up some kind of FAQ.

    Trent

    In reply to: Show off your Forum !!

    I went back to my roots and changed from my “onvertigo – binary moon” theme back to my trentadams.ca theme! I attempt to use every single plugin I find as I usually test them out on my forum! I always run the most recent TRAC version!

    http://onvertigo.com

    Trent

    In reply to: links to forums broken

    Bedbugger, kannued found out that an upgraded apache server caused the permalinks problem for them and the default theme worked with permalinks turned off. Could you test that for me?

    Trent

    In reply to: Tags not found

    For sure the Apache upgrade might have thrown you some problems. Make sure that contact your host about mod_rewrite in your new apache config file. Glad to hear you got it at least working again for now! Now, just check the documentation and then the FAQ on that page about what to put in your .htaccess again to get this working for you if you want permalinks on again.

    Trent

    In reply to: Spoiler plugin?

    If you can just put the tags in if you don’t have the ‘visual editor’ turned on for WP and it calls a javascript in the header, it must just parse the page for those tags. Why not test this theory and include the javascript in your theme’s header.php and make a post with the tags you have! It might also need including the other files as well, but I know the anarchy media script works that way. The script called in header.php parses the page for files that end with .mp3, .mov, etc and then creates the flash file around them! Worth a try!

    Trent

    In reply to: Tags not found

    If you have errors on line 13 of topic.php, it will be referencing the old ‘support’ functions that were removed in this version. Compare the topic.php of the new default template versus your template and you will be able to see what shouldn’t be there (on line 13). I might be able to dig out what to get rid of, but it will be because it is calling a funciton that no longer exists.

    Trent

    In reply to: Tags not found

    Another thing, in your theme, do you only have the ‘changed’ files relative to your theme? That has to be the case! All files that you have in your theme directory that are “not” critital to your theme should be deleted so it can use the default theme of the install! Could you also list what files you have in your theme directory. Then we might be able to narrow down what is causing the problem for you….

    Trent

    mdawaffe is aware of this issue….believe me, he is working hard to get this fixed! Sorry for the problems folks!

    Trent

Viewing 25 replies - 451 through 475 (of 1,181 total)