21
Will_H
Re: Do a portal with or without module
  • 2008/1/27 0:29

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10


Well, you could use a blank module to call in the b2evolution. It will require some creative directory use.

Then utilize .htaccess to prevent direct access to the file folder via a browser.

idk, you are literally going to have to make b2evolution into a XOOPS module if you want to fully control access.

You could technically create a separate database for it, and wrap your XOOPS frameworks around it. You will need to strip out all of the b2evolution frameworks.

Tough stuff. I would suggest you head over to b2e and see if anyone has developed a bridge. I could of sworn I had read something of the sort somewhere once before.

Any great project requires work, and coffee.



22
Will_H
Re: Hazard Theme error with 2.2.6
  • 2008/1/26 14:20

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10


hmm, well.

replace
<{if !$xoops_isuser}>
            <
form method="post" action="<{$xoops_url}>/user.php?op=login">
                <{
$smarty.const._LOGIN}><br />
                <
input name="uname" type="text" /><br /><input name="pass" type="password" /><br />
                <
input type="hidden" name="xoops_redirect" value="<{$smarty.server.REQUEST_URI}>" />
                <
button type="submit"><img src="<{$xoops_url}>/themes/<{$xoops_theme}>/icons/login.png" alt="<{$smarty.const._LOGIN}>" /></button>
            <
a href="<{$xoops_url}>/register.php" class="register">Register</a>
        </
form>
        <{else}>
            <{
xoInboxCount assign=pmcount}>
            <
a href="<{$xoops_url}>/viewpmsg.php">
            <{if 
$pmcount}>
                <
img src="<{$xoops_url}>/themes/<{$xoops_theme}>/icons/inbox-full.png" alt="Inbox (<{$pmcount}>)" title="You have <{$pmcount}> unread messages" />
            <{else}>
                <
img src="<{$xoops_url}>/themes/<{$xoops_theme}>/icons/inbox.png" alt="Inbox" title="Show your inbox content" />
            <{/if}>
            </
a>                
            <
a href="<{$xoops_url}>/user.php"><img src="<{$xoops_url}>/themes/<{$xoops_theme}>/icons/profile.png" alt="My profile" title="View your profile" /></a>
            <{if 
$xoops_isadmin}>
            <
a href="<{$xoops_url}>/admin.php"><img src="<{$xoops_url}>/themes/<{$xoops_theme}>/icons/configuration.png" alt="Admin" title="Display site administration" /></a>
            <{/if}>
            <
a href="<{$xoops_url}>/user.php?op=logout"><img src="<{$xoops_url}>/themes/<{$xoops_theme}>/icons/logout.png" alt="Logout" title="Click to logout" /></a>
        <
br /><br />
        
Hello, <{$xoops_uname}><br />Welcome to <a href="<{$xoops_url}>"><{$xoops_sitename}></a>! 
        <{/if}>


with
<{if !$xoops_isuser}>
            <
form method="post" action="<{$xoops_url}>/user.php?op=login">
                <{
$smarty.const._LOGIN}><br />
                <
input name="uname" type="text" /><br /><input name="pass" type="password" /><br />
                <
input type="hidden" name="xoops_redirect" value="<{$smarty.server.REQUEST_URI}>" />
                <
button type="submit"><img src="<{$xoops_url}>/themes/<{$xoops_theme}>/icons/login.png" alt="<{$smarty.const._LOGIN}>" /></button>
            <
a href="<{$xoops_url}>/register.php" class="register">Register</a>
        </
form>
        <{else}>
            <{if 
$msgcount 0}> 
                <
a href="<{$xoops_url}>/viewpmsg.php"><img src="<{$xoops_url}>/themes/<{$xoops_theme}>/icons/inbox-full.png" alt="Inbox (<{$msgount}>)" title="You have <{$msgcount}> unread messages" /></a>
            <{else}>
                <
a href="<{$xoops_url}>/viewpmsg.php"><img src="<{$xoops_url}>/themes/<{$xoops_theme}>/icons/inbox.png" alt="Inbox" title="Show your inbox content" /></a>
            <{/if}>
            <
a href="<{$xoops_url}>/user.php"><img src="<{$xoops_url}>/themes/<{$xoops_theme}>/icons/profile.png" alt="My profile" title="View your profile" /></a>
            <{if 
$xoops_isadmin}>
            <
a href="<{$xoops_url}>/admin.php"><img src="<{$xoops_url}>/themes/<{$xoops_theme}>/icons/configuration.png" alt="Admin" title="Display site administration" /></a>
            <{/if}>
            <
a href="<{$xoops_url}>/user.php?op=logout"><img src="<{$xoops_url}>/themes/<{$xoops_theme}>/icons/logout.png" alt="Logout" title="Click to logout" /></a>
        <
br /><br />
        
Hello, <{$xoops_uname}><br />Welcome to <a href="<{$xoops_url}>"><{$xoops_sitename}></a>! 
        <{/if}>


HTH.



23
Will_H
Re: What else is wrong with 2.0.18? When is the patch going to be ready? Issues Issues...
  • 2008/1/24 19:22

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10


well its 2pm EST, which means its the middle of the night in china. Should be answered by tomorrow if the topic stays on the front page.



24
Will_H
Re: new member block with theme imago07
  • 2008/1/24 19:19

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10


sounds like your odd / even have widths assigned. Sometimes occurs with percentage based width themes.

please provide link so that anyone that uses firefox can solve the problem.



25
Will_H
Re: Is there any modules for an helpdesk?
  • 2008/1/24 13:53

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10


xhelp



26
Will_H
Re: Flash in Custom Blocks
  • 2008/1/22 13:34

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10


yeah, you shouldn't have a problem with it. Just make sure your block formatting matches your content.



27
Will_H
Re: Flash in Custom Blocks
  • 2008/1/22 4:51

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10


yes. You must embed it.

http://www.jeroenwijering.com/?item=embedding_flash



28
Will_H
Re: Using the news module in different areas of the website
  • 2008/1/21 20:42

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10





29
Will_H
Re: Footer Problem
  • 2008/1/18 23:12

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10


...again, its your content. disable one by one until fixed.

once you know which block is causing the problem its much easier to fix.



30
Will_H
Re: Is there a module that allows members to recommend/invite their friends to join?
  • 2008/1/18 22:43

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10


I use the eCard feature of extgal for it.

I design a custom eCard for the site with all the info and use the [gallery] hook hack to bring it into a custom block.

works great and seems flashier than just.. enter email ... press send... they can put a message in to customize it..

really nice.




TopTop
« 1 2 (3) 4 5 6 ... 146 »



Login

Who's Online

186 user(s) are online (109 user(s) are browsing Support Forums)


Members: 0


Guests: 186


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