451
JasonMR
Re: Major help needed
  • 2004/9/24 4:39

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


1)http://YOURSITE.COM/user.php will bring you to the login page - main block (or have your changed that as well?).

2) for more help see Developers Wiki




452
JasonMR
Re: Porting php4flicks to xoops?
  • 2004/9/24 0:14

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


YEEPEEH



453
JasonMR
Re: H1
  • 2004/9/24 0:12

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


I guess you wanted to have it as h1 for search engines.

Just edit the css file of the theme you are using. If you are using multiple themes, this will mean changes to EACH css file, as otherwise, on of your themes will continue to display it in the old way.

You will need to open /ROOT/themes/THEMESELECTEDINPREF/style.css, look for the following part (let your editor search for itemText
Quote:

.itemText {
padding: 4px;
border-left: 2px solid #D9CBB3;
margin-top: 0px;
margin-bottom: 0px;
line-height: 1.5em;
}


Insert the following line inbetween the curly bracket:
Quote:

font-size:12px;


This should do the trick, and let you continue using h1 to mark up your news.

TIP
Quote:

.itemText:first-letter {}

This can be set to have the first letter of your news article appear larger (or smaller - if some wants it that way). Try it out, e.g.:
Quote:

.itemText:firt-lett {24px;}


Happy CSS'ing



454
JasonMR
Re: Information above NEWS like xoops.org
  • 2004/9/23 16:58

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


I believe your "problem" is, that you have selected news to appear on your front page.

Instead, when selecting blocks, choose the NEWS block. Under preferences, slect "none" for module to appear on top page/home page/font page (not sure about the wording).

The module you select to appear on your home page, will overweigh other blocks, and therefore always be displayd, right at the top of the page.

You are right. DON'T TOUCH THE THEME FOR THIS!!!!



455
JasonMR
Re: Porting php4flicks to xoops?
  • 2004/9/23 6:25

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


I was just gonna suggest that.

Now you just need to go through the HTML file, and check out the css classes, and id's that you want to manipulate - e voila!

Can't wait for you to get this port done Thanks heaps, I took a look over at php4flicks, and this is great.

The character I am, may I already note a feature request. As this module will be part of a portal system, I believe it would be great, combined with a user review system. Maybe one (not suggesting you do all the work ) could integrate this port with the reviews module. I'm too bussy to take on more Sorry, but I will help where I can!!!



456
JasonMR
Re: About the XCOMICS module.....
  • 2004/9/23 6:16

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


In the Admin section, you just need to hover with your mouse over the xComic button.

If you are so unfortunate, that there are a lot of those images, and your xComic images is somewhere at the bottom, you will need to get a little tricky ():
- hover briefly over icon
- move rapidly to right [~8mm (-3/+5)mm] of the icon, and press "page up" button on your keyboard, until you hit the pop-up menu (stupid I know, but it works, and thats what counts).


If ya still having trouble, here's the link to get to the preferences of xComics. Though you will need to apend it, in two places: the beginning and the end. The front part is easy and obvious, the end bit is a little trickier, as the number is to found in the DB.

What you need is the YOURXCOMICMODULENUMBER! The easiest and fastes way I know of, getting this number. Is opening phpMyAdmin up, to access your DB. Look for the table:
YOURPREFIX_modules

Browse this table, while keeping an eye on the column dirnam


Hope this helps...

/ROOT/modules/system/admin.php?fct=preferences&op=showmod&mod=YOURXCOMICMODULENUMBER


Update

You got your glasses on quicker than I could type



457
JasonMR
Re: Porting php4flicks to xoops?
  • 2004/9/23 6:04

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


Quoted from css file, hichlighted (unquoted) parts to reference and explain.



Quote:

#footer{

position: absolute;
-> this is mainly responsible for having the footer appear above all other elements
Quote:

bottom: 0px;
left: 0px;

width: 100%;
->-> this is responsible for it spreading the whole screen width[/i]
Quote:

height: 45px;
text-align: right;
background-image: url(../pics/footer_bg.gif);
background-repeat: repeat-x;
background-position: 0 0;
font-weight: bold;
font-size: 12pt;
font-family: "Courier New";
color: silver;
}





458
JasonMR
Re: Porting php4flicks to xoops?
  • 2004/9/23 5:59

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


Strange, I had just posted an answer, but it disappeared

Basman,

Your problem is the css file accompning php4flick.




459
JasonMR
Re: H1
  • 2004/9/22 23:03

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


Goto /ROOT/modules/news/templates/ and open the file news_item.html

Quote:

<td><div class="itemBody">
<{$story.imglink}>
<h1 class="itemText"><{$story.text}></h1>
</div>
</td>


I HAVE made the changes you asked for. So what you are looking for is:

<td><div class="itemBody">
<{$story.imglink}>
<p class="itemText"><{$story.text}></p>
</div>
</td>


After changes you will need to goto Sys Admin -> Modules, and update the News module, as your template files have changed.

Hope this does the trick for ya



460
JasonMR
Re: cookbook recipe maker
  • 2004/9/22 21:43

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


When somone gets this module working properly, could they offer the modified files for download please?




TopTop
« 1 ... 43 44 45 (46) 47 48 49 ... 54 »



Login

Who's Online

242 user(s) are online (140 user(s) are browsing Support Forums)


Members: 0


Guests: 242


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