1
smdcom
Re: Xoops Website Awards - xoopsawards.com

Very nice! Congrats.



2
smdcom
Re: Fedora 5.0 is there - Is XOOPS compatible

LOL...

I quite agree with JMorris...

In the end if you force uninstall all PHP5 RPM files in FC4, and then you install the FC3 PHP4 RPM’s, it does work.

[root]# rpm -e php-imap php-ldap php-mysql php-pear php

Install any PHP4 RPM you want from Fedora Core 3 Updates. Make sure to install the php and php-pear RPM files together.

I'm using FC5 in my laptop. No more Wind0w5... LOL



3
smdcom
Re: Setting up xoops before hosting on URL?

edit your mainfile.php;

change the XOOPS_ROOT and XOOPS_ROOT_PATH

-SMD-



4
smdcom
Re: How to: open News into first page

use my latest module:

http://dev.xoops.org/modules/xfmod/project/showfiles.php?group_id=1305&release_id=874#selected

-SMD-



5
smdcom
Re: CREATE TABLE xoops_banner Issues

this is the correct sql command:

CREATE TABLE banner (
  
bid smallint(5unsigned NOT NULL auto_increment,
  
cid tinyint(3unsigned NOT NULL default '0',
  
imptotal mediumint(8unsigned NOT NULL default '0',
  
impmade mediumint(8unsigned NOT NULL default '0',
  
clicks mediumint(8unsigned NOT NULL default '0',
  
imageurl varchar(255NOT NULL default '',
  
clickurl varchar(255NOT NULL default '',
  
date int(10NOT NULL default '0',
  
htmlbanner tinyint(1NOT NULL default '0',
  
htmlcode text NOT NULL,
  
PRIMARY KEY  (bid),
  
KEY idxbannercid (cid),
  
KEY idxbannerbidcid (bid,cid)
TYPE=MyISAM;



6
smdcom
Re: How to build your own module ?

Thanks for sharing Marco!



7
smdcom
Re: Xoops Malaysia Redesigned

Quote:

Bender wrote:
Great one SMD.
Looks much less "crowded" than the original theme before.

Comments:

Not sure about the blue tables holding the usernames/ips/flags. Could be either with grey background instead of blue or even without the cell outlines just as a list like

Flag IP (module)

Just a thought though

If its not fixed width for the reason of keeping it compatible with 800/600 users ... then maybe bump up the percentage a little?
So more words find space in the center column per line?


Thanks for the suggestion Bender. I changed the blue tables to grey color. I think it looks nice now...



8
smdcom
Re: Xoops Malaysia Redesigned

Quote:

wcrwcr wrote:
Hey smdcom

What a change

I feel like having more room now.
Lite and clear.
Good color combination and one more example of a nice two columms layout.

Great.

Congrats


Thanks wcrwcr...



9
smdcom
Re: Xoops Malaysia Redesigned

Thanks for the kind words guys...



10
smdcom
Re: Xoops Malaysia Redesigned

Quote:

phppp wrote:
I like the clean, simple style.
One minor issue: the "powered by you" text is overlapped with your logo (firefox)


Thanks phppp.




TopTop
(1) 2 3 4 ... 66 »



Login

Who's Online

162 user(s) are online (107 user(s) are browsing Support Forums)


Members: 0


Guests: 162


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