31
johntrot
Re: How to place Main Menu in a horizontal bar only?
  • 2006/1/28 13:26

  • johntrot

  • Just popping in

  • Posts: 56

  • Since: 2005/4/7 2


Very good point! How do you use multimenu to place the "main menu" horizontally? I am having trouble just trying to edit anything in multimenu. After instalation, all I get is a page listing the eight menus of choice and no way to add or edit info that should go into them. There is nothing but a page of preferences and nothing more. This looks just like what I need.

There is also no instructions on placing a horizontal menu anywhere in the theme index page. I would like to get rid of the main menu on the side, and replace it with a horizontal one just below the logo and banner, and above the three columns.

This is exactlly what I have been looking for for months in these forums with no help. I downloaded multimenu yesterday and hope someone can reply positively to this.

As you can tell by my user level I am fairly new to XOOPS and will need more extensive help than some other users.

Thanks,

Johntrot
john b



32
johntrot
Re: REQ: A Theme Manager
  • 2006/1/21 20:21

  • johntrot

  • Just popping in

  • Posts: 56

  • Since: 2005/4/7 2


I too have the desire to give different GROUPS a default theme or a selection of themes. The heiarchy of groups and their associated access to different modules, blocks and templates allows the webmaster an opportunity to reward those members that are active and responsive to the site. Perhaps you attach this function to the user levels.

Is this available at the moment, or does anyone know of a hack for this?
john b



33
johntrot
Re: ldap ext
  • 2006/1/17 23:13

  • johntrot

  • Just popping in

  • Posts: 56

  • Since: 2005/4/7 2


I owe you (deanmrd) a great deal of gratitude...
You are the first person to explain in layman's terms how to fix anything.
One try and it worked great for me... I simply went into the hosting site and went through phpmyadmin rather than loading it in the site.

Once again many thanks,

johntrot
john b



34
johntrot
add php program to xoops
  • 2005/9/28 16:23

  • johntrot

  • Just popping in

  • Posts: 56

  • Since: 2005/4/7 2


I have been using phplist as my mailing list for some time now and would like to have its admin page showup in the center column of a future XOOPS website i am trying to build. How do I do that?
john b



35
johntrot
Re: complete setup on home computer
  • 2005/9/21 14:42

  • johntrot

  • Just popping in

  • Posts: 56

  • Since: 2005/4/7 2


Adrock - Thanks

you were right, the link you gave me worked wonders. Once again Thanks!
john b



36
johntrot
complete setup on home computer
  • 2005/8/30 22:55

  • johntrot

  • Just popping in

  • Posts: 56

  • Since: 2005/4/7 2


I currently have a XOOPS site up and running, but I find that I want to make major changes and would like to setup a complete new site to replace the old one but don't want to take down the first site until the second is ready. How can I setup this new site on my home computer with the correct "paths" and know it is working before I upload it to the server.
john b



37
johntrot
Re: replace new modules with originals
  • 2005/6/18 16:35

  • johntrot

  • Just popping in

  • Posts: 56

  • Since: 2005/4/7 2


What I mean is that when I login as the webmaster and go to [system admin][modules] the modules I have ftp'ed to the modules directory do not show up in the system so that I may install them! It does not say anything, they just don't appear at the bottom to be installed.

I have already installed seven or eight correctly, so I'm aware of how and what to do in the instalation, the system has very simply stopped showing any new modules I want to install.

At the moment I have [addresses], [contact_plus], [newbb], [xcgal] and [shop] modules ftp'ed and no luck in getting them to appear where they are supposed to appear.

I have reinstalled the system subdirectory and updated it throught the [sys admin][modules] area and no change.

The system simply has stopped showing any new modules! I have removed and reinstalled one at a time to see if there was a conflict between one or the other, and none show up.

I am using 2.0.10 and did not have a problem installing the original modules and [piCal][news][mylinks][phpmyadmin][mydownloads]. They all appeared as they are supposed to appear and were installed as noted in their readme files. It was later (two weeks) when I added the additional modules that I started having this problem.



38
johntrot
replace new modules with originals
  • 2005/6/17 20:46

  • johntrot

  • Just popping in

  • Posts: 56

  • Since: 2005/4/7 2


I have placed the members ver 1.0 module in the modules folder and cannot get it to show in the admin modules area to install it... Do I need to remove the xoopsmembers sub-directory to make the new module work?

I have also added the smartfaq module... do I need to remove the xoopsfaq to make the new one work



39
johntrot
make real name variable and required
  • 2005/6/9 1:54

  • johntrot

  • Just popping in

  • Posts: 56

  • Since: 2005/4/7 2


I have viewed several threads concerning this issue and have changed the following to three files. There are no smarty problems but I can't get the variable 'rname' (realname) to work in the theme page, and I can't type the name in the registration form either. I would appreciate some help!

as you will notice, I used 'rname' rather than 'urname'


edited line in HEADER.PHP

$xoopsTpl->assign(array('xoops_isuser' => true, 'xoops_userid' => $xoopsUser->getVar('uid'), 'xoops_uname' => $xoopsUser->getVar('uname'),'xoops_rname' => $xoopsUser->getVar('rname'), 'xoops_isadmin' => $xoopsUserIsAdmin));


added or edited the following lines in REGISTER.PHP
the added lines were placed below the corresponding 'uname' lines.

edited line:
$stop .= userCheck($uname, $rname, $email, $pass, $vpass);

added lines:
$rname = isset($_POST['rname']) ? $myts->stripSlashesGPC($_POST['rname']) : '';

echo _US_REALNAME.": ".$myts->htmlSpecialChars($rname)."<br />";

<input type='hidden' name='rname' value='".$myts->htmlSpecialChars($rname)."'/>

$newuser->setvar('rname', $rname, true);

$xoopsMailer->assign('REALNAME', $rname);



added the following line to: include/registerform.php

$reg_form->addElement(new XoopsFormText(_US_REALNAME, "rname", $rname_size, $rname_size, $myts->htmlSpecialChars($rname)), true);




40
johntrot
Re: modules don't show
  • 2005/6/8 21:55

  • johntrot

  • Just popping in

  • Posts: 56

  • Since: 2005/4/7 2


Thanks, but it didn't work. I reinstalled the system module from 2.0.10 and no help... any more suggestions?




TopTop
« 1 2 3 (4) 5 6 »



Login

Who's Online

124 user(s) are online (44 user(s) are browsing Support Forums)


Members: 0


Guests: 124


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