Clivesmith
Forum Replies Created
-
Forum: Plugins
In reply to: [bbPress Voting] Sort by highest ratedGreat, thanks a lot
Forum: Plugins
In reply to: [bbPress Voting] Sort by highest ratedHi,
Thanks, I know that the way it works is the case for most people, my site is a bit different to others in that there is only one question asked for the whole site and each topic becomes the answer for different locations. I will look at trying to adjust my site. I really do appreciate your work.Regards
Clive
Forum: Plugins
In reply to: [bbPress Voting] Sort by highest ratedGreat they are showing up now.
The topic always shows up first, however many votes it has, is it possible to include the topic into the sort with the replies, not sure if what I am saying is clear so if you look at https://wateratairports.com/topic/london-gatwick-lgw/ you should see what I mean. I do understand that others may want it the way you have done it.
Thanks
Forum: Plugins
In reply to: [bbPress Voting] Sort by highest ratedHi,
Could you check the fix please, I have some topics that had no replies and zero votes and they are not showing up but the ones with votes and replies are.Thanks
Forum: Plugins
In reply to: [bbPress Voting] Sort by highest ratedHi,
Just found out that if I set the filter to sort by votes there is a problem, if a topic has no replies, the topic content does not show up.
Forum: Plugins
In reply to: [bbPress Voting] Sort by highest ratedGreat, Thank you
Clive
Forum: Plugins
In reply to: [bbPress Voting] Update 1.1.0Great, Thank you.
Forum: Plugins
In reply to: [Code Snippets] Forbidden page on saveHI,
Thanks, but that gives me the same error messageClive
Forum: Plugins
In reply to: [Code Snippets] Forbidden page on saveHi,
yep your piece of code does not give me forbidden page.
Clive
Forum: Plugins
In reply to: [bbPress Voting] Update 1.1.0Because am update from you would take away any edits I made, I just added some echo lines to bbp-voting.php as you can see below. If you dont want to have a settings page on the dashboard, if it was possible could you add an action hook and assign variables where the echo’s are so we can put what titles we want, if we want them from functions.php in the child theme. Changing the order would be great too
thanks
echo ‘<div class=”bbp-voting”>’;
// Up vote
//adds the word helpful in red above the arrow
echo ‘<p style=”color: red;”>Helpful</p>’;
echo ‘Up‘;
// Display current vote count for post
echo ‘<div class=”score”>’. $score. ‘</div>’;
// Down vote
echo ‘Down‘;
echo ‘</div>’;//adds the words ‘not helpful’ in red below the arrow
echo ‘<p style=”color: red;”>Not Helpful</p>’;Forum: Plugins
In reply to: [Code Snippets] Forbidden page on saveHi,
I have had some more problems and in the end I have deleted my test website and re installed it from backup.
I have installed the code snippet plugin and only added the one you suggest above. I am still getting a blank page. When I saved the snippet I got a message on my browser that something on the page was slowing my browser.
Adding the line define(‘CODE_SNIPPETS_SAFE_MODE’, true); to the wp-config.php worked after a while (caching).
but adding the snippet from my first post above still gives me the forbidden page
- This reply was modified 6 years, 4 months ago by Clivesmith.
- This reply was modified 6 years, 4 months ago by Clivesmith.
- This reply was modified 6 years, 4 months ago by Clivesmith.
Forum: Plugins
In reply to: [Code Snippets] Forbidden page on saveHi Shea, thank you, the plugin is not working at all now, I added the action you gave me and and I get a blank page, I used the define(‘CODE_SNIPPETS_SAFE_MODE’, true); to get back.
I have disabled all the snippets and the page loads when I enable any, including the one above I get a blank page.Forum: Plugins
In reply to: [bbPress Voting] Update 1.1.0Hi,
Just thought I would say, I have made a couple of mods, I have included a title under the arrows and changed the “post” heading to reflect what the arrows are for. This is something like I was suggesting, I would also like the order of the posts to be highest vote first. Hope you don’t mind, please have a look https://wateratairports.com- This reply was modified 6 years, 4 months ago by Clivesmith.
Forum: Plugins
In reply to: [bbPress Voting] Update 1.1.0Hi,
I agree, I think the arrows look clean but as I said I am not sure what the arrows are voting for, I don’t know where else they would fit. To me the ideal would be under the down arrow a word / phrase (” helpful “, “thanks”) and a dividing line or something to separates it from the profile.
Forum: Plugins
In reply to: [bbp style pack] update to 4.0.0OK Thanks, it does seem to working fine now, just thought I would mention it