Mathias
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [P2] Remove the "Permalink" action on P2 postsThat looks very similar to what I was doing hacking the original P2 functions.php, so thanks for the proper way to do it via the child theme!
Now, has anybody got any ideas for #2?
Forum: Themes and Templates
In reply to: P2 theme – reply opening in new windowI’ve managed to replicate this bug on 2 different P2 installs and 2 different hosts, with 2 different browsers. The only think I haven’t tested are 2 different completely clean (no plugins) fresh P2 setups. Can anyone try that to see where the problem comes from?
Forum: Themes and Templates
In reply to: P2 theme – reply opening in new windowI have the exact same problem… Not a dealbreaker, but pretty annoying. In my case it almost never errors out, but hitting reply seems randomly (in ~50% of cases) to open the post I am trying to respond to in Single Post view mode, forcing me to go back to the root afterwards to see the rest of the posts.
I am still interested!
I don’t mind the customization part and getting my hands dirty…
Would you be willing to share your work? That would be pretty nice as it is pretty much exactly what I am trying to do.
??Ok, thanks!
Forum: Themes and Templates
In reply to: P2 customizationFor #2, looking around the various files for the theme, I believe it should be possible to modify /inc/p2.js keyboard navigation section, but I really don’t know enough javascript to do this myself.
If I look at the code for the “c” shortcut, would simply replacing
$("#posttext").focus();
by$("#submit").focus();
be enough for example, to enable posting the content of the text box when Return is pressed? I suspect it is not that easy, but… How about setting up an additional shortcut for something like Ctrl+Return to activate the Post It button?Forum: Themes and Templates
In reply to: P2 customizationWell, this is nice, but not exactly the help I was asking for!