41
yellowchimp
is there a bug in the xoops headlines module

Hi

I was wondering if there really is a bug with the xoopsheadlines module which makes it mysteriously work with some rss feeds but not with others?? Reading on the forums it seems that this might be the case. I can't seem to get mine to work with the rss feed athttp://www.britarch.ac.uk/newsfeed/index.html (or atleast I think that counts as an RSS feed - please tell me if Iam wrong).

Could anyone suggest a differnt module if I can't get XOOPS headline to work?

Many thanks in advance

Yellowchimp



42
yellowchimp
xoopsheadlines

Can anyone tell me how to get this module to work.

At the moment I can only get it to work with the XOOPS newsfeed. None of the links to other websites newsfeeds seems to work. You click on then and it just refreshes the page - it doesn't pull any news???



43
yellowchimp
Re: changable image

Thanks Bassman.

Thats great.






44
yellowchimp
changable image

Hello

Is there any way of having an image that changes. I would want it to be on a page which is stored in the content module : icontent.

I don't mind if it changes whilst on the screen or whether it just picks a random image from a list each time the page loads up.

Is that possible?




45
yellowchimp
Re: mouse pointer thingy

Thank you Bassman

Isn't XOOPS just so marvellous



46
yellowchimp
mouse pointer thingy

Hi

I am designing a website for a client and they want a naff alternative to the mouse pointer arrow thing. Is it possible within XOOPS to change the mouse pointer??

I'm hoping its not



47
yellowchimp
Re: tiny content question

Tobias from chapi has told me how to do this. Many thanks to him.

Each page you make in tinycontent is given an id number. If you go to system admin and then the tinycontent module and then add/edit content - you will see the first column of the table, showing the pages, gives you an id number for each page created.

In the html of the page that you want to link to another page from. You use the following code for the link.


<a href="index.php?id=12">Link Title</a>

Thants Great. It works now.



48
yellowchimp
Re: order of links in shortcut menu

You need to go into the database and go to the table xoops_icontent_shortcuts. Click on browse to see all your shortcuts. You will notice a column called submenu and that every shortcut has been given the number '1'.
Click on the edit thing (little pen thing to the right of each shortcut). Give each shortcut a new submenu number - 1 being the link you want to appear at the top of your menu, 2 second and so on). (click on 'go' each time to save the new submenu number).

Then in a html editor (i used homesite) open up the file b_icontent_shortcuts.php (from within the blocks folder of icontent).

Near the top of the page there is a line of code that says this:

$result = $xoopsDB->query("SELECT `name`, `page` FROM `".$xoopsDB->prefix()."_icontent_shortcuts` ORDER BY `name`");

All you have to do now is change the word 'name' AT THE END OF THE CODE LINE for 'submenu'.

save it and ftp it across to replace the old one.

Hope thathelps somebody - I've wasted a lot of hours trying to figure that out.



49
yellowchimp
Re: icontent shortcuts menu

I have eventually figured this out. So I will tell you here in case you'd like to know.

You need to go into the database and go to the table xoops_icontent_shortcuts. Click on browse to see all your shortcuts. You will notice a column called submenu and that every shortcut has been given the number '1'.
Click on the edit thing (little pen thing to the right of each shortcut). Give each shortcut a new submenu number - 1 being the link you want to appear at the top of your menu, 2 second and so on). (click on 'go' each time to save the new submenu number).

Then in a html editor (i used homesite) open up the file b_icontent_shortcuts.php (from within the blocks folder of icontent).

Near the top of the page there is a line of code that says this:

$result = $xoopsDB->query("SELECT `name`, `page` FROM `".$xoopsDB->prefix()."_icontent_shortcuts` ORDER BY `name`");

All you have to do now is change the word 'name' AT THE END OF THE CODE LINE for 'submenu'.

save it and ftp it across to replace the old one.

Hope thathelps somebody - I've wasted a lot of hours trying to figure that out.






50
yellowchimp
Re: is there something wrong with my xoops

I have been using icontent and tinyContent




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



Login

Who's Online

102 user(s) are online (58 user(s) are browsing Support Forums)


Members: 0


Guests: 102


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