[resolved] Future Request

Goofkop
User www
User www
Posts: 63
Joined: Sun Feb 26, 2017 8:33 am

Re: Future Request

Post by Goofkop »

Yes thats what i want.
And the lettertype (size) is difference and the title is bold and italic
User avatar
kaspir
Moderator
Moderator
Posts: 88
Joined: Mon Mar 20, 2017 2:38 pm
Location: USA
Contact:

Re: Future Request

Post by kaspir »

Lantern wrote: Wed Mar 01, 2017 1:43 pm Hi

Now the Login Widget shows only Login or Logout (when logged in ) what i mean is that after you logged in your will see in the wiget something like this:

LOGIN
Isn't this topic usable for this case? I'm curious, I too would like to add to the "Login" widget.

But first, add this to request bucket.
How do I get the "Last Post" widget to show user hyperlinked avatars, and not just uploaded avatars?
Image
World of Phaos RPG online is making it's come back! Play free now!
Check out phpBB contributions & extension downloads. :P
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Future Request

Post by axew3 »

Goofkop wrote: Mon Mar 20, 2017 3:50 pm Yes thats what i want.
And the lettertype (size) is difference and the title is bold and italic
you should apply the same css class or id to the element as your theme into phpbb_last_topics.php for ul elements and li elements.
<ul class="yourthemeclass">
or i should see the site, so i can see the code output of your theme and point you exactly.
Goofkop
User www
User www
Posts: 63
Joined: Sun Feb 26, 2017 8:33 am

Re: Future Request

Post by Goofkop »

I think i find it in my css of my theme.

.widget_display_replies .bbp-author-name,
.widget_display_topics .bbp-author-name {
font-family: 'Open Sans', arial, sans-serif;
font-size: 12px;
font-weight: 600;
color: #4db2ec;
left: -2px;
position: relative;
}
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Future Request

Post by axew3 »

1.6.6 has been released, take additions contained on, like a version 1.0 that will be improved (as soon).

@Goofkop
I could suggest you to edit all elements instances into phpbb_last_topics.php

Code: Select all

<li>
changing all these into

Code: Select all

<li class="widget_display_topics">
or

Code: Select all

<li class="widget_display_replies">
but i do not know if it will return the correct result as i should see the code around. But try.
To see, or you post the like of the site, or the source code of the page about this,
so, right click with mouse on your home wp page (where there are no elements) and choose "View Page Source".
Copy the code related the widget.
Goofkop
User www
User www
Posts: 63
Joined: Sun Feb 26, 2017 8:33 am

Re: Future Request

Post by Goofkop »

Those both changes giving a error.

this is my site

Is this change of font then also possible in the login widget?
Post Reply