• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

How to fix this?

Status
Not open for further replies.
i checked , it maybe <div id="push" > and it had style with height =125px

So in your footer.php , search <div id="push" > and del it

for exactly , can you send for me your footer.php
 
Code:
<?php if(!defined('access') or !access) die('This file cannot be directly accessed.'); ?>
</div><!-- wrap -->

<div id="foot">
    <div id="in-foot">
        <div id="foot-content">
            <ul>
                <?php show_page_links('<li>'); ?>
<?php
if(isset($_SESSION['LOGGEDIN']) && ($_SESSION['LOGGEDIN'] == true)) {
echo '<li><a href="mypage">My Profile</a></li>';
}
else {
echo '<li><a href="register">Register</a></li><li><a href="/login">Login</a></li>';
}
?>
            </ul>
            </div>
    <div align="center"><p>Directory Size : <?php print(__MOD__DIR_INFO__SIZE__); ?></p>
    <p># of uploaded files : <?php print(__MOD__DIR_INFO__COUNT__); ?></p>
    <p>Total registered users: <?php $udata = users_count(); echo $udata['noOfUsers']; ?></p></div>

     <a href="http://forum.interes.hr/" target="_blank" title="Interes Image Hosting (by NofaK)" id="powered">Interes 2011 (C) Powered by NofaK</a></div>
</body>
</html>

Noo <div id="push"> :S

But it's not problem in footer because on http://i.interes.hr/tools is everything normal :S
 
brb.. push goes before foot and in your site is after that div.
 
Push is pushed by the js, you don't need to mess with it. If the push goes after the footer then you are messing with it.
 
oh ok, but then where is problem... i didn't messing with push....

and one more question, if I put my YOURLS script to public, so it's available for public.....
then

Code:
http://url.interes.hr/yourls-api.php?format=simple&action=shorturl&username=DeMo&password=DeMo&url=

it's not working :S

i try put this

Code:
http://url.interes.hr/yourls-api.php?format=simple&action=shorturl&url=

but still not working.. :S
 
Status
Not open for further replies.
Back
Top