[Plugin: WP Bulletin Board] Completely messed my WP up!
-
Completely messed my WP up!
DON’T USE!https://www.ads-software.com/extend/plugins/wp-bulletin-board/
-
I am running this local for right now after yesterday. Once all of the bugs are out for me and only me, so far I’ll go live.
These are the permalinks.
Day and name https://localhost/wordpress/2012/09/26/sample-post/
If that’s what you’re talking about.
ThanksVery strange. I’ve also got a local wp install and have tested it under all custom permalink settings and it works fine.
Could you tell me what the URL is when you visit the forum index and when you try to visit a forum, sub forum or topic?
Also, do you have any other plugins installed?
This is strange. It’s working now with:
https://localhost/wordpress/forum-2/?forum=4&topic=2¤t_page=1
What is forum-2? Is that suppose to be there? Like I say it started working and I think the problem was the BulletProof Security. It wasn’t an error, but BulletProof Security was not happy with it. I had to update the BulletProof.htaccess. It seems to be running but the forum-2 still has me wondering. Now that it’s working. I tried to insert a pic. The name of the pic was shown as /hhus/ and that is the name of the pic, but no pic. Is there somewhere I can get it to show a pic?
You have done a great piece of work here.
Thank you!Found another and again I’m sure it’s my setup.
Doubled link.
https://screencast.com/t/A4QQtNS62This is looking good. One more ask. I think it may be in the CSS, but how (if I can) widen the forum from (I think it is 982px) to 1200px?
Thanks again and I like your green when a reply has been made.* “forum-2” is the page’s permalink. The easiest way to change it is to go to Pages -> Forum -> Edit -> Permalink -> Click ‘Edit’ and change it to your liking.
* Please download v1.0.1 which fixes a number of issues including the one where it doesn’t display images correctly in topics & posts.
* Fixed in 1.0.1
* The table width is set to 100% so it should stretch itself as far as is necessary but without overlapping its templates divs. If you could post a screenshot of what you want it to look like that’d be great.
Thanks for your patience ??
No problem with the link. I was just wondering what it was. I opened my local and it found the update. Thanks! Here are the screenshots.
Width
https://screencast.com/t/ckcoZxTbh1qRPic
https://screencast.com/t/cM7H1uni8CThank you for the work and patience with me. Your work is quickly becoming a five star plugin.
ThanksWhoops… bug with reply.
ReplyPost Reply ( ! ) Fatal error: Call to undefined function wpbb_goback() in C:\Wamp\www\wordpress\wp-content\plugins\wp-bulletin-board\php\wpbb-reply-topic.php on line 27 Call Stack # Time Memory Function Location 1 0.0009 395360 {main}( ) ..\index.php:0 2 0.0015 399064 require( 'C:\Wamp\www\wordpress\wp-blog-header.php' ) ..\index.php:17 3 1.4961 39499496 require_once( 'C:\Wamp\www\wordpress\wp-includes\template-loader.php' ) ..\wp-blog-header.php:16 4 1.5158 39506880 include( 'C:\Wamp\www\wordpress\wp-content\themes\Election2012\wpbb-template.php' ) ..\template-loader.php:43 5 1.9988 39944376 require_once( 'C:\Wamp\www\wordpress\wp-content\plugins\wp-bulletin-board\php\wpbb-forum.php' ) ..\wpbb-template.php:15 6 2.0147 40652016 require_once( 'C:\Wamp\www\wordpress\wp-content\plugins\wp-bulletin-board\php\wpbb-reply-topic.php' ) ..\wpbb-forum.php:600
Thanks for pointing that out. Remove line 17 from php/wpbb-reply-topic.php and place this call at the top of the file:
wpbb_goback1('reply-topic', NULL);
Updated the plugin but that’ll save you having to download the plugin again.
As for the width of the forum index/forum/subforum/topics etc open css/wpbb-light-style.css and find line 59. Change:
width:100%;
to:
width: 1175px;
Thanks!
The wpbb-reply-topic.php worked out great.
With the width: 1175px; works great too, but the centering of the forum is way off.
https://screencast.com/t/imBb8FkqA small cosmetic change. Where can I find:
Thankyou, your post has been posted successfully
and change to:
Thank you. Your post has been posted successfully.
Thanks
Sorry to keep bothering you, but when trying to read a message, I click on a message and it takes me to:
https://localhost/wordpress/forum-2/?messages=all¤t_page=1
then
https://localhost/wordpress/forum-2/?messages=all¤t_page=1&view=2
and shows just the local site. No message at all. I can do a video on it if you want.
ThanksSorry again, but there’s a colon left in the editor for Compose Message.
https://screencast.com/t/OVfOVtdq5
Have I driven you nuts yet? ??* For the table add these two lines to the table you just edited around (around line 59):
position: relative; left: -9%;
Should do what you need it to do.
* You have to change that text in two places:
php/wpbb-view-forum-topic.php (line 138)
php/wpbb-view-subforum-topic.php (line 111)If you were going to do a lot of modifications to the text you may find it easier to generate a POT file and then modify it the way you want to (although its used to translate all the text into different languages, it definitely could be used for this purpose rather than editing it all manually and then having to do it again if you ever make an update to those file(s). Just a thought.)
* Thanks, missed that when I’d added pagination to the messaging system.
* Good eye! Already fixed and updated the plugin.
Thanks again.
For the table I used:
.wpbb-table { position: relative; left: -11.5%; width:1200px; border: solid 0.1em; border-color: #9E9E9E; background-color:#F8F8F8;
and works great. Finally almost a full section of the page with no columns.
For the:
Thankyou, your post has been posted successfully and
Thankyou, your topic was successfully posted toI’ve found more places to change.
If wanted. I changed.
line 144 php/wpbb-all-messages.php line 355 php/wpbb-edit-topic.php line 138 php/wpbb-view-forum-topic.php line 111 php/wpbb-view-subforum-topic.php
to
Thank You. Your post has been posted successfully.
and
line 149 php/wpbb-create-topic.php
to
Thank You. Your topic was successfully posted to
You say that the plugin is updated? Did it take care of the Messaging?
I have no idea what a POT file is. Sorry…
Thanks again for all of your work.Hey,
It fixes the broken link when you click to view a message and removes the comma from the content editor if that’s what you meant. I have added the .POT file for the plugin and basically you’ll have to edit the file and change all the strings to your liking and then converting it to a .PO file and then a .MO file. The file has somewhat 312 strings so as I say unless you are going to want to change a lot of the text I don’t think it’d be necessary and I’m not 100% certain if you can just make the odd changes here or there or if you need to translate everything. Perhaps someone with more experience translating plugins may be able to answer your question?
Thanks.
- The topic ‘[Plugin: WP Bulletin Board] Completely messed my WP up!’ is closed to new replies.