11
indream
Re: xoops 2.10 stable big mail problem.
  • 2005/9/30 11:00

  • indream

  • Not too shy to talk

  • Posts: 170

  • Since: 2004/9/21


my XOOPS 2.0.1.3 running on

Windows NT IQ 5.2 build 3790
PHP Version 4.3.6
PHP API 20020918
PHP Extension 20020429
Zend Extension 20021010

i have "send mass mail" and "open mail settings" problem and i cant find solution



12
indream
Re: MySQL Cant Open File xoops_session.MYI???
  • 2005/9/17 20:54

  • indream

  • Not too shy to talk

  • Posts: 170

  • Since: 2004/9/21


ops

select table in phpmyadmin and repair



13
indream
Re: Index page --> /modules/news/ ... need help.
  • 2005/9/16 19:14

  • indream

  • Not too shy to talk

  • Posts: 170

  • Since: 2004/9/21


i think XOOPS link system is bad for search engines

use a shorturl or simpleurl hack.



14
indream
Re: Is Xoops google friendly - any tips
  • 2005/9/16 19:09

  • indream

  • Not too shy to talk

  • Posts: 170

  • Since: 2004/9/21


create a new sitemap.php
copy this codes in sitemap.php

<?set_time_limit(500);?>
<?  header
("Content-type: text/xml"); 
include 
"mainfile.php"
$resultb mysql_query("SELECT storyid FROM [b]XOOPS[/b]_stories LIMIT 0,5000"); 

?> 
<?php echo '<?xml version="1.0" encoding="[b]ISO-8859-9[/b]"?>'?> 
<?php echo '<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">'?> 
<? $i=1
while (
$resultat mysql_fetch_array($resultb)) { 
$storyid=$resultat["storyid"]; 
$date=date('Y-m-d'); 
echo 

<url> 
<loc>http://www.[b]website.com[/b]/modules/news/article.php?storyid=
$storyid</loc> 
<lastmod>
$date</lastmod> 
<changefreq>weekly</changefreq> 
<priority>0.5</priority> 
</url> "

$i++; 
?> 
</urlset>


change all bold values to your website values

sample:
XOOPS_stories to yourdbtableprefix_stories
ISO-8859-9 to your lang code

upload root and look if work go google sitemap panel.

or

use xoops.org search for sitemap module and try this applicaton with sitemap module.



15
indream
Re: news 1.4 opened sublinks ?
  • 2005/9/16 19:01

  • indream

  • Not too shy to talk

  • Posts: 170

  • Since: 2004/9/21


thanks hervet
i know this (news categories) block but i dont need it.

i need to show sublinks on mainmenu same in modules/news style in site.com and all pages.

i look a modules/news/xoops_version.php and i try edit this

can you say any hint or code me ?



16
indream
news 1.4 opened sublinks ?
  • 2005/9/16 14:54

  • indream

  • Not too shy to talk

  • Posts: 170

  • Since: 2004/9/21


hi

my start page is system (not module)

i need any hint for show opened sublinks in allpages

Sample:
Main
News
. news-topic-1
. news-topic-2
. news-topic-3
. news-archive
. news-submit
Anymodule
Anymodule

if url site.com/modules/news this ok

but i need this opened sublinks show all site pages, modules and site.com (only news module sublinks)


xoops 2.0.13.1 and news 1.4

thanks.



17
indream
Re: Member list module
  • 2005/9/16 14:49

  • indream

  • Not too shy to talk

  • Posts: 170

  • Since: 2004/9/21


find xoopsmembers module and try



18
indream
Re: Is Xoops google friendly - any tips
  • 2005/9/15 22:40

  • indream

  • Not too shy to talk

  • Posts: 170

  • Since: 2004/9/21


i'm use a sitemap for google

this my code for news module

sitemap.php
<?set_time_limit(500);?>
<?  header
("Content-type: text/xml"); 
include 
"mainfile.php"
$resultb mysql_query("SELECT storyid FROM XOOPS_stories LIMIT 0,5000"); 

?> 
<?php echo '<?xml version="1.0" encoding="ISO-8859-9"?>'?> 
<?php echo '<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">'?> 
<? $i=1
while (
$resultat mysql_fetch_array($resultb)) { 
$storyid=$resultat["storyid"]; 
$date=date('Y-m-d'); 
echo 

<url> 
<loc>http://www.site.com/modules/news/article.php?storyid=
$storyid</loc> 
<lastmod>
$date</lastmod> 
<changefreq>weekly</changefreq> 
<priority>0.5</priority> 
</url> "

$i++; 
?> 
</urlset>


edit this code database prefix and charset for your website.

i add this php file in google sitemap panel
google listed my all news item (600) :)



19
indream
xoops 2.0.13.1 bugs
  • 2005/9/15 10:35

  • indream

  • Not too shy to talk

  • Posts: 170

  • Since: 2004/9/21





20
indream
Re: news 1.4 make pdf charset problem (turkish lang)
  • 2005/9/13 21:57

  • indream

  • Not too shy to talk

  • Posts: 170

  • Since: 2004/9/21


Huu

any ideas ?




TopTop
« 1 (2) 3 4 5 ... 14 »



Login

Who's Online

161 user(s) are online (103 user(s) are browsing Support Forums)


Members: 0


Guests: 161


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