ThePhat32
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] Other users manage members profilesCan I please get some advice on this one, even if it is can’t be done. we need to get this moving and its the last thing preventing the full launch of the site. I understand it may not be possible or that this may not be the right place to ask this, but I am not sure where else to ask…
Forum: Plugins
In reply to: [Theme My Login] Can't find register pageMake sure you have enabled registration in WordPress itself.
You can access it by going into the backend of the website and selecting Settings.
Backend -> Settings
and checking off the box that says “Anyone can register”
Forum: Plugins
In reply to: [Custom Content by Country (by Shield Security)] Suddenly not workingThat worked! I feel kinda stupid for not checking that myself sooner. To be honest though I assumed it would have saved my options once set.
Most other plugins save the settings even when disabled and re-enabled the settings are still there, disabling CBC seems to wipe is all out… is that suppose to happen?
Forum: Plugins
In reply to: [Custom Content by Country (by Shield Security)] Suddenly not workingI forgot a link to my website: https://pixelsedge.net
I don’t want the broken links on the main page so I have made a new page just for this: https://pixelsedge.net/temp/
Forum: Plugins
In reply to: [podPress] Upgrade Not CompleteI have the same issue, I just looked at the source with Chrome and this is what came up as an error
“Uncaught SyntaxError: Unexpected token =” on line 77 of podpress_jquery_ui_generalsettings_upgrade.js
function podpress_initial_db_upgrade(table = ”) {
Forum: Installing WordPress
In reply to: WordPress 3.5 and wp-adminThank you! I was able to fix it… doesn’t make much sense as to why it worked…
1) Disabled all the plugins – No change
2) Re-enabled the plugins – No change
3) Changed theme to Twenty Eleven – Fixed it!
4) Changed back to my theme from RocketTheme – Still workedI would have assumed changing back would have broken it. That confuses me somewhat, but I am not going to argue with results! Thanks a ton
Forum: Plugins
In reply to: [Plugin: WP phpBB Bridge] Fatal error functions_user.phpI am getting the same issue as you first were. I wasn’t until now and its only happening for certain users. I don’t want to re-install it again, its been a lot of playing with it to make it work this far. I am running 2.0.6 not 2.0.5
As for the bitfield error you now how, I was able to solve that by edting:
wp-content/plugins/wp-phpbb-bridge/inc/wpbb_functions.phpLine 652:
$uid = $bitfield = ”;Right after that add this:
$allow_bbcode = false;Not sure why blocking BBCode made it work but it did
Forum: Plugins
In reply to: [WP phpBB Bridge] [Plugin: WP phpBB Bridge] Rockettheme breaks the pluginI found out it was my end, I needed to increase the php memory size.
However I have a new issue that when I try to add items to a menu I get an error:
WordPress database error: [Table '****.phpbb_posts' doesn't exist] SELECT <code>p</code>.<code>topic_id</code> AS <code>TOPIC</code>, <code>p</code>.<code>forum_id</code> AS <code>FORUM</code> FROM <code>phpbb_posts</code> <code>p</code> WHERE <code>p</code>.<code>post_subject</code> = 'Home' OR <code>p</code>.<code>post_checksum</code> = 'd41d8cd98f00b204e9800998ecf8427e'