61
dickinsd
My News Pages are no longer been crawled by the major search engines.
  • 2005/11/21 18:21

  • dickinsd

  • Quite a regular

  • Posts: 278

  • Since: 2004/11/14


I have a strange problem at the minute in that my News items from the News module are no longer been crawled by google when since I updated the XOOPS core to 2.2.3

I have the same problem on 2 sites.

One site is using News 1.42 and the other is using News 1.3.

Google is able to crawl the site, I have not disallowed the googlebot and I have index, follow in my admin options.
Google used to crawl the site all the time and looking for other pages from my sites, google has plenty of news from before I did the update.

I use a recent News block at one site and the spotlight module at another site, if the news item is in one of these blocks when the googlebot stops by, then searching for that term on my site will return a result to my hompage, however this is not very good as once you get there the news item may no longer be in the recent news block.

Oh by the way, both sites in question do not use any modules as the homepage, my homepage on both sites is made up of blocks only.

Any ideas?

If there is another post on this, please point me in the right direction as the XOOPS search seems to be bringin up nothing similar to my problem.

Dave



62
dickinsd
Re: Admin menu missing selections
  • 2005/11/20 20:05

  • dickinsd

  • Quite a regular

  • Posts: 278

  • Since: 2004/11/14


What theme are you using for administration?

Try changing the admin theme to something like default, or at least one of the themes that come with XOOPS 2.2.x

This may not resolve your problem, but I had a problem where non of my admin menus were working because I had a corrupted theme for admin.

Dave



63
dickinsd
Where does the module info come from on userinfo.php
  • 2005/11/20 12:22

  • dickinsd

  • Quite a regular

  • Posts: 278

  • Since: 2004/11/14


Hi there.

When you view the userinfo.php page for any user, you can see any details they wish to share, you can also see a list of modules which they have posted to, for example you can see if they have made posts to the news module.

The end of the template looks like this:

<{if $modules}>
    <
br style="clear: both;"/>
    <!-- 
start module search results loop -->
    <{foreach 
item=module from=$modules}>

    <
p>
    <
h4><{$module.name}></h4>

      <!-- 
start results item loop -->
          <{foreach 
item=result from=$module.results}>

          <
img src="<{$result.image}>" alt="<{$module.name}>" />&nbsp;<b><a href="<{$result.link}>"><{$result.title}></a></b></small><br />

          <{/foreach}>
          <!-- 
end results item loop -->

    <{
$module.showall_link}>
    </
p>

    <{/foreach}>
    <!-- 
end module search results loop -->
<{/if}>


This works fine for all modules except one, so I want to know where it gets the list of modules from so that I can see about adding the information for the missing module.

Does that make sense?

Thanks for any help on this.

Dave



64
dickinsd
Re: XMT Help - how to remove border around centre block
  • 2005/11/20 12:12

  • dickinsd

  • Quite a regular

  • Posts: 278

  • Since: 2004/11/14


oops.

Mis-read question, glad you got it sorted though.

Dave



65
dickinsd
Re: User registrations not being saved
  • 2005/11/20 0:19

  • dickinsd

  • Quite a regular

  • Posts: 278

  • Since: 2004/11/14


She may not have clicked on the button that says finish right at the end of the registration process.

In this case the user details are note saved to the db.

Can you include a link so that one or more of us can try to sign up?

Dave



66
dickinsd
Re: Problem with table in news
  • 2005/11/19 23:24

  • dickinsd

  • Quite a regular

  • Posts: 278

  • Since: 2004/11/14


Unfortunately there are several XOOPS modules that do not deal with the HTML 'blank' lines very well.

Your problem is caused by the news module reading each of you html lines as a new line, even if all they contain is a html tag, try doing this:

<table width="85%" border="0" align="center"><tr><td width="15%" rowspan="2" align="left" valign="top"><p><br></p> </td><td colspan="2" align="left" valign="top" bgcolor="#CCCCCC"><strong>title</strong></td></tr><tr><td colspan="2" align="left" valign="top"><p>text</p> </td></tr><tr><td width="15%" rowspan="4" align="left" valign="top">&nbsp;</td><td align="left" valign="top"><div align="right"><strong>text</strong></div></td><td align="left" valign="top">text</td></tr><tr><td align="left" valign="top"><div align="right"><strong>text</strong></div></td><td align="left" valign="top"text </td></tr><tr><td align="left" valign="top"><div align="right"><strong>text</strong> </div></td><td align="left" valign="top">text</td></tr><tr><td width="11%" align="left" valign="top"><div align="right"><strong>text</strong></div></td><td width="74%" align="left" valign="top"text </td></tr><tr><td width="15%" align="left" valign="top">&nbsp;</td><td colspan="2"><div align="right"><strong>text</strong></div></td></tr>
</
table>


Dave



