21
fdj
edituser.php... where?
  • 2004/12/28 13:32

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


hello,

I would like to change the table in "edituser.php" but I didn't find it in the templates so i would like to know which file is concerned.

thx a lot



22
fdj
news 1.2.1
  • 2004/12/3 0:12

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


hello,
I would like to display 6 or maybe 8 news on my home page but I just have the choice between 5 and 10.

How can i change this number corresponding to my needs ???

thx a lot



23
fdj
News 1.2 rc2
  • 2004/7/10 12:17

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


i thought that "News 1.2" should add a new variable in order to separate the "read more link" from the "comments".
=>https://xoops.org/modules/newbb/viewtopic.php?topic_id=19499&forum=7#forumpost83663
I saw that both are still included in <{$story.morelink}>
i looked in news/article.php in order to make some modifications
<{$story.morelink}>
and for example
<{$story.comment}>
but i'm not used to manipulate php enough.

Could somemone help me ?

thx



24
fdj
encoding email adresses / spam
  • 2004/5/2 17:13

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


hello,

does the team think about encoding members email adresses with a small function in order to limit spam ?

i saw this one (in french) which seems to be easy to add :

<?php
function hex_encode ($str)
{
$encoded = bin2hex($str);
$encoded = chunk_split($encoded, 2, '%');
$encoded = '%'.substr($encoded, 0, strlen($encoded) - 1);
return $encoded;
}
?>

http://www.neokraft.net/sottises/mailencoder/index.html?mail=team@xoops.org



25
fdj
Re: customizing the main menu
  • 2004/4/21 11:43

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


thank you so much chapi... it works fine !!!



26
fdj
customizing the main menu
  • 2004/4/21 8:26

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


hello,
i would like to replace "text items" from the main menu by pics. Is it possible to make some modifications to do that?

eg :
"forum" will be replaced by "forum.gif"



27
fdj
html, php or?
  • 2003/12/13 11:00

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


Hello i would like to make a customized block to display a random picture...

here is my code :

<img src='http://www.mysite.org/images/random/<?php echo rand(1,20) ?>.jpg width='78' height='78' align='left'>

if I choose php for the block it doesn't display the pictures .

How can i do this?

thx a lot



28
fdj
Re: creating a theme with x2.0.5
  • 2003/10/24 14:44

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


ok thx a lot...
but i think one thing is missing concerning this guide. Once i finished step 4 i can't see the template modules files in my new folder ("cool" on the guide).
Do i have to download the new theme on my computer and then upload the files in the rep "cool" ?.
Do i need to edit the xml file?

thx



29
fdj
creating a theme with x2.0.5
  • 2003/10/23 16:23

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


Hello
i would like to creat my own theme for XOOPS but i don't know how to start. I made a copy of the original theme in the cp and then download it but there is only modules html files in it and a single xml file.
Could someone tell me the basics steps to work on my theme.

=>http://wiki.xoops.org/wakka.php?wakka=XoopsThemesDoc is not ready yet .

thx



30
fdj
Re: replace XoopsFormButton by image
  • 2003/4/10 16:18

  • fdj

  • Just popping in

  • Posts: 51

  • Since: 2002/9/19


hello Herko,
most of form buttons can't be edited from the theme manager. It seems that it's hardcoded so i would like to know how can i change for e.g the submit button of "submit news" => $button_tray->addElement(new XoopsFormButton('', 'post', _NW_POST, 'submit'));




TopTop
« 1 2 (3) 4 »



Login

Who's Online

243 user(s) are online (171 user(s) are browsing Support Forums)


Members: 0


Guests: 243


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