91
tripmon
Re: Artists Site Reframed
  • 2006/4/3 23:08

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


I too am Glocked and Loaded

I think it looks good in the main page layout.
I would consider shortening the height of the menu buttons via the css file (that's a mighty long menu). Aside from that nice theme adaptation, looks good. (viewed in FF)



92
tripmon
Re: Display more then one modules on homepage?
  • 2006/4/3 9:31

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


No, you can't display multiple modules on the same pade. You can display blocks though... try setting a center C block from module2 to display in module1 and see if you can get what you need.

You can also clone the template set, then using the cloned set customize the blocks themselves. Read more in the XOOPS FAQ.



93
tripmon
Re: Template register.php
  • 2006/4/3 9:27

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


can't help with that, try php.net and read up on echo.



94
tripmon
Re: XML Integration
  • 2006/4/3 9:26

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


Are you trying to backdoor this info?

ummm... the file you are referencing is just a dump.... there seems to be no formatting.

http://www.safarinow.com/engine/xmlapi/

offers a login screen, where my guess is they have numerous feeds setup. If you are just wanting to use the raw data, XOOPS modules, etc won't do much for you. You will have to write a program to parse the data.

If however, you are a subscriber to their service (syndication, whatever) chances are they output RSS or ATOM feeds of the data and once you login, they . These could be read by a headlines module or xhld (peak.ne.jp/xoops).



95
tripmon
Re: Template register.php
  • 2006/4/3 9:11

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


There is no 'template' for this file.

it is register.php in the XOOPS root.

I suggest you copy it before trying to edit it.



96
tripmon
Re: Error by registration
  • 2006/4/3 9:01

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


go to Admin/Preferences/Mail Setup and configure in accordance with your host.. EG some hosts only allow SMTP AUTH, some disable php mailer, etc.

You can also change the default method of authorization in the interim. Not running 2.2.4 anymore & I can't remember where, but I think it's under Admin/preferences/User info Settings Change the option for:
Select activation type of newly registered users: to another setting until you figure out how you need to set up the mail.



97
tripmon
Re: MyPage Clone and Agenda X ?
  • 2006/4/3 7:03

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


turn on debug in the admin/general preferences area, start with PHP...



98
tripmon
Re: Session doesnt working anymore (no more logins!)
  • 2006/4/3 6:55

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


Altering the session table won't really do any good, might as well re-create it after checking a few things.

Have you checked with your host (if hosted) to see if anything changed? Are you using a redirect from another root? If no, try below.

Try this ==>in order...

Make sure that your mainfile.php has not changed and the entries are correct... Exactly correct.

1)Clean templates_c except for index

2)-turn off custom sessions via dB using phpmyadmin-
in the config table:
Find the entry below:
[conf_name] use_mysession
[conf_title]_MD_AM_USEMYSESS
click the pencil looking thing to the left of the row.
Set conf_value to [0] (that's a zero) then empty & drop the session table

3)-re-create session table
MAKE SURE you change XXX to your dB prefix in the line below, then run this in the phpmyadmin SQL panel.

CREATE TABLE XXX_session (
sess_id varchar(32) NOT NULL default '',
sess_updated int(10) unsigned NOT NULL default '0',
sess_ip varchar(15) NOT NULL default '',
sess_data text NOT NULL,
PRIMARY KEY (sess_id),
KEY updated (sess_updated)
) TYPE=MyISAM;

Unless you have edited some other things in the dB, if that doesn't do it, it's got to be a php/mysql version or config. change issue.



99
tripmon
Re: No content on opening page
  • 2006/3/31 7:37

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


In Admin/General Prefs, you can set the startpage by module (or leave blank). If you have content there or have already set Prefs to display a module, then you need to go to Admin/groups and add the proper permissions to allow Anonymous users to see that content.



100
tripmon
Re: how i can change my email
  • 2006/3/31 7:35

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


PM a moderator or XOOPS staff member, there is no link to do this anywhere.




TopTop
« 1 ... 7 8 9 (10) 11 12 13 ... 44 »



Login

Who's Online

223 user(s) are online (125 user(s) are browsing Support Forums)


Members: 0


Guests: 223


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