denisecontent
Forum Replies Created
-
I came up with a different solution to the problem. I discovered that the Chrome browser, which I have always used, for security reasons greatly reduced the length allowed for code. 2000 characters only for whatever they determine to be a URL. Which when you are using a plugin like this one that goes across many pages …well problems are bound to pop up. I discovered the issue when I noticed other sites – not my own – are having the same issue on the public end of their site and I deduced the problem by testing Edge (Safari) and Firefox. Safari works fine. Along with that I added ta plugin that switches from WordPress’s Gutenberg to Classic. Safari plus a plugin that does that makes your plugin work fine.
My interim workaround was a whole bunch of CSS. Ugh ugly code wise and impractical for future edits. I am glad to have your plugin back!Temporarily I am going to use CSS to hide the widgets I do not want to display. But I need this plugin to work!
I looked up the line of code where the error is and it says:
$numbers = array(); foreach ($recipients as $number) { $numbers[] = preg_replace('/^(?:\\' . $countryCode . '|0)?/', $countryCode, ($number)); }
I read that upgrading the PHP can cause problems but I am not sure if that is what happened here. Any help appreciated.
I have put in a request for her to use the unfollow link but we would like to know if there is a way to make it so previous members / users stop receiving emails about posts they were following.
Let me add that you must log in to any of our forums for people to view the page.
Forum: Developing with WordPress
In reply to: Need help styling posts with PHPI am thinking about going over to Customizr (the theme I am using) support to see where the code is to display the posts properly. I followed bcworkz’s suggestion and came up with
<?php while ( have_posts() ) : ##all other cases for single and lists: post, custom post type, page, archives, search, 404 ?> <?php the_post(); ?> <?php do_action ('__before_article') ?> <article <?php czr_fn__f('__article_selectors') ?>> <?php do_action( '__loop' ); ?> </article> <?php do_action ('__after_article') ?> <?php endwhile; ?>
Unfortunately nothing displays when you put this in. I tried an alternative one I found else where on the internet but it does not display the posts with any styling. I assume I think I am going to go over to the Customizr support page and see if someone can help me. Although I am a paying customer their actual support now no longer helps with issues like this. If anyone has an answer for me, please post here – I will keep looking at the topic.
Forum: Developing with WordPress
In reply to: Need help styling posts with PHPthanks bcworkz I do have category templates for each category. I wonder if the randomizer with pagination I coded into the functions.php will work with this and not just the posts loop? Not that important – I did not promise that.
Forum: Developing with WordPress
In reply to: Need help styling posts with PHPI will take a look at that Ross – thank you! I will let you know if it gets me what I need.
Thanks I figured it out!
Forum: Plugins
In reply to: [Private groups] Difficulty importing old databaseI tried those steps and I got the error message below. I did not try the repair function. It looks like marxisth_bb.thread is the main problem…should I click repair – just being nervous.
Denise
Repair any missing information: Continue
WordPress database error: [Table ‘marxisth_bb.thread’ doesn’t exist]
SELECT convert(thread.threadid USING “utf8mb4”) AS threadid,convert(thread.forumid USING “utf8mb4”) AS forumid,convert(thread.replycount USING “utf8mb4”) AS replycount,convert(thread.postuserid USING “utf8mb4”) AS postuserid,convert(post.ipaddress USING “utf8mb4”) AS ipaddress,convert(thread.title USING “utf8mb4”) AS title,convert(post.pagetext USING “utf8mb4”) AS pagetext,convert(thread.open USING “utf8mb4”) AS open,convert(thread.sticky USING “utf8mb4”) AS sticky,convert(thread.dateline USING “utf8mb4”) AS dateline,convert(thread.lastpost USING “utf8mb4”) AS lastpost FROM thread AS thread INNER JOIN post AS post USING (threadid) WHERE post.parentid = 0 LIMIT 0, 100
No topics to convertNo forum parents to convertStarting ConversionForum: Plugins
In reply to: [Private groups] Difficulty importing old databaseWanted to add this is where I will be importing the Database in my Dashboard I will go to – Tools – Forums
Forum: Plugins
In reply to: [Private groups] Difficulty importing old databaseWhat I think is going on is that at some point in the last 6 months someone did a “fresh start” with the bbpress plugin which probably wiped the database of bbpress.
As I said I have an older version (from 6 months ago) working at a different url.
I have now uploaded THAT database onto https://www.marxisthumanistinitiative.org/.
Tomorrow I will delete all bbpress plugins off https://www.marxisthumanistinitiative.org/.
I will then upload the 6 month old bbpress plugins (since I got them to work on yougoatgouda) to https://www.marxisthumanistinitiative.org/ and activate them.
Then I think I need to go into bbpress and import that 6 month old database. Robin – is there anything else you can think of that I need to do? BTW I am amazed you are helping me – thank you so much!
Denise
Forum: Plugins
In reply to: [Private groups] Difficulty importing old databaseOne more thing I have the old database working at https://www.yougoatgouda.org/forums/forum/mhi-bulletin-board so we can see it at least.
Well
Problem solved. While I was logged in with your plugin off, I reactivated your plugin and white listed myself. I can get in now. I thought that would not work – I was wrong.
Denise
Forum: Themes and Templates
In reply to: [Customizr] Random post order for category pagesHow do I add categories?