71
Jackwan
Re: Google + Xoops issue
  • 2004/10/16 21:48

  • Jackwan

  • Not too shy to talk

  • Posts: 129

  • Since: 2004/9/8 2


Quote:

Herko Coomans wrote:
Since your site is powered by XOOPS, it's not considered Spam at all XOOPS.org has Pagerank 8 (which is quite high), so having your site displayed here on this site is a good thing.

Herko


How do you find your pageranking? Thanks. Better yet, how do you improve the pageranking?



72
Jackwan
Re: Real Estate Module Needed
  • 2004/10/16 21:40

  • Jackwan

  • Not too shy to talk

  • Posts: 129

  • Since: 2004/9/8 2


Quote:

chardiar wrote:
Hi epiqmail,

Go tohttp://www.jonroig.com/ Free Code or if you want

I can send you file. Weight is 1.37 MB (zip).

Send me an e-mail address in PM.


Hi,
Went to your site and found

Open-Realty 1.1.X (Stable Branch)

it did not say if the software is an XOOPS module, can you confirm. thanks



73
Jackwan
View Account function on xoops.org
  • 2004/10/16 14:46

  • Jackwan

  • Not too shy to talk

  • Posts: 129

  • Since: 2004/9/8 2


After login, if I select any of my posted topic of the newbb2 under the "view account", I cannot post or reply to that thread. I have to go to the forum directly and pick the topic, then I can post or reply. Is that the function of newbb2 or its just me?



74
Jackwan
Re:3500 smiles
  • 2004/10/16 14:35

  • Jackwan

  • Not too shy to talk

  • Posts: 129

  • Since: 2004/9/8 2


Quote:

catalin12345 wrote:
ok
i`ve downloded the 150 smiles
i finded that file in table zip..
and more exactly what i have to do...step by step ??
where to put table.sql ?and how to put it?


To add those 150 smilies into your database of smilies, first load those 150 gifs into the "upload" subdirectory on the HOST, then you goto your hosting service and run myphpadmin (cpanel or otherwise), in the myphpadmin choose the database you want to update, click on sql and enter the local file location\table.sql, press go... presto, you got your 150 smiles in your xoops.

Becareful, when you run that tables.sql, it overwrites all the previously setups.

You can expand that table.sql to 3500 if you want to.



75
Jackwan
Re:3500 smiles
  • 2004/10/15 21:43

  • Jackwan

  • Not too shy to talk

  • Posts: 129

  • Since: 2004/9/8 2


there are two smiles downloads under module repository. one is the 3500, the other has 150, in that 150 smiles extract, there is a file called table.sql, it automatically loads up the smiles. I think you can use that for your upload by changing the variables.

Here is part of the table.sql:

CREATE TABLE xoops_smiles (
id smallint(5) unsigned NOT NULL auto_increment,
code varchar(50) NOT NULL default '',
smile_url varchar(100) NOT NULL default '',
emotion varchar(75) NOT NULL default '',
display tinyint(1) NOT NULL default '0',
PRIMARY KEY (id)
) TYPE=MyISAM;

#
# Contenu de la table `xoops_smiles`
#

INSERT INTO xoops_smiles VALUES (1, '', 'icon_biggrin.gif', 'Very Happy', 1);
INSERT INTO xoops_smiles VALUES (2, '', 'icon_smile.gif', 'Smile', 1);
INSERT INTO xoops_smiles VALUES (3, '', 'icon_frown.gif', 'Sad', 1);
INSERT INTO xoops_smiles VALUES (4, '', 'icon_eek.gif', 'Surprised', 1);
INSERT INTO xoops_smiles VALUES (5, '', 'icon_confused.gif', 'Confused', 1);
INSERT INTO xoops_smiles VALUES (6, '', 'icon_cool.gif', 'Cool', 1);
INSERT INTO xoops_smiles VALUES (7, '', 'icon_lol.gif', 'Laughing', 1);
INSERT INTO xoops_smiles VALUES (8, '', 'icon_mad.gif', 'Mad', 1);
INSERT INTO xoops_smiles VALUES (9, '', 'icon_razz.gif', 'Razz', 0);
INSERT INTO xoops_smiles VALUES (10, '', 'icon_redface.gif', 'Embaressed', 0);
INSERT INTO xoops_smiles VALUES (11, '', 'icon_cry.gif', 'Crying (very sad)', 0);
INSERT INTO xoops_smiles VALUES (12, '', 'icon_evil.gif', 'Evil or Very Mad', 0);



76
Jackwan
Re:xoops hosting request
  • 2004/10/15 21:35

  • Jackwan

  • Not too shy to talk

  • Posts: 129

  • Since: 2004/9/8 2


Quote:

Herko Coomans wrote:
I'm with www.SurpassHosting.com, it's very good, for a very low price. US based tho, but XOOPS friendly.

Herko


Herko, can you publish your web site name or pm me. I am not very happy with mine right now and want to check out yours to make a comparison.

thanks



77
Jackwan
Re: membership display
  • 2004/10/15 17:24

  • Jackwan

  • Not too shy to talk

  • Posts: 129

  • Since: 2004/9/8 2


Wait,
after I made the previous posting. I went back to members section and now I can see page 2, but only page 2, when I click on page 3 or next, I still cannot get it. BTW, I got stuck on page 2 nomatter what.

another thing unrelated to Xoops. I have some issues like this on another software where I cannot see the map, I have to switch to IE6 to get it. I think they are all related to Opera or Netscape.

I have to switch to Opera because the spyware/popups from IE just made it impossible to use.



78
Jackwan
Re: membership display
  • 2004/10/15 17:18

  • Jackwan

  • Not too shy to talk

  • Posts: 129

  • Since: 2004/9/8 2


Quote:

ackbarr wrote:
hmm - Opera 7.23 worked fine with the members paging, but I then upgraded to the latest version (7.54) and the paging ceased to work. Even more curious, the javascript console did not display any errors, just did not load the next page.

Anyone handy with Opera that can look at the javascript being used by the Members Results page to help ID this problem?


I am using opera 7.53.
One more thing which is strange. I am using the Opera "remember password" function with the "dobule right arrow" to logon this site, when I finish, I am logged in (I saw my name in the "who is online" section. However, I cannot post any thing. because XOOPS says I cannot reply or post here(the flags are not set up). The only way I can post here is to type in the id and password in the login field. Then some how the flags are set properly.



79
Jackwan
Re: membership display
  • 2004/10/15 14:46

  • Jackwan

  • Not too shy to talk

  • Posts: 129

  • Since: 2004/9/8 2


Quote:

ackbarr wrote:
do you have javascript disabled in your browser? Or does your browser give any errors when displaying any of the result pages? While I'm on the subject, what browser version are you using?


I am using opera 7, javascript is enabled, am able to view other javascript sites. there is no error messages (I did not turn on debugger either), just nothing happens when i click on "2" or "next".

thanks.



80
Jackwan
membership display
  • 2004/10/15 12:46

  • Jackwan

  • Not too shy to talk

  • Posts: 129

  • Since: 2004/9/8 2


for some reason XOOPS membership search can only display the first page. I thought I am the only site that does it, but I when I go to this site and cannot display the 2nd page, I know I did not do any thing wrong.




TopTop
« 1 ... 5 6 7 (8) 9 10 11 ... 13 »



Login

Who's Online

149 user(s) are online (78 user(s) are browsing Support Forums)


Members: 0


Guests: 149


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