J5lx
Forum Replies Created
-
Forum: Plugins
In reply to: [Are You a Human - The Fun Spam Blocker] working on WP 4.0 (or higher)?I’m using WordPress 4.0. No errors show up, but also no games. I’ll post the problem in another thread.
Forum: Themes and Templates
In reply to: [blogBox] Individual dropdown arrow colorPity. Would you accept patches however? I don’t like to patch things downstream…
Forum: Themes and Templates
In reply to: [Decode] Social icon for DiasporaWe use the Roboto font in bold or Helvetica font.
I can’t find any difference between the logo in Roboto and the logo in Helvetica.
Forum: Themes and Templates
In reply to: [Decode] Social icon for DiasporaI think it won’t be too hard. Something like
list($host, $user) = explode('@', $diasporaId); $profileUrl = 'https://'.$host.'/u/'.$user;should work.
Again, thanks for your effort!
Forum: Themes and Templates
In reply to: [Decode] Social icon for DiasporaOh, please note that Diaspora’s user names, called Diaspora IDs, have the same structure as email adresses, e.g. [email protected], so you can easily transform them into their profile URLs à la https://host.tld/u/username (e.g. https://nerdpol.ch/u/j5lx).
Forum: Themes and Templates
In reply to: [Decode] Social icon for DiasporaYes, an asterisk is definitely enough. Thanks for your effort!
Thank you for your helpfulness but I already resolved the problem while simply removing all database records containing “
piwik“. And I don’t have access to server logs.But again, thank you for your helpfulness!