Forum Replies Created
-
In reply to: userpro topics replies for users in profile page
and…..?????
In reply to: userpro topics replies for users in profile pageok, can’t immediately see what it is unhappy with
need to work out if it is position or what I added
try
moving it to where it was
putting the previous code into the new positionthat should tell us which
In reply to: userpro topics replies for users in profile pagecan you post lines 108-114 here please
In reply to: Site login plugin and bbPress accessNota stupid question
Essentially you set up registration using super socializer.
Then in dashboard>settings>forums
make sure anonymous posting is not ticked, and auto role is ticked and set to participant
Users will then register for your site, and the first time users log on they are given participant access to the forums.
Make sure your forums are set to visibility open, and non-logged in users can see, but only logged in users can write, which achieves all you want.In reply to: Topic: "Page not found" errorok, have you been through the setup
In reply to: userpro topics replies for users in profile pageok, I’d do two things
1. move the code to above </form> line
2. Try it with the following to force bbpress to take the id<p class=”bbp-user-topic-count”><?php printf( __( ‘Topics Started: %s’, ‘bbpress’ ), bbp_get_user_topic_count_raw($user_id) ); ?></p> <p class=”bbp-user-reply-count”><?php printf( __( ‘Replies Created: %s’, ‘bbpress’ ), bbp_get_user_reply_count_raw($user_id) ); ?></p>
`
In reply to: Fatal Error BBPress 2.5.4 on WordPress 4.1It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
then come back
In reply to: Topic: "Page not found" errorok, many try and get links here by posing questions !
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
then come back
In reply to: userpro topics replies for users in profile pagecan you post the view.php template with your added code here please
In reply to: Topic: "Page not found" errorThis just goes to a domain selling company.
either this is spam, or come back with a working link
In reply to: BBPressok, it is just a warning – see https://bbpress.trac.wordpress.org/ticket/2309
In reply to: userpro topics replies for users in profile pageok, the function needs the existence of a variable called $user_id (being the wordpress usreid of the profile user.
How/where are you adding this code?
In reply to: BBPressso you have the fault with just bbpress as the only plugin and a default theme?
In reply to: userpro topics replies for users in profile pageThat is what the original code does in profile – what happens when you click the links?
In reply to: Fatal Error BBPress 2.5.4 on WordPress 4.1bbpress works with 4.1
Do you still have an issue?
In reply to: New Topic/Reply buttonyou can call the page using an html button
Just get the permalink for the new topic page (at the top of the dit screen for that page)
the where you want it put
<button type="button" onclick="window.location.href='http://www.mysite.com/page1'">Read More</button>
with the correct url
In reply to: userpro topics replies for users in profile pagethe code that profile uses is
<p class="bbp-user-topic-count"><?php printf( __( 'Topics Started: %s', 'bbpress' ), bbp_get_user_topic_count_raw() ); ?></p> <p class="bbp-user-reply-count"><?php printf( __( 'Replies Created: %s', 'bbpress' ), bbp_get_user_reply_count_raw() ); ?></p>
The function is expecting the profile user to be in a variable called $user_id
Suggest you refer to the userpro support site for how to integrate this
In reply to: BBPressIt is probably a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
In reply to: Question & AnswerNot quite sure what you are asking – these seem incompatible plugins, so suspect the answer is no
In reply to: sslgreat – glad you’re fixed !
In reply to: Move reply to different topicyes.
First you’ll need to know the topic number of the topic you want to move it to :
this is normally on the top right of the topic when displaying or
Dashboard>topics>all topics and hover over edit of the topic, and you’ll see the url of the topic in the bottom left of your screen, with the post number
then
Dashboard>replies>all replies and go into edit for the reply you wish to move
On the right hand side you’ll see the topic number, change this to the desired topic number
In reply to: New Installation 404 errorI suspect that s2member is still having issues with bbpress – neither’s fault
presume you have seen
Not sure if this is at all relevant.
Would be worth going onto their support site to see if they can help
In reply to: no-registration forum risks?you’re welcome !
In reply to: Blank Forum Indexgreat – glad you’re fixed !
In reply to: Participant forum role can no longer postsuggest you run repair next
dashboard>tools>forums>repair and run one at a time