FionaS
Forum Replies Created
-
Hell @timrv
So is it possible to confirm whether this feature will be added or not? How do I find that out please?
Many thanksHello,
Thank you for taking the time to reply. Yes I had already thought of that and as you say not exactly elegant. ??Forum: Plugins
In reply to: [Add Category to Pages] V 1.1 Breaks Category Post WidgetSame problem here I use the Smartline Lite theme by Themezee and the home section page is not showing up anymore. The homepage consisted of a grid 2×3 linking to those pages categorised as benefits
I have tested and can confirm it is due to the update of this plug-in.
Version of WordPress: 4.9.8
Version PHP: 7.1.22For now I continue to use version 1.0 and will await new update(s) where bugs are fixed.
Forum: Themes and Templates
In reply to: [Smartline Lite] Excerpt Option disappeared on pageAdd this code to the functions.php
//Add Excerpts to Pages
add_post_type_support( ‘page’, ‘excerpt’ );Forum: Plugins
In reply to: [BuddyPress Docs] Feature Request: Adding Custom Fields to the FormHey thanks @dcavins and @brandonhadlock !!!!! I installed your plugin as suggested and it works well. It was just that I was wanting to add fields to the actual form itself eg some more text boxes and not add to the metboxes. I just wanted to know if there is a default wordpress table that I would store this info? eg the Postmeta table? Would that work?
Thanks for everything you have done -it’s awesome- This reply was modified 7 years, 7 months ago by FionaS.
Forum: Plugins
In reply to: [BuddyPress Docs] Feature Request: Adding Custom Fields to the FormPlease ignore last message – I’ll figure it out ??
Forum: Plugins
In reply to: [BuddyDrive] Restricted to Group QueryHello – this is still on my “To DO List” — hopefully I will be able to relook at this again next week – THANKS
Forum: Plugins
In reply to: [BuddyPress Docs] Feature Request: Adding Custom Fields to the FormHi David Just to let you know I have been doing some PHP tutorials MySQL etc. So my question in response to your answer: “Yes, take a look at templates/docs/single/edit.php. There are a number of action points you can use to add new form fields. Then, you can save your custom field input using the bp_docs_after_save action hook.”
I can see where I could add the new form fields but what table would that information be saved to? Do I need to create a table for the extra fields?Forum: Plugins
In reply to: [BuddyPress Docs] Feature Request: Adding Custom Fields to the FormOK that’s really good to let the ‘powers that be’ know – many thanks for taking the time to respond.
Forum: Plugins
In reply to: [BuddyPress Docs] Feature Request: Adding Custom Fields to the FormThanks David for your very prompt response. It is helpful but being a total amateur I will need to find someone with some php/plugin experience. I also have noticed several requests over time for being able to share with one person instead of group and I have seen your reply re: BuddyDrive which I downloaded and played with but not what I’m looking for. Also being able to create pdfs from the entries. Are these features currently being considered? I totally get that your time is on a volunteer basis but is there any scope for development of these features? or is there some other avenue I could pursue? Any advise or direction would be very gratefully received
Regards
a poor schmuck who has been thrown in the very deep end ??Forum: Plugins
In reply to: [WP Forum Server] the 'Topic' is blankHi Jean-Philippe
No I did not resolve the problem. It seems to me this plugin hasn’t been supported for a while now. I ended up not using it and moving onto bbpress and bbP private groups.
Shame though as I liked the functionality of the other but I did not have the time to wait for resolution.
Thanks
FionaPlease ignore this message; Crisis Over! I have figured it out.The Add Group on Login setting had been checked! Doh!
Cheers
FionaForum: Plugins
In reply to: [WP Forum Server] the 'Topic' is blankLooking at this further I noticed that the sql table ‘forum-posts’ whilst had created a record and stored the ID the subject and text fields were blank. Any help would be greatly appreciated.