1861
geekwright
Re: Login not working except from user.php

The query string of 'op=login' should not be part of the action URL. For security reasons, the GET input will be ignored in the POST method form submission. The form should include this instead:
<input type="hidden" name="op" value="login">



1862
rossb
Login not working except from user.php
  • 2019/10/12 17:00

  • rossb

  • Just popping in

  • Posts: 77

  • Since: 2006/8/28


Hi;

Xoops 2.5.9, site: www.rossco.org

I have a login field in my header, themes/xbootstrap/tpl/userbar.tpl , intended to replace / bypass going to user.php. Login using this does not work (no error messages, nada). Login via modules/profile/user.php works fine. What am I missing / doing wrong?

Here's the login image:
Resized Image

Thanks;
Bill

<div style="background: #F1F1F1 url('')">
<
div id="xo-banner" class="commercial" style="height:85px;">
    <
a id="xo-main-logo" class="commercial" href="<{xoAppUrl /}>" title=""><img src="/SecureOffice_Images/rossco.png" alt="<{$xoops_sitename}>" /></a>
    <{if 
$xoops_banner and $xoops_banner != '&nbsp;'}>
        <!-- <{
$xoops_banner}> width="480px" height="60px" -->
        <
iframe src=<{$xoops_url}>/images/banners/xoopsifyIt.gif border="0" scrolling="no" allowtransparency="true" width="480px" height="60px" style="border:0" align="right" alt="http://www.xoops.org/;"> </iframe>
    <{/if}>
</
div>

<
div id="xo-userbar" align="right">
    <{if !
$xoops_isuser}>
        <
form method="post" action="<{xoAppUrl /user.php op=login}>">
            <{
$smarty.const._LOGIN}>&nbsp;
            <
input name="uname" type="text" />&nbsp;&nbsp;<input name="pass" type="password"/>
            <
input type="hidden" name="xoops_redirect" value="<{$smarty.server.REQUEST_URI}>" />

            <{if 
$lang_siteclosemsg}>
                <
input type="hidden" name="xoops_login" value="1" />
            <{/if}>
            <
button type="submit"><img src="/SecureOffice_Images/icons/home.png" height="75%" alt="<{$smarty.const._LOGIN}>" /></button>
            <{if !
$lang_siteclosemsg}>
                &
nbsp;+&nbsp;<a href="<{xoAppUrl /register.php}>" class="register" title="<{$smarty.const._REGISTER}>"><{$smarty.const._REGISTER}></a>&nbsp;&nbsp;
            <{/if}>
        </
form>
    <{else}>
        <{
xoInboxCount assign=pmcount}>
        <
a href="<{xoAppUrl viewpmsg.php}>" title="<{$smarty.const._THEME_INBOX}>">
        <{if 
$pmcount}>
            <
img src="<{$xoops_url}>/SecureOffice_Images/icons/inbox-full.png" alt="<{$pmcount}> <{$smarty.const._THEME_INBOX_NOTREAD}>"/>
        <{else}>
            <
img src="<{$xoops_url}>/SecureOffice_Images/icons/inbox.png" alt="<{$smarty.const._THEME_INBOX}>"/>
        <{/if}>
        </
a>
        <
a href="<{xoAppUrl /notifications.php}>" title="<{$smarty.const._THEME_NOTIFICATIONS}>"><img src="<{$xoops_url}>/SecureOffice_Images/icons/note_view.png" alt="<{$smarty.const._THEME_NOTIFICATIONS}>"/></a>
        <
a href="<{xoAppUrl /user.php}>" title="<{$smarty.const._THEME_PROFILE}>"><img src="<{$xoops_url}>/SecureOffice_Images/icons/profile.png" alt="<{$smarty.const._THEME_PROFILE}>"/></a>

        <{if 
$xoops_isadmin}>
            <
a href="<{xoAppUrl /admin.php}>" title="<{$smarty.const._THEME_ADMINISTRATION}>"><img src="<{$xoops_url}>/SecureOffice_Images/icons/configuration.png" alt="<{$smarty.const._THEME_ADMINISTRATION}>" /></a>
        <{/if}>
        <
a href="<{xoAppUrl /user.php op=logout}>" title="<{$smarty.const._THEME_LOGOUT}>" ><img src="<{$xoops_url}>/SecureOffice_Images/icons/exit.png" alt="<{$smarty.const._THEME_LOGOUT}>"/></a>
    <{/if}>
</
div>
</
div>



1863
Mamba
Re: Calendar/Schedule module
  • 2019/10/11 9:53

  • Mamba

  • Moderator

  • Posts: 11375

  • Since: 2004/4/23


What is so different there? You can adjust the CSS to look like the other, and you can adjust the time intervals.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



