191
slyss
Re: Edituser.php in the second login... its possible...?
  • 2006/4/9 9:16

  • slyss

  • Quite a regular

  • Posts: 343

  • Since: 2006/1/26


yes i have many hacks but this is not a problem.... it's a request...

when a user go to my site for the second time, i want redirect he at edituser.php...
[size=x-large]2008 Xoops Book[/size]



192
slyss
Edituser.php in the second login... it's possible...?
  • 2006/4/9 8:50

  • slyss

  • Quite a regular

  • Posts: 343

  • Since: 2006/1/26


hi everybody... i have a question:

it's possible to show edituser.php when my users login in my site at second time ?

thanks... stefano


[startup module can help me ?]
[size=x-large]2008 Xoops Book[/size]



193
slyss
Re: Newbie: The best forum module for XOOPS???
  • 2006/4/3 14:15

  • slyss

  • Quite a regular

  • Posts: 343

  • Since: 2006/1/26


news: news 1.44
download: wf-download
forum: for now, cbb 3.01 .... but i wait a stable version of phpbb integrate with xoops....
[size=x-large]2008 Xoops Book[/size]



194
slyss
Re: Template register.php
  • 2006/4/3 9:16

  • slyss

  • Quite a regular

  • Posts: 343

  • Since: 2006/1/26


ok but i want to add a text in this file near the botton "calendar" (hack profile by m0nty for date of birth) ...

how can i add text?

thanks
[size=x-large]2008 Xoops Book[/size]



195
slyss
How can i add text in register.php ?
  • 2006/4/3 8:33

  • slyss

  • Quite a regular

  • Posts: 343

  • Since: 2006/1/26


hi everybody

where i go to modify the template of register.php ?

which file ?

thanks...
[size=x-large]2008 Xoops Book[/size]



196
slyss
Re: Calendar go on top left (wrong)
  • 2006/4/1 9:19

  • slyss

  • Quite a regular

  • Posts: 343

  • Since: 2006/1/26


the creator of PICAL answer me this:

Though I don't check it well, it looks like a problem of CSS.

Check:
- your theme.html contains <{$xoops_module_header}>
- your style.css contains some class names as calendar.js

or
http://www.peak.ne.jp/xoops/md/xhnewbb/viewtopic.php


but i don't understand

any suggestion ?
[size=x-large]2008 Xoops Book[/size]



197
slyss
Re: Calendar go on top left (wrong)
  • 2006/3/31 16:31

  • slyss

  • Quite a regular

  • Posts: 343

  • Since: 2006/1/26


m0nty if help you this is the code (work good) of PICAL:

<script type="text/javascript" src="http://www.stefanosnetwork.com/site/include/calendar.js"></script>
<
script type="text/javascript">
<!--
var 
calendar null;

function 
selected(caldate) {
  
cal.sel.value date;
}

function 
closeHandler(cal) {
  
cal.hide();
  
Calendar.removeEvent(document"mousedown"checkCalendar);
}

function 
checkCalendar(ev) {
  var 
el Calendar.is_ie Calendar.getElement(ev) : Calendar.getTargetElement(ev);
  for (; 
el != nullel el.parentNode)
    if (
el == calendar.element || el.tagName == "A") break;
  if (
el == null) {
    
calendar.callCloseHandler(); Calendar.stopEvent(ev);
  }
}
function 
showCalendar(id) {
  var 
el xoopsGetElementById(id);
  if (
calendar != null) {
    
calendar.hide();
  } else {
    var 
cal = new Calendar(truenullselectedcloseHandler);
    
calendar cal;
    
cal.setRange(20002015);
    
calendar.create();
  }
  
calendar.sel el;
  
calendar.parseDate(el.value);
  
calendar.showAtElement(el);
  
Calendar.addEvent(document"mousedown"checkCalendar);
  return 
false;
}

Calendar._DN = new Array
(
"Sunday",
 
"Monday",
 
"Tuesday",
 
"Wednesday",
 
"Thursday",
 
"Friday",
 
"Saturday",
 
"Sunday");
Calendar._MN = new Array
(
"January",
 
"February",
 
"March",
 
"April",
 
"May",
 
"June",
 
"July",
 
"August",
 
"September",
 
"October",
 
"November",
 
"December");

Calendar._TT = {};
Calendar._TT["TOGGLE"] = "Toggle first day of week";
Calendar._TT["PREV_YEAR"] = "Prev. year (hold for menu)";
Calendar._TT["PREV_MONTH"] = "Prev. month (hold for menu)";
Calendar._TT["GO_TODAY"] = "Go Today";
Calendar._TT["NEXT_MONTH"] = "Next month (hold for menu)";
Calendar._TT["NEXT_YEAR"] = "Next year (hold for menu)";
Calendar._TT["SEL_DATE"] = "Select date";
Calendar._TT["DRAG_TO_MOVE"] = "Drag to move";
Calendar._TT["PART_TODAY"] = "(Today)";
Calendar._TT["MON_FIRST"] = "Display Monday first";
Calendar._TT["SUN_FIRST"] = "Display Sunday first";
Calendar._TT["CLOSE"] = "Close";
Calendar._TT["TODAY"] = "Today";

// date formats
Calendar._TT["DEF_DATE_FORMAT"] = "y-mm-dd";
Calendar._TT["TT_DATE_FORMAT"] = "y-mm-dd";

Calendar._TT["WK"] = "";
//-->
</script>


pical use: calendar.js and is total equal of dobcalendar.js

..... any suggestion ?
[size=x-large]2008 Xoops Book[/size]



198
slyss
Re: Calendar go on top left (wrong)
  • 2006/3/31 16:16

  • slyss

  • Quite a regular

  • Posts: 343

  • Since: 2006/1/26


Quote:


change absolute to relative


hi m0nty,

if i change absolute to relative don't work... the calendar not appear.... but with pical work good...
[size=x-large]2008 Xoops Book[/size]



199
slyss
News 1.44 duplicatable?
  • 2006/3/30 23:05

  • slyss

  • Quite a regular

  • Posts: 343

  • Since: 2006/1/26


hi everybody

the module News 1.44 is duplicatable?

can i install 2 modules News in my site?

thanks a lot
[size=x-large]2008 Xoops Book[/size]



200
slyss
Re: Calendar go on top left (wrong)
  • 2006/3/30 21:03

  • slyss

  • Quite a regular

  • Posts: 343

  • Since: 2006/1/26


Quote:

Lourdes wrote:
Have you tried viewing your site in Internet Explorer? The table issue may be your theme reacting different due to using Fire Fox.


in fact:

with Internet Explorer work good...
with Firefox work bad...

but in my site i use the module Pical and the button CALENDAR of pical's module work good with firefox...

why?...
[size=x-large]2008 Xoops Book[/size]




TopTop
« 1 ... 17 18 19 (20) 21 22 »



Login

Who's Online

236 user(s) are online (160 user(s) are browsing Support Forums)


Members: 0


Guests: 236


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