61
exbanious
Re: Move To Top in News 1.21, Huh????
  • 2005/1/10 17:28

  • exbanious

  • Not too shy to talk

  • Posts: 113

  • Since: 2004/5/30


You can still move an article to the top by changing the posting date/time to the a newer date/time.
It is essentially the same thing.
But i do agree with you, it was a simple and useful feature that i would also like to see back again.



62
exbanious
Re:appearance of news on front page.
  • 2004/10/23 23:37

  • exbanious

  • Not too shy to talk

  • Posts: 113

  • Since: 2004/5/30


Forget about that last post.
It wasn't until after i posted it that i realized what you were really asking. I do that sometimes. Sorry.

What i did post was how to get rid of the catagory completely.
After messing around with this bit of code, i was able to show the catagory in the date area, but it wasn't in the correct format.
I'll keep messing around with it.



63
exbanious
Re:appearance of news on front page.
  • 2004/10/23 21:55

  • exbanious

  • Not too shy to talk

  • Posts: 113

  • Since: 2004/5/30


I think this is the code you are looking for.
In modules\news\article.php

Quote:

$story['id'] = $storyid;
$story['posttime'] = formatTimestamp($article->published());
$story['title'] = $article->textlink()." : ".$article->title();
$story['text'] = $article->hometext();
$bodytext = $article->bodytext();


try taking out

Quote:


$article->textlink()." : ".



something like that.



64
exbanious
Re: Southend Newspaper theme
  • 2004/9/29 18:51

  • exbanious

  • Not too shy to talk

  • Posts: 113

  • Since: 2004/5/30


the news module uses the css class of "item" (ie. itemtitle, itemhead, itembody, etc...) the margins and/or left padding is currently set to 5px on that theme. wfchannel doesn't seem to call upon the "item" class, so if you set the margins to a lesser pixel setting in style.css, that should give you the desired result for news.
hope that helps.



65
exbanious
Re: Southend Newspaper theme
  • 2004/9/28 16:38

  • exbanious

  • Not too shy to talk

  • Posts: 113

  • Since: 2004/5/30


i'm not really sure what you're asking.
what alignment issues are you having?



66
exbanious
Re: Southend Newspaper theme
  • 2004/9/27 5:01

  • exbanious

  • Not too shy to talk

  • Posts: 113

  • Since: 2004/5/30


Hi,

The method I used to separate the topics into separate blocks was done with Topics Blocks
I works pretty well.



67
exbanious
Re: Archive problem
  • 2004/9/24 22:45

  • exbanious

  • Not too shy to talk

  • Posts: 113

  • Since: 2004/5/30


i have the same problem, so i do hope someone may have the answer......



68
exbanious
Re: Some news items should be viewable
  • 2004/9/10 4:41

  • exbanious

  • Not too shy to talk

  • Posts: 113

  • Since: 2004/5/30


I looked at your source code , and I think you might have a problem with your html code.
currently you have:
Quote:


<table width=100% border=0>
<tr>
<!-- start news item loop -->
</tr>
</table>


I think your problem is that you don't have any table cells defined. something like this:

Quote:


<table width=100% border=0>
<td>
<!-- start news item loop -->
</td>
</table>



i'm not much of a programmer but i think its a problem with your html somewhere. Maybe in your news_index.html file
Then again, i have been very wrong before.
hope this helps.




69
exbanious
Re: Banner Manager module
  • 2004/9/5 15:25

  • exbanious

  • Not too shy to talk

  • Posts: 113

  • Since: 2004/5/30


try phpadsnew. its a stand-alone ads management system that has been ported over to xoops. It should be available in the downloads section. It has a slight learning curve, but there is a novel like manual you can download for it to.



70
exbanious
Re: THEME - Exnews
  • 2004/9/5 15:14

  • exbanious

  • Not too shy to talk

  • Posts: 113

  • Since: 2004/5/30


Sorry! my router is dead, it should be back up sometime later today. I would email it to you, but.... my email is behind that same router. I'll post here when it becomes available again.




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



Login

Who's Online

151 user(s) are online (85 user(s) are browsing Support Forums)


Members: 0


Guests: 151


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