1
option
Re: NewBB 5.0 is in development
  • 2017/11/27 17:06

  • option

  • Just popping in

  • Posts: 50

  • Since: 2006/5/24


Quote:

Dante7237 wrote:
I recently had a bad experience with Bxpress (It's not secure), so I'll see how this thing acts with rmcommons..


You can tell your experience and you can also check in your repository Github Bxpress



2
option
How to Add block of module in theme.tpl
  • 2017/11/15 18:22

  • option

  • Just popping in

  • Posts: 50

  • Since: 2006/5/24


Hello, As I can add a .tpl block at the start of my theme, I'm not talking about customizing, but showing the block without activating in the administration block.
THanks



3
option
Re: Xoops 2.57 to 2.59 module system blank non access
  • 2017/11/9 6:08

  • option

  • Just popping in

  • Posts: 50

  • Since: 2006/5/24


it was the first option,
Now I have a clean installation, and I added the modules in the database
now in https: // all ok.



4
option
Re: XoopsTube 1.07 Beta and Xoops 2.5.9 beta
  • 2017/11/8 21:13

  • option

  • Just popping in

  • Posts: 50

  • Since: 2006/5/24


keeping the original name works perfectly, it was my mistake when updating my site, thanks.



5
option
Re: Xoops 2.57 to 2.59 module system blank non access
  • 2017/11/8 20:43

  • option

  • Just popping in

  • Posts: 50

  • Since: 2006/5/24


is active, now when I try to go to the internal maintenance modules it does not show me ...





6
option
Re: Xoops 2.57 to 2.59 module system blank non access
  • 2017/11/8 20:13

  • option

  • Just popping in

  • Posts: 50

  • Since: 2006/5/24


on the site with the clean installation all ok without errors
but in my other updated site I have errors, like the previous image, I think I would migrate supporting the contents of the modules (mywords, xoopstube etc)



7
option
Re: Xoops 2.57 to 2.59 module system blank non access
  • 2017/11/8 19:47

  • option

  • Just popping in

  • Posts: 50

  • Since: 2006/5/24


same result..
I tried a clean installation and apparently has the old theme pattern and not the new one like this picture Resized Image



8
option
Re: Xoops 2.57 to 2.59 module system blank non access
  • 2017/11/8 14:55

  • option

  • Just popping in

  • Posts: 50

  • Since: 2006/5/24


Line 31
</tr>


<{if $user_ownpage == true}>
    <
form name="usernav" action="user.php" method="post">

        <
br><br>

        <
table class="width70 aligncenter bnone">
            <
tr class="txtcenter">
                <
td><input type="button" value="<{$lang_editprofile}>" onclick="location='edituser.php'"/>
                    <
input type="button" value="<{$lang_avatar}>" onclick="location='edituser.php?op=avatarform'"/>
                    <
input type="button" value="<{$lang_inbox}>" onclick="location='viewpmsg.php'"/>

                    <{if 
$user_candelete == true}>
                        <
input type="button" value="<{$lang_deleteaccount}>" onclick="location='user.php?op=delete'"/>
                    <{/if}>

                    <
input type="button" value="<{$lang_logout}>" onclick="location='user.php?op=logout'"/></td>
            </
tr>
        </
table>
    </
form>
    <
br>
    <
br>
<{elseif 
$xoops_isadmin != false}>
    <
br>
    <
br>
    <
table class="width70 aligncenter bnone">
        <
tr class="txtcenter">
            <
td><input type="button" value="<{$lang_editprofile}>"
                       
onclick="location='<{$xoops_url}>/modules/system/admin.php?fct=users&amp;uid=<{$user_uid}>&amp;op=modifyUser'"/>
                <
input type="button" value="<{$lang_deleteaccount}>"
                       
onclick="location='<{$xoops_url}>/modules/system/admin.php?fct=users&amp;op=delUser&amp;uid=<{$user_uid}>'"/>
        </
tr>
    </
table>
    <
br>
    <
br>
<{/if}>

<
table class="width100 bnone" cellspacing="5">
    <
tr class="aligntop">
        <
td class="width50">
            <
table class="outer width100" cellpadding="4" cellspacing="1">
                <
tr>
                    <
th colspan="2" class="txtcenter"><{$lang_allaboutuser}></th>
                </
tr>
                <{if 
$user_avatarurl}>
                    <
tr class="aligntop">
                        <
td class="head"><{$lang_avatar}></td>
                        <
td class="even txt center"><img src="<{$user_avatarurl}>" alt="Avatar"/></td>
                    </
tr>
                <{/if}>
                <{if 
$user_realname}>
                    <
tr>
                        <
td class="head"><{$lang_realname}></td>
                        <
td class="odd center"><{$user_realname}></td>
                    </
tr>
                <{/if}>
                <{if 
$user_websiteurl}>
                    <
tr>
                        <
td class="head"><{$lang_website}></td>
                        <
td class="even"><{$user_websiteurl}></td>
                    </
tr>
                <{/if}>
                <{if 
$user_email}>
                    <
tr class="aligntop">
                        <
td class="head"><{$lang_email}></td>
                        <
td class="odd"><{$user_email}></td>
                    </
tr>
                <{/if}>
                <{if !
$user_ownpage == true}>
                    <
tr class="aligntop">
                        <
td class="head"><{$lang_privmsg}></td>
                        <
td class="even"><{$user_pmlink}></td>
                    </
tr>
                <{/if}>
                <{if 
$user_icq}>
                    <
tr class="aligntop">
                        <
td class="head"><{$lang_icq}></td>
                        <
td class="odd"><{$user_icq}></td>
                    </
tr>
                <{/if}>
                <{if 
$user_aim}>
                    <
tr class="aligntop">
                        <
td class="head"><{$lang_aim}></td>
                        <
td class="even"><{$user_aim}></td>
                    </
tr>
                <{/if}>
                <{if 
$user_yim}>
                    <
tr class="aligntop">
                        <
td class="head"><{$lang_yim}></td>
                        <
td class="odd"><{$user_yim}></td>
                    </
tr>
                <{/if}>
                <{if 
$user_msnm}>
                    <
tr class="aligntop">
                        <
td class="head"><{$lang_msnm}></td>
                        <
td class="even"><{$user_msnm}></td>
                    </
tr>
                <{/if}>
                <{if 
$user_location}>
                    <
tr class="aligntop">
                        <
td class="head"><{$lang_location}></td>
                        <
td class="odd"><{$user_location}></td>
                    </
tr>
                <{/if}>
                <{if 
$user_occupation}>
                    <
tr class="aligntop">
                        <
td class="head"><{$lang_occupation}></td>
                        <
td class="even"><{$user_occupation}></td>
                    </
tr>
                <{/if}>
                <{if 
$user_interest}>
                    <
tr class="aligntop">
                        <
td class="head"><{$lang_interest}></td>
                        <
td class="odd"><{$user_interest}></td>
                    </
tr>
                <{/if}>
                <{if 
$user_extrainfo}>
                    <
tr class="aligntop">
                        <
td class="head"><{$lang_extrainfo}></td>
                        <
td class="even"><{$user_extrainfo}></td>
                    </
tr>
                <{/if}>
            </
table>
        </
td>
        <
td class="width50">
            <
table class="outer width100" cellpadding="4" cellspacing="1">
                <
tr class="aligntop">
                    <
th class="txtcenter" colspan="2"><{$lang_statistics}></th>
                </
tr>
                <
tr class="aligntop">
                    <
td class="head"><{$lang_membersince}></td>
                    <
td class="even txtcenter"><{$user_joindate}></td>
                </
tr>
                <
tr class="aligntop">
                    <
td class="head"><{$lang_rank}></td>
                    <
td class="odd txtcenter"><{$user_rankimage}><br><{$user_ranktitle}></td>
                </
tr>
                <
tr class="aligntop">
                    <
td class="head"><{$lang_posts}></td>
                    <
td class="even txtcenter"><{$user_posts}></td>
                </
tr>
                <
tr class="aligntop">
                    <
td class="head"><{$lang_lastlogin}></td>
                    <
td class="odd center"><{$user_lastlogin}></td>
                </
tr>
            </
table>
            <{if 
$user_signature}>
                <
br>
                <
table class="outer width100" cellpadding="4" cellspacing="1">
                    <
tr class="aligntop">
                        <
th colspan="2" class="txtcenter"><{$lang_signature}></th>
                    </
tr>
                    <
tr class="aligntop">
                        <
td class="even"><{$user_signature}></td>
                    </
tr>
                </
table>
            <{/if}>
        </
td>
    </
tr>
</
table>

<!-- 
start module search results loop -->
<{foreach 
item=module from=$modules}>
    <
br class="clear"/>
    <
h4><{$module.name}></h4>
    <!-- 
start results item loop -->
    <{foreach 
item=result from=$module.results}>
        <
img src="<{$result.image}>" alt="<{$module.name}>"/>
        <
strong><a href="<{$result.link}>" title="<{$result.title}>"><{$result.title}></a></strong>
        <
br>
        <
span class="x-small">(<{$result.time|default:''}>)</span>
        <
br>
    <{/foreach}>
    <!-- 
end results item loop -->

    <{
$module.showall_link}>


<{/foreach}>
<!-- 
end module search results loop -->



9
option
Re: Xoops 2.57 to 2.59 module system blank non access
  • 2017/11/8 4:10

  • option

  • Just popping in

  • Posts: 50

  • Since: 2006/5/24


when updating the system module I get this message
ErrorSmarty error: [in db:system_userinfo.html line 31]: syntax errorunrecognized tag 'locale' (Smarty_Compiler.class.phpline 590in file /class/smarty/Smarty.class.php line 1100

xoops 2.5.9
PHP: 7.1.11
MYSQL: 10.1.28

Resized Image



10
option
Re: XoopsTube 1.07 Beta and Xoops 2.5.9 beta
  • 2017/11/8 2:36

  • option

  • Just popping in

  • Posts: 50

  • Since: 2006/5/24


Xbootstrap




TopTop
(1) 2 3 4 »



Login

Who's Online

152 user(s) are online (101 user(s) are browsing Support Forums)


Members: 0


Guests: 152


more...

Donat-O-Meter

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

Latest GitHub Commits