1
miealex
Development of mylinks stopped at some point?
  • 2006/11/23 22:17

  • miealex

  • Just popping in

  • Posts: 96

  • Since: 2004/12/12


Guys I would like to ask something: development of mylinks stopped at some point?

I wonder if anyone has integrated in this module the captcha feature or some other anti-spam related verification.

If anyone did so I'd like to know it too. Or if the module can be converted to other link module that has some anti-spam features.

Thanks,
Alex



2
miealex
Re: Moving Directory to main site
  • 2006/9/15 17:08

  • miealex

  • Just popping in

  • Posts: 96

  • Since: 2004/12/12


If this doesn't help ... try this link.



3
miealex
Re: Moving Directory to main site
  • 2006/9/15 17:06

  • miealex

  • Just popping in

  • Posts: 96

  • Since: 2004/12/12


Quote:

denzel2364 wrote:
Hi people,

ive just tried to create a site generator for google. however, i found that it couldnt find all the directories located.

is this because i havnt got it loaded on my main directory. e.g. www.pebble-designs.co.uk/index.php instead of /main/index.php

what do i need to do to make the bots look at the /main directory?


1. Does the urllist.txt include some directories list that aren't supposed to beindexed?
2. Did you put the sitemap directory in /main directory?
3. Did you submit the sitehttp://www.pebble-designs.co.uk/main/ at the form HERE?
4. Check if you have this code inside config.xml
<site
  base_url
="http://www.pebble-designs.co.uk/main/"
  
store_into="/home/[b]your_path_to_directory_main[/b]/sitemap/sitemap.xml"
  
verbose="1"
  
>


I hope this helps



4
miealex
Re: I have a idea
  • 2006/7/27 15:37

  • miealex

  • Just popping in

  • Posts: 96

  • Since: 2004/12/12


I don't know if it's possible to do it but it is a very good ideea indeed. Almost all the time we are losing the very essence of the created thread and why was it created: the main post



5
miealex
Re: Simplified URLs Hack
  • 2006/7/27 12:28

  • miealex

  • Just popping in

  • Posts: 96

  • Since: 2004/12/12


It works with 2.0.13.2 (xoops2.ru site) and with 2.2.4 (tips-on-bet.com site). I'm certain that these ones work because I've tested them

On certain modules though there are problems. You have to exclude those modules within the simplified_urls.php code.

Quote:
$cancel_module = "xooperstore|newbb|cafepress|rss";


xooperstore, CBB 2.03, cafepress and rssfit are 4 modules that I tested and they aren't working right with simplified_urls on unfortunatelly.



6
miealex
no redirection message / no content on login and forum's page
  • 2006/6/12 23:40

  • miealex

  • Just popping in

  • Posts: 96

  • Since: 2004/12/12


Site:http://www.tips-on-bet.com/
XOOPS Version: 2.2.4
Module Name/Version: CBB (3.04) / system (2.13)
PHP Version: 4.4.2
MySQL Version: 4.1.19-standard
Web Server Software (Apache/IIS/Other): Apache/1.3.36 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.2 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.27 OpenSSL/0.9.7a
Operating System: Unix
Theme you are using: modified geometeric_red theme now called "theme"
Custom template: No
PHP Debug Messages: none
MySQL Debug Messages: none
Smarty Debug Messages: none

(I'm also using X-Language module for the entire site and Simplified URL hack)

A full description of the issue:

After I press the login button it takes me to a page with no redirection message / no content just the header and footer of the theme is showed. It also happens like this on forum's page (on this one it also doesn't show left / right blocks).

Here are some screenshots:

1 - the login screen (no redirection message) and the forum's page
2 - how a page should look OK

If anyone can help ... PLS do it

Thanks,
Alex



7
miealex
Re: How do I declare a "if" statement for a certain module?
  • 2006/6/3 23:15

  • miealex

  • Just popping in

  • Posts: 96

  • Since: 2004/12/12


Quote:
I think that it will index better like this...


I think you're right. I've also changed the "Site name" (All ROmanian Crews) with "Slogan for your site" (Graffiti Site).

So now the index page title looks the same for engines as it looked before the change in the theme:
All ROmanian Crews - Graffiti Site

... on the inside pages I have now "Graffiti Site" part which is more important in searched words for my site then the previous one (All ROmanian Crews)

Thanks,
Alex



8
miealex
Re: Simplified URLs Hack
  • 2006/6/1 21:48

  • miealex

  • Just popping in

  • Posts: 96

  • Since: 2004/12/12


It definetly works with 2.2.x . I also used it on All ROmanian Crews - Graffiti Site and it works great!



9
miealex
Re: How do I declare a "if" statement for a certain module?
  • 2006/5/22 15:54

  • miealex

  • Just popping in

  • Posts: 96

  • Since: 2004/12/12


YES! YES! YES! Thank you!


So the code is now:
<{if $xoops_dirname == 'myalbum'}>
<
title><{$xoops_sitename}> - <{$xoops_pagetitle}> - <{$photo.title}></title>
<{else}>
<
title><{$xoops_sitename}> - <{$xoops_pagetitle}></title>
<{/if}>


Cool!!! Now all my gallery will be indexed



10
miealex
How do I declare a "if" statement for a certain module?
  • 2006/5/22 15:47

  • miealex

  • Just popping in

  • Posts: 96

  • Since: 2004/12/12


Hello,

I want to post in the title section of my theme a photos description. The problem is I don't know how to declare a if statement for a certain module. I want my code to be something like this:

<{if [b]$module.name=myalbum}[/b]>
<
title><{$xoops_sitename}> - <{$xoops_pagetitle}> - <{$photo.title}></title>
<{else}>
<
title><{$xoops_sitename}> - <{$xoops_pagetitle}></title>
<{/if}>


How should I put the bold part so ONLY when I'm on myalbum module to show that title
<{$xoops_sitename}> - <{$xoops_pagetitle}> - <{$photo.title}>


On other pages I want the other title
<{$xoops_sitename}> - <{$xoops_pagetitle}>


If anyone knows about it I would apreciate the help.

Thanks,
Alex




TopTop
(1) 2 3 4 5 »



Login

Who's Online

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


Members: 0


Guests: 250


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