51
Cuidiu
Which XOOPS Module Is This?
  • 2007/7/14 1:43

  • Cuidiu

  • Quite a regular

  • Posts: 358

  • Since: 2006/4/23


The following sites are using a wp module but which one/version? See the module's index page on the sites below - offers excerpts - how did they do that?

Site 1 here

Site 2 here

Site 3 (just went offline but see the cache here)

Each site has a (more) link for each blog entry on the wp index page. How did they set this up?
[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]



52
Cuidiu
Re: how to remove "modules/modulename" from the mainpage?
  • 2007/7/13 19:09

  • Cuidiu

  • Quite a regular

  • Posts: 358

  • Since: 2006/4/23


I'm curious, how does setting up blocks under the system module help with SEO? Are you referring to using a custom block for information on the home page? Does it really make that much of a difference? I don't have a module set to display on the home page so I guess I don't understand how it could affect SEO.


Quote:
bjbtexas wrote:
After that you set up blocks under the system module. I use blocks on all of my sites, because of the SEO issue you mention.

Good Luck,
[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]



53
Cuidiu
Re: Purging notifications and PMs from the database: How
  • 2007/7/11 6:49

  • Cuidiu

  • Quite a regular

  • Posts: 358

  • Since: 2006/4/23


I am interested as well. I'd also like to know if we can use it in the XOOPS Care module by adding the script to the "Execute Php code" area.

For the following, I assume we add our own information?
define("user", "dbuser");
define("pass", "dbpass");
define("host", "localhost");
define("db", "dbname");

Would it be "dbuser", "dbpass", "localhost", "dbname" that needs modifying? Other than that, anything else?

Thanks...

Quote:
where would I or how do I use this script? This is what I need but not sure how to go about doing it.
[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]



54
Cuidiu
Re: CBB and Google PageRanking
  • 2007/7/9 1:40

  • Cuidiu

  • Quite a regular

  • Posts: 358

  • Since: 2006/4/23


But what if I do want links followed in my articles/posts except the ones that cause duplicate content such as print and pdf links? Surely there's another way around this? I have manually edited these links like this:
a href="link.htm" rel="nofollow"
but it's a pain to do. Not all search engines obey this and I'm not even sure Google does half the time. Isn't there another way around this? Such as putting these links into JavaScript? I've heard search engines do not index/read JavaScript. Any ideas?
EDITED TO ADD:
On second thought - I've decided only registered users get to print or make PDFs. I think it's a good compromise. Off the top of my head, something like this should work in the smartsection_item.html template:
<{if $xoops_isuser}><span style="float: right; text-align: right;"><{$item.adminlink}></span><{else}><{/if}>


Quote:
//index nofollow
$meta_robots = str_replace( ',follow' , ',nofollow' , $xoopsTpl->get_template_vars( "xoops_meta_robots" ) ) ;
$xoopsTpl->assign( "xoops_meta_robots" , $meta_robots ) ;
before
include_once XOOPS_ROOT_PATH.'/footer.php';
?>
This will tell the robots to index your pages ONLY, not to follow any other links in the article, including "send to a friend", "print", "pdf", and other links.

Xoops default settings will allow the robots to index your page, then to print the page and to make a pdf version of the page - three versions of the same document. You could easily get penalized by Google for duplicate contents.
[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]



55
Cuidiu
Re: Excerpts For XPress Index Page
  • 2007/7/9 0:38

  • Cuidiu

  • Quite a regular

  • Posts: 358

  • Since: 2006/4/23


Hi Northern,
Thanks but there's not much going on over there as far as support goes.

I've spent hours looking over this and though it looks like the function is there, I can't get it to work. I can truncate the blog posts but can't take it further (no idea how) and it appears that the XOOPS template (wp_index.html) is the same for the blog's index page AND individual posts. So whatever I'm truncating appears on the individual post pages as well. Kind of defeats the purpose of having only a brief paragraph of each blog post on the blog's index page with a link to the full post.

I've even tried two Wordpress excerpt plugins and they are not working because either I'm not adding to the XOOPS template properly or they don't work because I'm using the XOOPS template.

So, unless someone can confirm otherwise, I must assume it cannot be done and now another day has been lost.

Fun...fun...fun!
[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]



56
Cuidiu
Excerpts For XPress Index Page
  • 2007/7/8 7:34

  • Cuidiu

  • Quite a regular

  • Posts: 358

  • Since: 2006/4/23


I'm trying to get the latest Wordpress module (XOOPS 2.0.16 site) to only show excerpts of the posts on the modules/wordpress/index.php page rather than full text. There is an option in the module preferences:
Show excerpt Yes/No
Display excerpt instead of full article on index page

I've set it to Yes but it still shows the full text of articles. Am I missing something or is there a way to manually change this since the setting doesn't seem to be taking?

Thanks in advance.
[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]



57
Cuidiu
Re: Question for a beginner
  • 2007/7/8 0:28

  • Cuidiu

  • Quite a regular

  • Posts: 358

  • Since: 2006/4/23


No... not at all. We've all been there.

Quote:
smuook wrote:
Thanks... yep, that did it. Sorry for being a pain.
[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]



58
Cuidiu
Re: Question for a beginner
  • 2007/7/8 0:00

  • Cuidiu

  • Quite a regular

  • Posts: 358

  • Since: 2006/4/23


[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]



59
Cuidiu
Re: An suggestions on how to avoid SPAM?
  • 2007/7/6 23:59

  • Cuidiu

  • Quite a regular

  • Posts: 358

  • Since: 2006/4/23


Thanks. I already have a captcha in play. I was just curious about the code carnuke provided...

Quote:
Alexandra wrote:
I advice to these modules:
SecurityImage fromhttp://www.dugris.info/ or
XoopsCare fromhttp://xoops.instant-zero.com/
[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]



60
Cuidiu
Re: Renamed register.php
  • 2007/7/6 23:46

  • Cuidiu

  • Quite a regular

  • Posts: 358

  • Since: 2006/4/23


Hmmm... doesn't seem like there was too much to change so an update shouldn't be too problematic. I could always keep it as register.php if there was an issue post update later.
Quote:

Quest wrote:
I dunno, but good luck with any forthcoming updates.

Quest
[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]




TopTop
« 1 ... 3 4 5 (6) 7 8 9 ... 35 »



Login

Who's Online

160 user(s) are online (126 user(s) are browsing Support Forums)


Members: 0


Guests: 160


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