67
dickinsd
Re: XMT Help - how to remove border around centre block
  • 2005/11/19 20:25

  • dickinsd

  • Quite a regular

  • Posts: 278

  • Since: 2004/11/14


You need to be looking at this line:

#page-ml {margin: 20px 80px 20px 80px;padding: 0;background: #fff url("../images/ml.png") repeat-y left;}

Hope it points you in the right direction.

Dave



68
dickinsd
Re: banners
  • 2005/11/19 17:44

  • dickinsd

  • Quite a regular

  • Posts: 278

  • Since: 2004/11/14


Hi there,

Banner size should be dictated by you or your site/theme

Most banners are 468x60, however you can get larger and of course smaller images.

If your getting banner code from someone like Amazon for example, then go to Banners within the admin section of your site, setup a client called amazon.
Now go to the add banner part of the site choose amazon from the list of clients, decide how many impressions the banner should have, 0 = unlimited number of page impressions.

then you will see the option for image url and something like target url.

Img URL is for linking to images that are at another site, the target URL would be where you wish to send them.

Alternatively, going back to the amazon idea, you would have banner code from them, you can tick the box that says something like use HTML and paste the banner code in the large box and then click Add Banner, this will add the banner to your site and you will not have had to use FTP.

Dave



69
dickinsd
Re: Usermanagement probs
  • 2005/11/19 11:32

  • dickinsd

  • Quite a regular

  • Posts: 278

  • Since: 2004/11/14


Oh, actually I'll have a crack at those other Q's as well.

Quote:

nikki wrote:
Hi everyone,

I'm finding this module a little odd.

1.
When I enter the admin section > Users, there is a dropdown box to choose a user. This is totally empty. I'm able to click a link that says 'List' and then get a proper drop down box.

However, when I choose a user, I can't see what their Group is. I have assigned a user into a group successfully I think, but in this list it doesn't indicate anything. Then I thought of going the long way through the Member Profiles from the first page but only get minimal info: user name, rank and email. Not the user's group which is what I need.

2.
What is the Category section for?
...


First off, not sure what module you refer to, I am thinking that you are on about Extended Profiles?

2.
What is the Category section for?


Not sure where you are seeing this, I can't see it myself.

1.
When I enter the admin section > Users, there is a dropdown box to choose a user. This is totally empty. I'm able to click a link that says 'List' and then get a proper drop down box.


I have this also and It is kind of strange, the drop down list should be populated from the start really, or at least that would make the most sense.

To see who makes up a group you should have 2 ways of getting this info:

1. From Admin, go to Users and then Groups.
You should see the groups that you have available, the default is 3 groups (webmaster, registered, anonymous) but you may have created more groups such as a group for moderators or article contributers...
Click Modify next to the name of the group your interested in. You will see all of their 'options' such as module access rights for example.
Right at the bottom of the page you should see 2 boxes, one for Non-members and one for Members.

Anyone that appears in the members is a part of that group.

A person can be a member of more than one group, and will get all 'privilages' from group 1 AND all privilages from group 2.

2. Go to modules > Extended Profiles > Users, you get the drop down menu with no names but you can click on List, click List and you get a popup window.
The pop up window should offer three options to you.
1. User List: A fully populated list of users
2. Group: Any Groups you have (e.g. Webmaster, Registered, Anonymous)
3. Rank: Any Ranks you have (webmaster, moderator, friend of XOOPS etc)

If you select option 2. the option for Group, choose the group e.g. moderator and then click the button for Refresh and the list of users (1.) should be reduced to include only those members that make up that group.

Again, does that lot make sense or have I made it worse?

Dave



70
dickinsd
Re: Usermanagement probs
  • 2005/11/19 11:14

  • dickinsd

  • Quite a regular

  • Posts: 278

  • Since: 2004/11/14



3.
What's the difference between
a) Field visible on profile for these groups
b) Field visible on these groups' profile


Hi.

First imagine you have a group called Moderators, which you give almost as much 'power' or access as you do to your webmasters.

a) Moderators would be allowed to see this field for groups if the field has been set to visible in b) groups profile.

So if you say that the field for Location will be available on the profiles for users in the registers users group, you can then choose to make this field available to certain groups for example the moderators.

OR you may want your anonymous users to view your member profiles (b) BUT you do not want anonymous users to see when the users from your registered users group (a) last logged in.

Ok does that make sense or did I just confuse it further?

Also, I think the field will only become visible if 1. You have allowed it to be visible AND 2. the user has supplied some info, but I am not sure about that, so for example if you say that webmasters can see the location field, but the user has not provided any info for this field, then I think the field would not be displayed anyway. (At least thats what I get on my site)

Dave.




TopTop
« 1 ... 4 5 6 (7) 8 9 10 ... 27 »



Login

Who's Online

225 user(s) are online (136 user(s) are browsing Support Forums)


Members: 0


Guests: 225


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