11
Ruddle
Re: Headlines Module Question
  • 2004/8/10 19:29

  • Ruddle

  • Just popping in

  • Posts: 61

  • Since: 2003/11/10


Thanks... that did it. Been messing around with this stuff for so long I overlook the simple things. Thanks for the reality check!



12
Ruddle
Re: Headlines Module Question
  • 2004/8/10 19:15

  • Ruddle

  • Just popping in

  • Posts: 61

  • Since: 2003/11/10


Actually, I think I got it worked out. It must be a problem with my test environment on ISS. Tested it on UNIX and it worked fine. Go figure.

Do have one more question that is perplexing me... I am trying to edit the format of the Headline's block on my front page. Although I edit the template (xoopsheadline_block_rss.html) and rebuild the module, nothing changes. Am I missing something?



13
Ruddle
Headlines Module Question
  • 2004/8/10 16:46

  • Ruddle

  • Just popping in

  • Posts: 61

  • Since: 2003/11/10


I have searched through many topics in the forum but still have been unable to figure this out. I have several XOOPS sites that I want to have news included from my main XOOPS site. Just like the XOOPS news is rendered in the Headlines module. From what I have read, all you have to do is set up a headline entry pointing to the sites (the site hosting the news) backend.php file. Is that correct? I get the XOOPS site news fine but can't get the news from my site.

Any help would be greatly appreciated!

Rick



14
Ruddle
XCGallery Configuration
  • 2004/7/30 13:19

  • Ruddle

  • Just popping in

  • Posts: 61

  • Since: 2003/11/10


I have XOOPS running on XP professional. IIS 5. Works great.

I am having a problem though with the configuration of XCgallery. I installed ImageMagic and added the path to the congfig page. I found that when ever a backslash is added, the module adds additional backslashes (perhaps as escape characters) each time the preference file is submitted. For instance, the Path to ImageMagick field has:

c:\\\\\\Program Files\\\\\\ImageMagick\\\\\\

The backslashes are also being added to the forbidden charachters field.

This may be having an impact on the error message I am getting when I try an upload a photo:

"The picture 'albums/userpics/10001/image.jpg' can't be inserted in the album. Error executing ImageMagick - Return value: -1"

Any ideas?



15
Ruddle
Waiting Contents Block
  • 2004/7/19 13:28

  • Ruddle

  • Just popping in

  • Posts: 61

  • Since: 2003/11/10


Has anyone been successful in adding pending Agendax calendar entries to the Waiting Contents block?



16
Ruddle
Location of $news.date
  • 2004/7/14 2:35

  • Ruddle

  • Just popping in

  • Posts: 61

  • Since: 2003/11/10


In the news_block_new.html file, located at:

/xoops/modules/news/templates/blocks

I am trying to format the date differently

<ul>
<{foreach item=news from=$block.stories}>
<li><a href="<{$xoops_url}>/modules/news/article.php?storyid=<{$news.id}>"><{$news.title}></a> (<{$news.date}>)</li>
<{/foreach}>
</ul>

Where is the code that writes $news.date? I have looked everywhere for it

Any guidence would be greatly appreciated!

Rick




17
Ruddle
Re: TinyContent 1.5 Entry Order
  • 2004/4/1 18:55

  • Ruddle

  • Just popping in

  • Posts: 61

  • Since: 2003/11/10


Found the answer... should anyone else need it!

Tiny Content: Fixed Menu Sort
In order to get the main menu order to reflect the changes to the sort that you made on the admin screen (i.e. so that you can sort them in a different way than the order that you entered them), you just need to change 1 line.

In the /tinycontent/xoops_version.php file you need to change line 64 from:

$result = $xoopsDB->query("SELECT storyid, title, homepage, submenu FROM ".$xoopsDB->prefix("tinycontent")." WHERE homepage='0' AND submenu='1'");

to:

$result = $xoopsDB->query("SELECT storyid, title, blockid, homepage, submenu FROM ".$xoopsDB->prefix("tinycontent")." WHERE homepage='0' AND submenu='1' ORDER BY blockid");



18
Ruddle
Agenda X Anonymous Submission
  • 2004/4/1 3:01

  • Ruddle

  • Just popping in

  • Posts: 61

  • Since: 2003/11/10


I have found that when an anonymous person submits a calendar entry, it saves fine for approval. When the admin approves it, it dissappears! Has this happend to anyone else? If the admin enters a calendar entry, it appears on the calendar fine.

Also, is there a way to have the pending calendar entries appear in the "Waiting Cotents" block?



19
Ruddle
TinyContent 1.5 Entry Order
  • 2004/3/31 20:58

  • Ruddle

  • Just popping in

  • Posts: 61

  • Since: 2003/11/10


How do I change the order the links in the TinyContent submenu? I have tried reorder the "Link ID" but it does not affect the order in the menu.



20
Ruddle
Xoops Chat Smilies
  • 2004/3/24 3:03

  • Ruddle

  • Just popping in

  • Posts: 61

  • Since: 2003/11/10


Installed XOOPS Chat 1.21... went fine. Get a javascript error though when clicking on a smilie. The smilies don't write to the chat window. Any ideas as to why?

Also, how do you remove the _MA_XCHATSELROOM from the dropdown?

Thanks!




TopTop
« 1 (2) 3 4 5 6 »



Login

Who's Online

226 user(s) are online (141 user(s) are browsing Support Forums)


Members: 1


Guests: 225


AventurineLe,

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