Page 3 of 6

Re: Future Request

Posted: Fri Mar 17, 2017 2:23 pm
by axew3
it is more hard to find out ranks images to fill rank folder, than add the code to achieve this ...
where is a place to download ready little phpBB rank icons and not psd or something else? :o

Re: Future Request

Posted: Sat Mar 18, 2017 8:20 am
by Goofkop
I have search the internet but can't find little rank images

Re: Future Request

Posted: Sat Mar 18, 2017 10:02 am
by axew3
np! there are .psd files and some format more.
But i can't find out ready images, so it's necessary to open the psd and save each layer as image.
I'm not a graphic, even i know how to use photoshop very well under +- any aspect (due to strange circumstances). I can reproduce anything ... But i'm not a graphic :( sometime in the past i've do it ... sometime i've also been noticed to stop cloning things also by someone!

To return in topic: of course, as rank images are maybe commonly used, i had thing to some ready jpg or gif set.
Also i do not understand why they do not live in the zip a ready set and psd. So i can maybe customize, but also use the ready default.
Yes yes, i know, stupid considerations maybe :roll:

Re: Future Request

Posted: Sun Mar 19, 2017 11:37 am
by axew3
in true there are tons: https://www.phpbb.com/customise/db/styles/ranks-15
the default subsilver style icons is ready with images.
i've misunderstand the 3.2 way about ranks.
But, even if it is easy to add/display into login widget (or where you like into wp), it require a query more, or to edit the default main one to get all data in one single query.
All others data like num posts, etc are instead ready and available without any further addition.
An option into Login widget as been added to choose if display or not user info into widget, after the user have login, but i've instead think it is more useful if we add to display, before the rank, notifications to user about new PM in phpBB.
The widget login/out is a widget where info are for user that is logged, not to display user's info to all others users.
The rank so will be added, but not on 1.6.6.

An advanced easy to apply or remove, really easy and really cool tutorial, about iframe links is coming: phpBB notifications email, and EVEN (this is very cool) if you click into a iframe link to copy a phpBB link, that you so paste into another external page, will produce the correct redirect to iframe, not full forum ... SEO compatible (because will not apply the same behavior to bots that are coming to index your phpBB) ... a tricky How To!
It is little complicated to explain, so will be all clear on tutorial's steps ... it is tested working fine. Yes yes, will be very cool!

p.s i see that after latest fix for scroll, coming on 1.6.6 but already applied here (and explained on another post int his forum) also the preview post mode, if the post contain almost 1 line of text, is correctly scrolled. Not scroll, only if you click preview post for an empty (without any text) post ... that's maybe ok! what you need to preview, if you have write nothing!?

But i see that if i click to add icon on post, it scroll: this easy one need to be fixed instead :P

Re: Future Request

Posted: Sun Mar 19, 2017 4:28 pm
by Goofkop
Is there a possibility to change the look of the information from the Updated Topics on Forums widget.
Change this in the same look as the recent message widget from WP himself?

http://imgur.com/wuwzbzX

Re: Future Request

Posted: Sun Mar 19, 2017 9:35 pm
by axew3
it is html to be changed, you can customize last topics widget with easy by opening file
views/phpbb_last_topics.php

there are several conditions (like if avatars or not and if on iframe or not) so at moment a little php html knowledge is required to edit it.

By the way, i see on image, the widget above last topics, which you want last topics output equal, just display name and title, is this right?
Do you want this result?

Also, maybe should be possible to add just css class into elements in accord with WP theme, to get the correct exact others elements layout.

The code can be separate, to have a much more easy template to customize. Will be done as possible.