1
martyboy
Re: Easiest way to add custom page title, keywords & description to blank module?
  • 2007/9/11 17:37

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


You can use the mypage module which I think is what you are using now? use the php code you have already which wraps the XOOPS header/footer, etc but place it between the <body></body> tags of a blank html page and you can add your custom page title, metatags, etc to each page. You can add the xoops_sitename tag however so you need to add your sitename manually if thats what you want you also need to add the modules name manually as this method seems to override the modules name which would normally appear in the title.

You can see an example on my site HERE as you can see each page has a different title.

I hope this what you are looking for, hopefully i havent misunderstood.
Michael Jackson = King Of Pop

Xoops = King Of CMS



2
martyboy
Re: Which Modules give best Google Page Rank?
  • 2007/7/27 18:10

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


I don't think it matters what module you use thats not how google page rank works. Im not 100% percent certain but I think one of the factors in deciding a pages pagerank is how important it is, i.e alot of forum topics probably have none or very little inbound links from other important pages so in Googles eyes the forum topics are not important and therefore are asigned a low pagerank or no pagerank.

For example my site main page has a PR of 4 but other pages that are deeper in the site, no matter what module they use, has a lower or unnasigned pagerank because not many other important pages link to it.

There is probably many other factors involved in how pagerank is assigned but I think what I mentioned above is one of them, i certainly dont think it has anything to do with what module you use.

Hope this helps
Michael Jackson = King Of Pop

Xoops = King Of CMS



3
martyboy
Re: suggestion for CDBase module
  • 2007/6/12 18:59

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


Hi cyborgjeff,

I also use the cdbase module and your proposals sound great, I hope someone can start working on this module again and add the features that you have mentioned it would be really benificial.

I looked at your site and i really like what you have done with the templates, I had modified my own templates but only to remove some columns certainly not as good as your modifications, would it be possible to share your modified template code so I can implement them? I will gladly link back to your site from mine.

Thanks.
Michael Jackson = King Of Pop

Xoops = King Of CMS



4
martyboy
Re: XOOPS Physical Path, mainfile.php error
  • 2007/5/18 20:04

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


Are you using php5 and maybe an older version of xoops? like 2.0.13.2?

Im not sure if this is exactly your problem but i remember from experiance there is/was an incompatabilty with the installer(from an old XOOPS version) and php5, your prob looks similar to this althoug i could be wrong.

This fix is from rowdie:

in: /install/class/mainfilemanager.php

change
$content fread($filefilesize($this->path) );
fclose($file);


to:
clearstatcache();
$content fread($filefilesize($this->path) );
fclose($file);


link to original forum post
Michael Jackson = King Of Pop

Xoops = King Of CMS



5
martyboy
Re: trouble with the $xoops_module_header
  • 2007/5/15 22:06

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


You can add code in the news modules template files, goto system>admin>templates and click on the news templates a list of the template files will show up, you probably need to add your code to the news index.html template.

You will have to clone the default template set first before you can edit the template files.
Michael Jackson = King Of Pop

Xoops = King Of CMS



6
martyboy
Re: How can I disable logon
  • 2007/5/10 20:28

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


In admin>preferences>user info settings turn 'allow new user registrations to 'no' this will stop people from registering on your site.

If your theme has a logon(user/pass)box on it edit theme.html to remove the login form. Go to blocks(in admin) and make sure the login block is turned to visible 'no'

You could also either redirect user.php and register.php back to your main site or maybe remove those files completely.
Michael Jackson = King Of Pop

Xoops = King Of CMS



7
martyboy
Re: xcgal pagetitle hack ..improve the searchability of your site!
  • 2007/5/9 16:10

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


Mowaffak, you must read minds, I was just thinking the other day that pagetitles in xcgal would be ideal.

Thankyou very much for this great hack.
Michael Jackson = King Of Pop

Xoops = King Of CMS



8
martyboy
Possible exploit in wfquotes
  • 2007/5/6 22:14

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


Hello,

for about the past hour my site has been under attack with people attempting to do issolated comment attacks, and i mean it was rapid fire I was actually just refresshing the protector log page and more logs where showing everytime i refreshed almost, all with ISOCOM in them. I was just copying and pasting IPS into the ip ban list and pasting them into htaccess to ban them too.

Im not sure if these where real humans or some automated attack, I checked a few of the IPS and they where from all over the place, turkey, iran, morocca, netherlands, even a googlebot IP?

In the protector log there where a couple of references to wfquotes and on checking my apache logs there has been a few referes from google all with the search term 'allinur: modules/wfquotes' which means someone is specifically looking for this module, the exact same thing happened the last time with wfsections.

Hopefully catzwolf will patch wfquotes like he did wfsection not long ago. If you have wfquotes installed might be an idea to uninstall it for the meantime.

Oh, and thank god(or thank GI Joe) for protector it saved my ass..again, that module is a godsend.
Michael Jackson = King Of Pop

Xoops = King Of CMS



9
martyboy
Center column getting pushed to the right in some modules
  • 2007/5/3 20:38

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


Hi, the center column (content or blocks) is getting pushed to the right in some modules, see this screenshot, at first I thought it was just an IE7 issue as it didnt happen in firefox but I tried a different theme and it shows ok with another theme, so im thinking its a theme issue along with perhaps an IE7 issue aswell.

My theme is a modified version of 7dana round. Ive looked at the code of my theme and a working theme to see if theres any difference and I cant see any, certainly not any html errors or anything like that and theres nothing in my css which would cause it and it only happens on certain modules pages so if it where css it might happen site wide.

Im not sure if its a theme or module template or IE7 issue or all of the above, has anyone encountered anything like this before? or can you give me a hint at what could be going wrong so I know what to look for in the code.

Thanks for your help.
Michael Jackson = King Of Pop

Xoops = King Of CMS



10
martyboy
Re: Tag Cloud 1.60 and News 1.5x
  • 2007/4/27 19:16

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


Going to chip in here as its a feature I would like also.

I had tried to duplicate and rename the article module to xnews and have the old news module as an archive so I could use tags but I couldnt get the renamed/duplicated article mod to work.
Michael Jackson = King Of Pop

Xoops = King Of CMS




TopTop
(1) 2 3 4 ... 23 »



Login

Who's Online

233 user(s) are online (112 user(s) are browsing Support Forums)


Members: 0


Guests: 233


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits