1
jaybull
Re: 7dana clean news block spacing - how to
  • 2007/2/6 2:06

  • jaybull

  • Just popping in

  • Posts: 6

  • Since: 2007/1/25


All, Thanks for the help. The .itemBody and .itemText margin-top and margin-bottom just push the text up and down between the title and the footer.

I ended up using the padding-top command on the .itemHead

shown below:

.itemHead
{
padding-left: 15px;
padding-right: 15px;
padding-bottom: 3px;
padding-top: 30px;
color: #242424;
border-bottom: 1px dashed #8699B5;



2
jaybull
7dana clean news block spacing - how to
  • 2007/2/5 20:23

  • jaybull

  • Just popping in

  • Posts: 6

  • Since: 2007/1/25


Hi,

I'm using 7dana clean with the news module as my home page.

I'd like to increase the spacing between the articles to provide a little more white space.

I think this would apply to about any theme that displays news as a repeating block.

I'll paste what I thought was the relevant code from theme.html and style.css.

Here is the site: www.careerorama.com.

thanks in advance, jhb

Here is line 90-103 from theme.html
<!-- Display center blocks if any -->
<{if $xoops_showcblock == 1}> <table class="sadrzaj" cellspacing="0">
<tr>
<td id="centerCcolumn" colspan="2">
<!-- Start center-center blocks loop -->
<{foreach item=block from=$xoops_ccblocks}> <table align="center" cellpadding="0" cellspacing="2">
<tr>
<td> <div class="blockTitle"><{$block.title}></div>
<div class="blockContent"><{$block.content}></div></td>
<br><br><br><br>
</tr>
</table>
<{/foreach}>
<!-- End center-center blocks loop -->

Here are the corresponding lines in style.css
td#centerCcolumn div.blockTitle

{
padding: 3px;
color: #454545;
font-weight: bold;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
font-size: 10px;
background-color: #BBBBBB;
margin-bottom: 5px;
padding-left: 18px;
background-image: url('images/blue_plus.png');
background-repeat: no-repeat;
background-position: left;
}
td#centerCcolumn div.blockContent
{
margin-right: 0px;
margin-left: 0px;
margin-bottom: 8px;
line-height: 120%;
border-bottom: 1px dashed #cccccc;
}



3
jaybull
Re: Register.php text modification
  • 2007/1/26 19:32

  • jaybull

  • Just popping in

  • Posts: 6

  • Since: 2007/1/25


Great. Thanks. Don't know why it didn't show in my text search of the files.

thanks, jhb



4
jaybull
Re: Submit News Link not showing up
  • 2007/1/26 19:28

  • jaybull

  • Just popping in

  • Posts: 6

  • Since: 2007/1/25


OK, thanks. I thought I was missing something.

Permissions are OK as the link/block I created works OK.

thanks, jhb



5
jaybull
Register.php text modification
  • 2007/1/26 4:09

  • jaybull

  • Just popping in

  • Posts: 6

  • Since: 2007/1/25


Hi, Can you point me where to modify the text given by register.php once you fill in the form, submit, get the next page and hit 'finish' you get a text that says the activation key has been emailed.

I'd like to add text telling them to look in their spam folder if they don't get the email.

Not module specific. Tried searching forum and files for text, but nothing turned up.

thanks, jhb



6
jaybull
Submit News Link not showing up
  • 2007/1/25 21:44

  • jaybull

  • Just popping in

  • Posts: 6

  • Since: 2007/1/25


Hi,

I've got the News module installed and running fine. Only thing is I don't see a 'submit' feature for users.

New XOOPS and modules downloads as of last week.

Where should it show up and how is it controlled?

I don't see it in preferences, permisions, or blocks.

I'm not using menus at all on the site since it is a simple site.

The site is, www.careerorama.com if you want to take a look.

For now I created a new block w/ a link to the /modules/news/submit.php, but I figure I'm missing something basic.

thanks, jhb




TopTop



Login

Who's Online

122 user(s) are online (79 user(s) are browsing Support Forums)


Members: 0


Guests: 122


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