351
tripmon
Re: Anonomys usage
  • 2005/2/10 22:39

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


LOL!

Glad to help, now you have to pay it forward sooner or later



352
tripmon
Re: How to login if you remove the login box?
  • 2005/2/10 22:37

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


go to:
yoursite.com/user.php

Tadaaaaaaa!



353
tripmon
Re: FriendFinder -Requires Globals or what?
  • 2005/2/10 22:36

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


Time to dust off my wizzard hat...

I'll post back whatever the outcome.



354
tripmon
Re: Does anyone use aMember? And how exactly do you link it with your Xoops site?
  • 2005/2/10 22:26

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


Are you aware that they offer a PLUG-IN for XOOPS on their site: (the news article car linked to mentions it in a slightly confusing manner)

http://membership.cgi-central.net/scripts/amember/features.php#cm01

I mention this as there is the amember script (one price) which you can pull your hair out trying to integrate and then, there is the XOOPS plug-in, which synchs XOOPS and amember users for a single log-in.

If you in fact have paid for both just tell the folks at cgi-central to fix it, if not I would suggest the plug-in.

Good luck and hope I'm not stating what you already knew.



355
tripmon
Re: My home page
  • 2005/2/10 22:20

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


getting connection refused for:
www.jonsimmonds.co.uk

can't comment.....



356
tripmon
Re: How do I fix this Problem?
  • 2005/2/10 22:18

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


Council, do you claim to be using XOOPS 1.2?

Quote:
Sure, but can I install 1.3 over 1.2 without harming the database?


the info by highlander above will work, but I think the crack you are puffing may counteract the md5 hash.




357
tripmon
Re: Anonomys usage
  • 2005/2/10 22:13

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


Go to groups (anon) and put check marks in module and block access which you wish to grant.

Wheee it's easy!!!



358
tripmon
Re: FriendFinder -Requires Globals or what?
  • 2005/2/10 21:06

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


Heya Peekay!

Thanks man, I thought it was the dirty globals ...

Guess that rules it out for me.

De-globalizing this thing would probably be a beyatch... going to take a look, but it would probably be easier to get a newer script that doesn't require Globals (since the core and all 1st party modules no longer do) and modularize it for xoops.

I'll let everybody know what I find.

Thanks



359
tripmon
FriendFinder -Requires Globals or what?
  • 2005/2/10 19:45

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


Does anyone know if friendfinder 3.10 will work under 2.0.9.2 with PHP(4.3.2 btw) globals disabled? I don't think it want's to play...

I can't get it to work, but I see sites that are running it (I don't know if they have globals enabled or what XOOPS ver though...).

Can anyone advise another module that performs the same function and will work under the parameters above?

Thanks



360
tripmon
Re: Adding CSS to XHLDO
  • 2005/2/10 19:33

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


Compare code this to your:
/modules/xhld0/templates/xhld0_block.html file.

Quote:

<style type="text/css">
<!--
.thislink {
font-size: xx-small;
background-color: #eff4f8;
display: list-item;
}
.thistitle {
font-weight: bold;
font-variant: small-caps;
}
-->
</style>
<a href="<{$site_url}>" target="_blank" class="thistitle"><{$site_name}></a><br />
<{if $image.url != ""}>
<img src="<{$image.url}>" width="<{$image.width|default:88}>" height="<{$image.height|default:31}>" alt="<{$image.title}>" /><br />
<{/if}>

<ul>
<{section name=i loop=$items}>
<!-- <{if $items[i].title != ""}>
<{* <li><a href="<{$mod_url}>/index.php?id=<{$site_id}>#<{$items[i].link}>"><{$items[i].title}></a></li> *}>
<li>
<{if $items[i].pubdate != "" }>
<script type="text/javascript">document.write(phpDate('<{$dtfmt_short}>', <{$items[i].pubdate}>));</script>
<noscript><{$items[i].date_short}></noscript>
&nbsp;
<{/if}> -->

<li class="thislink"><a href="<{$items[i].link}>" target="_blank"><{$items[i].title}></a>
</li>
<{/if}>
<{/section}>
</ul>




Upload this in place of your current file (and update the xhld0 module) and you will see the CSS changes (.thislink and .thistitle) are causing.... blue background w/ xx-small text links and bold all-caps title text.

If you don't want to include the style in the block file as I have done, you can create a style in any other style sheet and link to it.

That's as plain as I can tell it.

GL!




TopTop
« 1 ... 33 34 35 (36) 37 38 39 ... 44 »



Login

Who's Online

134 user(s) are online (70 user(s) are browsing Support Forums)


Members: 0


Guests: 134


more...

Donat-O-Meter

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

Latest GitHub Commits