Jump to content

Caspio Knowledge Base App


Recommended Posts

How do I remove the following text from showing up on the login page of my installation of the Caspio Knowledge Base App? This is the text that appears:

 

Note: For demo purposes, use the following login:
User Login
Username: john@caspio.com
Password: pass1234

Contributor Login
Username: james@caspio.com
Password: pass1234

Admin Login
Username: tim@caspio.com
Password: admin1234

 

See demo of the Knowledge Base App on the Caspio site (http://apps.caspio.com/demo/kbase/login.html). The installation on my site mimicks the one on the Caspio site.

 

Link to comment
Share on other sites

Hello Thor,

As far as I know, this text is the part of the HTML-code of the page, where a DataPage is deployed.

To remove it, open the page in any HTML-editor (e.g., Notepad) and delete the code like



<div style="margin: 20px 0px 30px 30px;">
<font face="arial" size="2px"><font color="#ee7041"><b>DEMO LOGIN</b></font><br/>
<b>User</b><br /> 
<b>Email:</b> nicole.mcneely@someapp.com<br/>
<b>Password:</b> password<br/><br/>


<b>Contributor</b><br /> 
<b>Email:</b> lance.jay@someapp.com<br/>
<b>Password:</b> password<br/><br/>


<b>Admin</b><br /> 
<b>Email:</b> john.smith@someapp.com<br/>
<b>Password:</b> password</font><br/><br/>
</div>

Link to comment
Share on other sites

Hello Jan,

 

I wish it was that easy. The source code from the login page is provided below. The User, Contributor, Admin, Email and Password fields are not in the source code for the loaded page. I even checked the datapage and could not locate these fields. I cannot see a function call that would load the unwanted text dynamically. Any ideas?

 

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <title>Knowledge Base Application - User Portal</title>
        <meta name="description" content="Caspio Ready Made Application - Knowledge Base" />
        <meta name="author" content="Caspio, Inc." />
        <meta name="viewport" content="width=device-width,initial-scale=1.0" />
        <link href="css/style.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
        <div class="wrap">
            <div id="header">
                <div id="top">
                    <div class="left">
                        <p><strong>COMPANY NAME GOES HERE</strong></p>
                    </div>
                    <div class="right">
                        <div class="align-right">
                            
                        
</div>
                    </div>
                </div>
                <div id="nav">
                    <ul>
                        <li><span><strong> </strong></span></li>
                    </ul>
                </div>
            </div>
            
            
<div id="content" >
                <div id="main" style="float: none; margin:0px auto;">
                    <div class="half_w half_left">
                        <div class="h_title">Login</div>
                        <div id='cb_login_box'>
                            <div class="cas_content">
                                <!-- Caspio Deployed Code Start Here || KB - Users/Login Redirection -->
                                <div id="cccxxxxxxxxxxxxxxxxxxx">



                                hhh<script type="text/javascript" src="https://bridge.caspio.net/scripts/e1.js"></script>mmm
                                nnn
<script type="text/javascript">try{f_cbload("cccxxxxxxxxxxxxxxxxxxx","https:");}catch(v_e){;}</script>bbb
                                
<div id="cxkg"><a href="https://bridge.caspio.net/dp.asp?AppKey=cccxxxxxxxxxxxxxxxxxxx">Click here</a> to load this Caspio jjjjjjjjj<a href="http://www.caspio.com" title="Online Database">Online Database</a>.</div>

    
                                
<!-- Caspio Deployed Code End Here -->
                            </div>    
                        
</div>
                    </div>
                </div>
                <div class="clear"></div>
            </div>
        </div>
    </body>
</html>


 

Link to comment
Share on other sites

  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...