Search Results for 'code'
-
Search Results
-
I’ve been silently lurking about here for a few months, this is my first official post.
I always try to do my best flying solo per se when it comes to troubleshooting.
Having said that, I have a quick question pertaining to the Codex ‘examples you can use’ in the functionality and layout section; if one of you might nudge me a bit then I would be most appreciative… I’m but a padawan with regard to coding/ comprehending the language, but I’m slowly learning little by little.
For ease of reference, the example I am referring to is for the following (direct copy/paste of statement): “This solution lets you add an “edit profile” to your wordpress menu – this only appears as a menu item if the user is logged in.”
To take this a step further, is it possible to get this working but not yielding it as being a main parent menu item?, perhaps it is achievable by changing some of the code in the example published in the codex?… or adding additional code?
That is, if at present there is an existing menu of Home, About, Accounts, Contact us, etc. etc…. who might be able to provide me with clues on how one could read/interpret/tweak the code provided on that codex page such that the ‘edit profile’ looks and performs exactly as intended, but rather than showing up on the main nav menu to instead have it be revealed, let’s say, under the ‘Accounts’ item, i.e., as a child to Accounts…
Yes this reveals what little I know in terms of understanding how to read code, and/but/so I’d appreciate any helpful suggestions on whether the above scenario is possible.
Thanks for reading 🙂
Cheers,
Hi All,
I already spent two hours working on this, but failed miserably.
I want to change the font of the topics listed in Recent Topics widget as normal, instead of bold style.
Which code should I change?I tried in bbpress.css, line 166, it seems it has no effect at all.
Please see this image: the font is too bold, I want it be normal

Thanks very much.
Hi everyone 🙂
I want my bbPress threads to be automatically marked as “solved” if the question (first message) gets 50 upvotes (yeah, I know that’s weird) and the upvotes/downvotes to get blocked. Yet, I want the thread to remain “open” even while it is solved, allowing users to keep on writing answers.
Is there some code (something like “if $upvotes>=’50’ { $threadStatus=’Solved’ };”) I could use to achieve that?
Hi Guys,
I am trying to show the most popular topics of last 7days, 30days, all time,
Is that possible to Adding Custom View Shortcode?Hey guys,
I’ve been slowly configuring css on bbpress (amazing btw) but having some issues with odd and even replies. I added code to add a border for each reply and spaced out the bottom by about 10px.
All works fine for the first reply (initial topic).
But for next consecutive ones – the “right” border is missing.you can find my site forums at weareoblivion.com/forums
-> Navigate to General Discussions > Test Topic
and you’ll see what I mean.I added in these to create the borders:
#bbpress-forums div.odd, #bbpress-forums div.even { border: 1px solid rgba(44,130,201,.22) !important; border-bottom: none !important; margin-bottom: 10px; } div.bbp-forum-header, div.bbp-topic-header, div.bbp-reply-header { border-top: 1px solid rgba(44,130,201,.22) !important; border-left: 1px solid rgba(44,130,201,.22) !important; border-right: 1px solid rgba(44,130,201,.22) !important; }I have tried different browsers and same issue occurred.
Tried changing it to add individual borders (like i did for the header)
– Still the same issue
Even removed alot css
– still same issueAny help is appreciated please ! 🙂
Topic: add Welcome User to menu?