141
culex
Re: Announcement slide panel on xoops.org
  • 2010/9/24 13:15

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


This is not jquery but simple javascript still it should do the trick.

in your theme css add (you can add more of course backgroundcolor, fontsize, borderstyle etc)
#startup_message {
width:100%;
border:3px double #000;
padding:20px;
margin:30px auto;
text-align:justify;
}


in your theme header insert
<script type="text/javascript">
window.onload=function() {
setTimeout('document.getElementById("startup_message").style.display="none"',5000);
return;
}
</
script>


And in top of yout theme make a div with id = hide

<div id="startup_message">
Xoops is the best!! Xoops is the best!! Xoops is the best!! Xoops is the best!! Xoops is the best!! Xoops is the best!! Xoops is the best!! Xoops is the best!! Xoops is the best!! 
</
div>
Programming is like sex:
One mistake and you have to support it for the rest of your life.



142
culex
Re: xoops chat integration (like facebook) ?
  • 2010/9/20 22:30

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


I have updated a few files in svn

Seems like I have fixed the problem with "chat windows " not keeping position when browsing or refreshing. Now positions are kept or changed "according to how you drag 'n drop 'em" until the window is closed killing the session cookie.

Phew... Hard to get going again after the vacation but I'm getting there



143
culex
Re: How can I make banner in center
  • 2010/9/18 21:53

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


You simply find the spot in the webpage (theme.html) where you'd like banner to show up and insert
<{$xoops_banner}>


P.S cool design
Programming is like sex:
One mistake and you have to support it for the rest of your life.



144
culex
Re: xoops chat integration (like facebook) ?
  • 2010/8/14 18:49

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


It would be very very nice to release an official version, but yes the module still have some issues we need to iron out.

I've been busy cleaning up onair module wich is almost done, and work was taking up way too much time from my hobbies

I'm off to bulgaria on a 2 week vacation. My plans are to get seriously into xim when returning.

As I see it this is what we need before going official.

Critical issues (some thinking needed with these)
P) Cookie / ajax issues. Problem with drag'n. Position is lost when browsing/refreshing page.
S) Eighter fix the problem or loose the drag'n drop func.

Styling issues
P) Css issues to be fixed. (footerbar + avatar with long names)
S) also Shouldn't bee to hard to fix.

Small features still needed
P) We still need "hidden status" + clean history func.Some features still missing.: friendslist (add, edit, delete)
S) Basicly already done. Clean history is a config, so not to hard.

Programming is like sex:
One mistake and you have to support it for the rest of your life.



145
culex
Re: New javascript-based captcha for XOOPS
  • 2010/7/13 16:24

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


You can't download yet Mamba, I have just sent to Frankblack for him to check, so he'll put here if he like the changes
Programming is like sex:
One mistake and you have to support it for the rest of your life.



146
culex
Re: New javascript-based captcha for XOOPS
  • 2010/7/13 15:01

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Hey Frank this is a great hack,

I have implimented a renamed function to this great hack to make it work with other javascript frameworks also.

Hope you can use
Programming is like sex:
One mistake and you have to support it for the rest of your life.



147
culex
Re: New javascript-based captcha for XOOPS
  • 2010/7/10 8:48

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Cool..

if you use

<script>
var xoops_sexycaptcha = jQuery.noConflict();
</script>

And then rename all $ to xoops_sexycaptcha in js.

You still cannot use with other frameworks ??
Programming is like sex:
One mistake and you have to support it for the rest of your life.



148
culex
Re: multilanguage: Show Date and time
  • 2010/6/27 11:59

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Try putting the smarty php <{php}> echo date('l, d M Y | h:i a');<{/php}> inside your language codetags... like this

[en]<{php}> 
$weekday date('w');
$date date(d M Y);
$time =  date('h:i a');
$day = array('søn','man','tirs','ons','tors','fre','lør');
echo 
"Today it's " $day[$weekday] ." ".$date" and the time is ".$time;
<{/
php}>[/en]


I havent tested but should work. And then you just make another for [en] [es] [de] or how many you use
Programming is like sex:
One mistake and you have to support it for the rest of your life.



149
culex
Re: Moving site to sub domain
  • 2010/6/25 14:49

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


In mainfil.php you finde

Xoops Library definition like this

// Physical path to the XOOPS library directory WITHOUT trailing slash
    
define'XOOPS_PATH''/customers/yoursite.dk/yoursite.dk/httpd.www/whateverUchoose' );


Xoops_data like this

// Physical path to the XOOPS datafiles (writable) directory WITHOUT trailing slash
    
define'XOOPS_VAR_PATH''/customers/yoursite.dk/yoursite.dk/httpd.www/WhateverUchoose' );


And database prefix like this
define'XOOPS_DB_PREFIX''Example_prefix_Xoops' );


Programming is like sex:
One mistake and you have to support it for the rest of your life.



150
culex
Re: xoops chat integration (like facebook) ?
  • 2010/6/25 10:08

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


@Tianne We're working on a method to make xim work also in xoops versions < 2.4, but so fra it will not run properly if you have Xoops older than 2.4 since it uses preloads.

Hopefully very soon there will be an option to make the module work without. I'll post here when I hack it

@Kerkyra We have had questions about these white pages before. I wrote solution to this in the docs/install.html in the downloaded folder.

Probably this is due to protectore, or your browser has disabled cookie or javascript. Check these first.

If still blank page. Go to your protector module -> settings and write xim in the form "Modules out of Dos / Crawler checker".

This should do it
Programming is like sex:
One mistake and you have to support it for the rest of your life.




TopTop
« 1 ... 12 13 14 (15) 16 17 18 ... 49 »



Login

Who's Online

238 user(s) are online (156 user(s) are browsing Support Forums)


Members: 0


Guests: 238


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