Imokon
Forum Replies Created
-
Forum: Plugins
In reply to: [SSL Grins] [Plugin: WP Grins SSL] Smilies Not DisplayingHad a bit of a “duh” moment sorry. I fixed this by manually changing the filepath to my custom smilies folder on line 59 in wp-grins-ssl/wp-grins.php
Forum: Plugins
In reply to: [SSL Grins] [Plugin: WP Grins SSL] Smilies Not DisplayingI have the same issue, in the area right above the comments box I see broken images but when I click on them they input in the text area the correct smiley codes (I made custom ones via Custom Smilies plugin).
Everything else works (the icons show up perfectly in published comments) so I know their permission settings are ok.
Just downloaded this plugin today and I get the 404 @ above question.
I understood this plugin will work with and without SSL is this right?I also tried the developmental version but still no go.
Forum: Plugins
In reply to: [Theme My Login] [Plugin: Theme My Login] Login redirect issue with bbPressYes, I am using the Custom Redirection module incorporated in your plugin.
I have the default registration role set to Forum Participants in WordPress and as for your plugin role settings I have the redirects for Forum Moderators, Forums Participants, as well as default Subscribers set to the above mentioned url. I’ve checked this signing on as a test user with those roles.
I’ve tried to tinker with it and I had this issue both before and after bbPress was embedded into a page (slug = “Forums”) which is the same slug for primary bbPress settings as well.
On a side note if you could pretty please check this other question, I hopefully placed it in the appropriate thread for you:
https://www.ads-software.com/support/topic/plugin-theme-my-login-extra-fields-on-the-registration-form-website?replies=3#post-3211560Thanks again so much.
I want to add a birth date field in the form but I want it to verify against a certain age limit (18 yrs or older type thing) so that if its the wrong age it refuses to register. Is this possible and if so what kind of fields do I need to look up? Possibly birthday fields that can’t be modified after registration, is that even possible?
I’m not sure if this is possible right now with regular fields added to the form, if it isn’t then can I make this a request?
Forum: Plugins
In reply to: [WP Bulletin Board] [Plugin: WP Bulletin Board] Completely messed my WP up!Awesome it worked! The css paths were broken due to earlier tweak so I just changed the paths on line 58 and 61 on wpbb-forum.php so that it went from this:
if ($wpbb_theme_options['theme'] == 'light') { wp_register_style('wpbb-light-style', plugins_url('wp-bb/css/wpbb-light-style.css')); wp_enqueue_style('wpbb-light-style'); } else { wp_register_style('wpbb-dark-style', plugins_url('wp-bb/css/wpbb-dark-style.css')); wp_enqueue_style('wpbb-dark-style'); }
to this:
if ($wpbb_theme_options['theme'] == 'light') { wp_register_style('wpbb-light-style', plugins_url('wp-bulletin-board/css/wpbb-light-style.css')); wp_enqueue_style('wpbb-light-style'); } else { wp_register_style('wpbb-dark-style', plugins_url('wp-bulletin-board/css/wpbb-dark-style.css')); wp_enqueue_style('wpbb-dark-style'); }
The way it looks now is just modifying the CSS to suit my needs which is beyond the scope of the basic stuff, but at least it looks simple and straight to the point. I will let you know if I run into anymore issues plugin-wise ^^ thanks again for the support really appreciate it.
Forum: Plugins
In reply to: [WP Bulletin Board] [Plugin: WP Bulletin Board] Completely messed my WP up!Oops more errors:
I did like you said by changing out that one line of code.
I created a dummy category, a dummy forum, dummy subforum.
I navigate to mydomain.com/forum and I find in my theme the page is blank except the very barebones of the theme background and the footer at the top of the screen.
I switch to default WordPress theme twentyeleven (and also modify the wpbb-forum.php in that folder also like you said)
and now I see this error:
The plugin is deactivated. Please reactivate the plugin to continue using WPBB
I go to check the plugin but it’s active, so I deactivated and reactivate again, still same error.
Any ideas?
and it’s ok, I’m excited for an easier alternative to bbPress and yours seems to have all the basic functionality I need so here’s to tinkering right?
Forum: Plugins
In reply to: [WP Bulletin Board] [Plugin: WP Bulletin Board] Completely messed my WP up!Current errors when visiting the mydomain.com/forum/ page:
Warning: require_once(/home/......./public_html//wp-content/plugins/wp-bb/php/wpbb-forum.php) [function.require-once]: failed to open stream: No such file or directory in /home/.../wp-content/themes/dt-slash/wpbb-template.php on line 15 Fatal error: require_once() [function.require]: Failed opening required '/home/....public_html//wp-content/plugins/wp-bb/php/wpbb-forum.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/..../wp-content/themes/dt-slash/wpbb-template.php on line 15
I’m trying to edit this myself to see what I can do though.
Forum: Plugins
In reply to: [WP Bulletin Board] [Plugin: WP Bulletin Board] Completely messed my WP up!Ok got the headers to go away by removing that line, now to tinker with this plugin, hopefully I’ll never look back. Thanks for the speedy response ??
Forum: Plugins
In reply to: [WP Bulletin Board] [Plugin: WP Bulletin Board] Completely messed my WP up!I am having issues also, main errors I get are something like this “The plugin generated 537 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.“
and
Notice: Use of undefined constant DC_MAX_ATTEMPTS - assumed 'DC_MAX_ATTEMPTS' in /home/.........plugins/wp-download-codes/wp-download-codes.php on line 33 Notice: Use of undefined constant DC_ALLOWED_DOWNLOADS - assumed 'DC_ALLOWED_DOWNLOADS' in /home/.........plugins/wp-download-codes/wp-download-codes.php on line 34 Notice: Use of undefined constant DC_FILE_TYPES - assumed 'DC_FILE_TYPES' in /home/.........plugins/wp-download-codes/wp-download-codes.php on line 35 Notice: Use of undefined constant DC_CODE_CHARS - assumed 'DC_CODE_CHARS' in /home/.........plugins/wp-download-codes/wp-download-codes.php on line 36 Notice: Use of undefined constant ace - assumed 'ace' in /home/.........plugins/advanced-category-excluder/advanced-category-excluder.php on line 310 Notice: Use of undefined constant ace - assumed 'ace' in /home/.........plugins/advanced-category-excluder/advanced-category-excluder.php on line 310 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/.......plugins/wp-download-codes/wp-download-codes.php:33) in /home/............themes/dt-slash/plugins/captcha/dt_captcha.php on line 34
I’ve installed and uninstalled twice
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Gallery ThemesStill nothing on this? The templates still seem broken to me.
This is the error I still get
“Rendering of template gallery-galleryview.php failed”
when applying the template displayed here:
Forum: Plugins
In reply to: Nextgen gallery WP e-Commerce = Image TheftHere is a link to the problem at hand:
https://projects.imokon.com/tz3/2009/08/16/gallery-in-a-post/As you can see, when you click on an image, it opens up the thick box, when you drag and drop the smaller images it downloads the thumbnails, but when you drag and drop the main image displayed, you’re actually downloading the high resolution wallpaper.
Forum: Fixing WordPress
In reply to: Amazon Web Services AdviceYou know I am exploring AWS right now and am very curious as how this would work with the NextGen gallery plugin and the WP E Commerce shopping cart plugin… They are asking quite a bit of information to join so I am holding off just yet till I can find more user feedback with the two (AWS and WP).
What of hosting an entire installation? I heard about their elastic IP addresses as a possibility…?
Forum: Plugins
In reply to: [Plugin: Contact Form 7] ReCaptcha?Just wanted to pipe in and say brownie points for reCAPTCHA as well. Pretty please.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Other flash stopped working after upgrade 0.99.1Yes, this is driving me crazy, what did you do?
Flash is working just fine on my browsers. I just can’t get the slideshow (widget) to work…
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Just Album thumbnails not showing..?Yes, you go to Manage Gallery, hit edit on one of the galleries, and then you don’t really pay attention to it but you will find ABOVE the “save changes” button ABOVE the gallery a button called “Edit Gallery”. When you hit that a menu will pop open and then you go to “preview iamge” then you can asign a thumbnail to that gallery and then you will end up with thumbnails showing in the album after putting it together.