1864
belgi
Re: Module Pedigree
  • 2019/10/9 17:05

  • belgi

  • Just popping in

  • Posts: 13

  • Since: 2019/9/29


Quote:

belgi wrote:
We don't understand each other. I uploaded xoops 2.5.6 and XOOPS2.5_mod_Pedigree_1.30_Beta1_xoops again. You said that the Alpha version is a test version and has bugs, so I uploaded the Beta version because I understand that the Beta version is good. (there is no other version). And just with the version XOOPS2.5_mod_Pedigree_1.30_Beta1_xoops are also these problems.
1. The photo will be sent to the catalog, but will not be sent to the dancyh database.
2. The new dog will be added to the database, but will not show on the page ... latest.php and in the search engine, it is not on the page.
3. But Owners and breeders are added to the base and shown on the site.
4. Will not upload new dog data to the database, e.g. pedigree number, tests, exhibitions and others.
5. In addition, there is an error in the module menu and the View / Search buttons have quotation marks. So it looks like this: "View / Search.
6. The WEBMASTER TOOLS button is available in the menu for registered users. I don't want it to be available. It cannot be changed in the program settings. How do you remove this button in the menu?
Users not logged in, unregistered do not have access to WEBMASTER TOOLS. This option is already saved in advance in the program. And for registered users it is available. It should not be like that. As an administrator, I have USER MENU available.
7. I can't replace the entire database because it gives a different page address. The Alpha 1.3.1 module is called pedigree, and the 1.30.1 Beta 1 module is called animal. So I only changed the tables with the data of dogs and users and the table with owners and breeders. Maybe I should replace some other table with the configuration?



1865
Skype-Fr
Re: changing colors and visuals in a theme
  • 2019/10/9 15:16

  • Skype-Fr

  • Just popping in

  • Posts: 28

  • Since: 2006/4/27


Ok Mamba, ... Regards



1866
Zap_English
Re: Calendar/Schedule module

Not at all the same, and I tried extcal. It's crap



1867
Mamba
Re: Calendar/Schedule module
  • 2019/10/8 21:48

  • Mamba

  • Moderator

  • Posts: 11375

  • Since: 2004/4/23


We already have it:

http://demo.xoops.org/modules/extcal/view_agenda-week.php
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



1868
Zap_English
Calendar/Schedule module

Take a look at this link

I think xoops needs something like this. The example is on a wordpress site

weekly schedule



1869
belgi
Re: Module Pedigree
  • 2019/10/8 11:47

  • belgi

  • Just popping in

  • Posts: 13

  • Since: 2019/9/29


We don't understand each other. I uploaded xoops 2.5.6 and XOOPS2.5_mod_Pedigree_1.30_Beta1_xoops again. You said that the Alpha version is a test version and has bugs, so I uploaded the Beta version because I understand that the Beta version is good. (there is no other version). And just with the version XOOPS2.5_mod_Pedigree_1.30_Beta1_xoops are also these problems.
1. The photo will be uploaded to the catalog and not uploaded.
2. The new dog will be added to the database, but will not show on the page ... latest.php and in the search engine, it is not on the page.
3. Owners and breeders are added to the base and shown on the site.
4. Will not upload new dog data to the database, e.g. pedigree number, tests, exhibitions and others.
5. In addition, there is an error in the module menu and the View / Search buttons have quotation marks. So it looks like this: "View / Search.
6. The WEBMASTER TOOLS button is available in the menu for registered users. I don't want it to be available. It cannot be changed in the program settings. How do you remove this button in the menu?
Users not logged in, unregistered do not have access to WEBMASTER TOOLS. This option is already saved in advance in the program. And for registered users it is available. It should not be like that. As an administrator, I have USER MENU available.
7. I can't replace the entire database because it gives a different page address. The Alpha 1.3.1 module is called pedigree, and the 1.30.1 Beta 1 module is called animal. So I only changed the tables with the data of dogs and users and the table with owners and breeders. Maybe I should replace some other table with the configuration?



1870
Mamba
Re: Module Pedigree
  • 2019/10/8 2:47

  • Mamba

  • Moderator

  • Posts: 11375

  • Since: 2004/4/23


You've mentioned Pedigree 1.3.1. Alpha

There is a difference between

a) Pedigree 1.3.1. Alpha located athttps://github.com/XoopsModules25x/pedigree, and

b) Pedigree 1.3.2. Alpha located at:https://github.com/mambax7/pedigree

Which exactly did you then use?
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs




TopTop
« 1 ... 184 185 186 (187) 188 189 190 ... 29424 »



Login

Who's Online

190 user(s) are online (94 user(s) are browsing Support Forums)


Members: 0


Guests: 190


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jun 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits