EDGE22
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Google Fonts] Integrate EGF with theme?Thanks for this.
Just wondering if it’s possible to allow overriding through this function as well?
How about removing certain aspects from our added sections? Like removing font color or background color for example?
Is it possible to control the order so our added sections show up above the default ones?
Tom
Forum: Plugins
In reply to: [bbPress - Private Replies] Private replies viewable in subscription emailsAwesome, glad I could be helpful ??
Forum: Plugins
In reply to: [bbPress - Private Replies] Private replies viewable in subscription emailsNo problem, I’ve been telling users to email me sensitive info for now.
I have quite a few plugins on this site, here they are:
### Begin System Info ###
ACTIVE PLUGINS:
Anti-spam: 1.8
BackupBuddy: 4.0.2.1
bbPress: 2.3.2
bbPress – Private Replies: 1.0.7
bbPress2 shortcode whitelist: 2.2.1
bbPress New Topic Notifications: 1.1
Easy Digital Downloads: 1.7.2
Easy Digital Downloads – Content Restriction: 1.2
Easy Digital Downloads – Mail Chimp: 1.0.5
Easy Digital Downloads – Manual Purchases: 1.1.7
Easy Digital Downloads – Recurring Payments: 1.0.4
Easy Digital Downloads – Software Licenses: 1.7.2
Embed GitHub Gist: 0.13
Force Regenerate Thumbnails: 1.3
GD bbPress Attachments: 1.9.2
GetShopped Support Forum Plugin: 3.0
Gravity Forms: 1.7.7
Pro Portfolio: 0.4
Pro Slideshow: 1.6.1
Redirection: 2.2.13
Sidebar Login: 2.6.0
Thumbnail Crop Position: 1.2.1
WordPress SEO: 1.4.13
WP Smush.it: 1.6.5I can give you access to the website and forum if you’d like, you can email me at [email protected] if you need login info.
Thanks for your time,
TomForum: Plugins
In reply to: [bbPress - Private Replies] Private replies viewable in subscription emailsSorry, got tied up in some projects.
So I just went to test this again.
I signed in as a regular user (not the admin), User A.
I created a new topic, subscribed to it, and then created a private reply within the topic.
I logged in with another regular user, User B.
I entered the post User A created, and created my own private reply.
User A received a notification email with the private data User B posted.
bbPress 2.3.2
bbPress – Private Replies 1.0.7
bbPress New Topic Notifications 1.1Thanks,
TomForum: Plugins
In reply to: [bbPress - Private Replies] Private replies viewable in subscription emailsHi Pippin,
bbPress 2.3.2
bbPress Private Replies 1.0.7I thought I saw a bug like this fixed in a previous version’s changelog, so I was surprised to see it come up.
Basically, user A started a topic, and I replied asking for private data. User A replied with the private data.
Then, user B entered the topic, and posted a private reply of his own.
User A then came back to the topic stating how she had received the private data user B posted via email.
Thanks!
TomNot sure what I did – but it’s working perfectly now.
Thanks a lot!
Forum: Fixing WordPress
In reply to: wp_query, offset and pagination give an extra (last) empty pageHey, was just battling this same issue and came across the solution.
Add this under your wp_query->query():
$wp_query->max_num_pages = ceil(($wp_query->found_posts – $featured_posts) / $post_amount);
$featured_posts should be your offset number, while $post_amount is how many posts you want to show on the page.
Hope this helps,
TomForum: Fixing WordPress
In reply to: Weird PHP warning in dashboardThanks a lot for your help!
TomForum: Fixing WordPress
In reply to: Weird PHP warning in dashboardI found what was causing it, I’m trying to enqueue multiple scripts are once, here’s what I have:
wp_enqueue_script(array(‘jquery’, ‘jquery-ui-core’, ‘jquery-ui-tabs’, ‘cookies’, ‘widget’, ‘jscolor’, ‘fl_toggle’, ‘fl_placeholder’, ‘jquery-ui-sortable’, ‘jquery-ui-draggable’, ‘jquery-ui-droppable’, ‘jquery-ui-selectable’, ), ‘1.0’);
Any clue what’s messed up here?
Thanks,
TomForum: Themes and Templates
In reply to: Hide files from Appearance EditorNevermind, I solved my own problem.
If anyone else needs to know the answer, all you have to do is put your custom files 2 folders deep.
Ex: root/library/folder/file.php
Forum: Fixing WordPress
In reply to: Not receiving notificationsYes it is – both of those options are checked. I even checked the MySQL database to see if the emails were being correctly entered and everything in is there?
Anymore ideas? : )