31
ackbarr
Re: Address Bar Icon

it is stored in <XOOPS_ROOT>/favicon.ico

Additional Resources:
Wikipedia: Favicon
Photo Matt: How to create a favicon
Site Hosting - PlanetXoops



32
ackbarr
Re: xoops_version.php variables

//Wrap any $xoopsModule calls in an if block if your code 
//will be utilized in a block
if ($xoopsModule) {
  echo(
$xoopsModule->getVar('name')); //output module name
  
echo($xoopsModule->getVar('dirname')); //output module directory
}
Site Hosting - PlanetXoops



33
ackbarr
Re: tracking users

include "mainfile.php"//adjust to the proper path to mainfile.php

if ($xoopsUser) {
  echo 
$xoopsUser->getVar("uid");
  echo 
$xoopsUser->getVar("uname");
} else {
  echo 
"Anonymous User";
}
Site Hosting - PlanetXoops



34
ackbarr
Re: Google Maps and Xoops

would you be interested in starting a google maps project on dev.xoops.org?
Site Hosting - PlanetXoops



35
ackbarr
Re: Moderators not showing colors...

Go to System -> Find Users (Search for User), Edit the user's account and set their "Rank" to moderator
Site Hosting - PlanetXoops



36
ackbarr
Re: Xoops 2.2 docs

have you already seen the Xoops 2.2 Development Roadmap?
The Release Notes for the XOOPS 2.2 Release Candidate also contain a list of the major changes.
Site Hosting - PlanetXoops



37
ackbarr
Re: Style.css make Javascript Table style not working

This should do the trick
"<TABLE STYLE='border:none;padding:0px;[color=008000][b]width:auto;[/b][/color]' CELLPADDING=0 CELLSPACING=0 ALIGN="+m.maln+">
Site Hosting - PlanetXoops



38
ackbarr
Re: i got the same problem

you are right, it is different. It is a backport of the patch Mithrandir submitted on the XOOPS 2.1 branch to fix the same problem.



39
ackbarr
Re: i got the same problem

did you try the patch listed in my previous response?

https://xoops.org/modules/newbb/viewtopic.php?topic_id=35769&viewmode=flat&order=ASC&start=0#forumpost155479



40
ackbarr
Re: Recommendations on a Forum Module

XOOPS.org is using newbb2. However, I would recommend using CBB, which is an updated fork of newbb2.




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



Login

Who's Online

111 user(s) are online (74 user(s) are browsing Support Forums)


Members: 0


Guests: 111


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