Trent Adams
Forum Replies Created
-
Forum: Plugins
In reply to: WP_PHPBB_Integration (Version 1)Ok…..still haven’t fixed the link to the blog yet, but I have got the error eliminated on my login link. What I had to do is use some of the code from a previous version of the plugin versus the new code and then add the profile and private messages part. It seems to be working fine now, but with some issues:
1) The login form doesn’t work because I still have no working wphpbb-login.php file that works with the new version of the plugin. As soon as I login and submit, it takes me to wphpbb-login.php and gives me a template error. In the meantime, I have removed the code that gives the loginform.
2) The plugin will not create members that come over from phpBB into wordpress…also assuming because the wphpbb-login form isn’t working? Not sure there. It will show logged in users that were already created from previous version of the plugin when they come over.
3) Responding to my last statement, even though it shows the previous user info when they arrive at wordpress and shows the admin link, it doesn’t carry that login info over to the admin area and they are forced to login again.
4) The Recent Posts from phpbb are not working with the code to call in the sidebar. I can’t figure out why!
All and all, the cross posting and comments codes are working fine and the cookie is being placed when users login at phpbb and come back to wordpress! (if they were already created previously). Just a few things to iron out! I thank Wilbur for all his time on this plugin and hope that we can work on this when he gets time!
Thank you,
Trent
Forum: Plugins
In reply to: WP_PHPBB_Integration (Version 1)I haven’t figured out the previous problem yet, but I am also having trouble with an error with the login integration. I seem to have the integration working, but I am getting the following error above the output for each user in my sidebar:
Warning: Missing argument 1 for wphpbb_login() in /blog/wp-content/plugins/wphpbb.php on line 3019
Anyone know what could be wrong or how to fix this error?
Thank you in advance,
Trent
Forum: Plugins
In reply to: Posting entries to a forum?Yes, wphpbb.php does what you want, but the author is still working on getting this plugin working with 2.02, but it works with older versions. Try searching the forum or check out ‘hackery’ at http://www.happypoet.com
Trent
Forum: Plugins
In reply to: WP_PHPBB_Integration (Version 1)I have this working with WP 2 and it is great! Thanks again for the great plugin! The only problem I have is that in the plugin options placing the following code doesn’t link back to the blog, but rather to the forum topic without the id number:
<a href=LINK>TITLE</a>Is there something that I should do to change this?
Example of this is:
http://forum.trentadams.ca/viewtopic.php?t=141
The permalink is incorrect.
Thanks again,
Trent
Forum: Plugins
In reply to: Registered Only Plugin : Restrict entire blog to rThe most recent version of this plugin does work for me now. Thanks.
Forum: Your WordPress
In reply to: Please review: WP blog with phpbb integrationNice integration! Now if you can just have the cookie from phpBB used to authenticate in WordPress like the Nucleus CMS plugin does, that would be wicked! The plugin has users authenticate against phpBB and create them in Nucleus if they don’t exist.
Forum: Fixing WordPress
In reply to: Lazy Gallery helpI think they are referring to the plugin Lazy Gallery. I use this plugin and have had the same question myself. It has to do with the code to display directories inside the plugin code itself. What the plugin does is display the file structure of a given folder on your website and creates thumbnails and links to full images from the images in that file structure. For example, if I upload to my ‘gallery’ folder 2 folders, each with photos in them, how do you control the order. I would give you my URL, but it is password protected, so I will give you another example:
http://www.lazyboy.dk/wordpress/lazy-index.php
This is the gallery on author’s site.
Forum: Everything else WordPress
In reply to: Best text editor for XP?I use EditPad all the time. It works well enough for me at: http://www.editpadpro.com/editpadlite.html
Forum: Your WordPress
In reply to: Please review: WP blog with phpbb integrationmagagnon,
I would love to see your code for this solution! I am trying really hard to get something like this going and there are quite a few different threads about this in the support forum! I like this idea and think it would be great! Do you have a URL for the files that you used?
Thanks!
Forum: Plugins
In reply to: Registered Only Plugin : Restrict entire blog to rI don’t get the content when I am logged in, just a blank page. When I am not logged in, I am redirected to the login page….any idea? This is using the patched version of the plugin.
Trent
Forum: Plugins
In reply to: Registered Only Plugin : Restrict entire blog to rPlease also refer to this post…which the patched file is giving me problems.
Forum: Fixing WordPress
In reply to: How to patch a pluginI can’t seem to get this to work now. There are no errors in the plugin, it just gives me a blank page when I am logged in and redirects me to the login page when I am not logged in. It is working for non-logged in members (redirect) but still not working when I am logged in. Any suggestions?