• Resolved danniee

    (@danniee)


    Hi!

    Love the plugin and seems to work great. I have a couple of questions however.

    Is it possible to have a login/logout in the menu on the wordpress site? It’s easy to put a login there but would be nice if people were logged in it would say logout instead of login.

    Also the widget for latest topics dont look too good on my theme (MH Magazine). I know it’s not the plugin but maybe you can help me with a few pointers? The link to the post is not bold, its just looks like regular text which is confusing. Also, the avatar is not leveled with the text but rather the text starts at the bottom of the avatar.

    It would be amazing if it was possible to display last uploaded pictures on forum on the wordpress site!

    Thank you!

Viewing 1 replies (of 1 total)
  • Plugin Author axew3

    (@axewww)

    Hi! Answers are all yes, but i need to understand better so i try to answer while maybe, after, you’ll ask another time (sorry my bad eng, be patient).

    Is it possible to have a login/logout in the menu on the wordpress site?

    in theory, since you can login/out from any login, both WP and phpBB, logging the WP user into WP side, using any login, than the user should be logged in/out.
    So maybe i’ve not well understand this question, please explain in different way what you want to achieve.

    Also the widget for latest topics dont look too good on my theme

    Ok, an hint into documentation will be done as soon. But about this, you should:
    open:
    views/phpbb_last_topics.php
    +- on top of this file you’ll see this code:

    $w3all_lastopics_style_ul = 'list-style:none;margin:auto auto auto 0px;'; // change into whatever you need
    $w3all_lastopics_style_ul_class = 'w3all_ul_widgetLastTopics'; // declare this class .w3all_ul_widgetLastTopics into your css template and style ul element as needed (maybe rename also into whatever you like)
    $w3all_lastopics_style_li_class = 'w3all_li_widgetLastTopics'; // declare this class .w3all_li_widgetLastTopics into your css template and style li elements as needed (maybe rename also into whatever you like)

    you can declare these two classes into your template and style the widget to look like your theme, or change the class name to fit the class of your theme.

    If you’ll change names for classes into this file by the way, any time you update the plugin, you need to update/edit another time the class names, because all plugin files are replaced.

    I’m looking to resolve this aspect into next 1.7.3 to be very easy and comfortable, and to fit any theme by default (if possible) … also the fix will aim to not lost modfications, when the plugin is updated.

    It would be amazing if it was possible to display last uploaded pictures on forum on the wordpress site!

    It is a mod of phpBB? On my default phpBB i do not see this option on profile for user’s picture, just avatar. So sorry my ignorance about, aim me to the right point about this … i’ve warned you that you need to be patient ??

Viewing 1 replies (of 1 total)
  • The topic ‘Login/logout in menu’ is closed to new replies.