I'd like to know if we can calculate what needs XOOPS from the web server to be well hosted, with no problems of displaying pages, tables access etc... depending of Online Users at the same time. The goal is to avoid of max of problems while choosing an host. It can be interesting from the XOOPS Team to create a Host Guide to provide such informations and advices. Fred
That's what I understood and so that's what I'm lking for.... With my 'test' field and the use of mydownloads module, what must I still edit to display it
Field 'test' is ok, manually created and with URL using phpmyadmin into the table. I only modified templates_c/db%3Amydownloads_download.html but as it doesn't work = lack of other modifications somewhere maybe into a modules/mydownloads file My problem is almost a standard one : How to add and display a new field ? In that case with the mydownloads module... and I don't care about the language of the site etc... just want to work for everyone with my current template (templates_c).
I've added a new field (test=varchar200) into the xoops_mydownloads_downloads table. Test must be an URL like homepage, in the same table. Into templates_c/db%3Amydownloads_download.html <?php echo $this->_tpl_vars['down']['homepage']; ?> is still working bring me an URL but <?php echo $this->_tpl_vars['down']['test']; ?> doesn't bring me the value of the field 'test'. Solution ? Another file to edit ? Thanx.
All is ok to create a HTML block into the user profile. But when I try into the non-registered user profile, it appears into the user profile and not the choosen one (top page + anonnymous user + visible by all). I want to have a customized block for all kind of people on my site... Thanx.
Be carefull to respect the small & high letters of the differents filenames into the package. I made this mistake the 1st time 'cause my FTP client put all into lowercase
If it's not that, indcate more informations (local ou web installation, your system).