41
justtupeu
Re: Turning a custom width theme into a fix widht one
  • 2005/7/9 23:36

  • justtupeu

  • Just popping in

  • Posts: 78

  • Since: 2005/6/7 8


I'm curently using a slightly modified version of the 7dana Xred theme.. And you can check it too.. Just load the first page multiple times ( I've done this using Firefox ), and you'll see that from time to time there will be a white space in the right of the logo that will mess up the look of the page..
Vineri triskaideka - contest for Vineri triskaideka phrase



42
justtupeu
Re: Turning a custom width theme into a fix widht one
  • 2005/7/9 18:59

  • justtupeu

  • Just popping in

  • Posts: 78

  • Since: 2005/6/7 8


Thanks for your help Dave.. Guess I'll just have to make a backup of the css and start testing.. I want to turn the theme into a fixed width one because i've turned off the banners and i've left only the logo in upper part of the page. And sometimes ( not all the times, I have no idea why it does so from time to time ) the page gets wider and a blank space apears on the left of the logo, that looks horrible from my point of view.
Any further help in resolving this would be apreciated.
Thanks again Dave, for the nice words about my website.
Vineri triskaideka - contest for Vineri triskaideka phrase



43
justtupeu
Re: Including "New Comment" just in the news in the Article module posible ?
  • 2005/7/7 15:26

  • justtupeu

  • Just popping in

  • Posts: 78

  • Since: 2005/6/7 8


Can anybody help please ? This is very important to me..
Thanks in advance.
Vineri triskaideka - contest for Vineri triskaideka phrase



44
justtupeu
Re: Myalbum created thumbs don't look so nice
  • 2005/7/7 15:24

  • justtupeu

  • Just popping in

  • Posts: 78

  • Since: 2005/6/7 8


Ok, thanks.. I've tryed that, but the thumbs are still the same. I must redo the thumbs right ?
Vineri triskaideka - contest for Vineri triskaideka phrase



45
justtupeu
Including "New Comment" just in the news in the Article module posible ?
  • 2005/7/7 8:21

  • justtupeu

  • Just popping in

  • Posts: 78

  • Since: 2005/6/7 8


I want users to be able to add a comment just before they read my news in the Articles module, and that they wouldn't have to first click the "Send a comment" button..
I've guessed the sollution is in the article_item.html file but can't figure out what exactly to do..
Here's the code
Quote:


<{if $noart neq 1}>
<!-- start main article loop -->
<{foreach item=article from=$articles}>
<table border="0" width="100%" cellspacing="1" cellpadding="0" class="outer">
<tr>
<th><{$article.article_title}></th>
</tr>
<tr>
<td class="itemInfo">
<span style="font-style: italic; font-size: smaller;">
&nbsp;
<{if $show_art_posted eq 1}>
<{$posted_on}> <{$article.art_posted_datetime}>
<{/if}>
<{if $show_art_poster eq 1}>
<{$art_post_by}> <a

href="<{$xoops_url}>/userinfo.php?uid=<{$article.art_author_id}>"><{$article.art_author_name}></a>
<{/if}>
<{if $show_art_reads eq 1}>
(<{$article.art_views}> <{$art_reads_cap}>)
<{/if}>
</span>
</td>
</tr>
<tr>
<td bgcolor="<{$articlebg}>">
<{$article.art_article_text}>

<{if $numpages neq 1}>
<table border="0" align="center" style="width: 98%">
<tr>
<td>
<em><{$article.pagenum}> <{$article.pageofint}> <{$article.pageof}> <{$article.pagenumint}></em>
</td>
<td style="text-align: right;">
<{$article.pageprev}> <strong>::</strong> <{$article.pagenext}>
</td>
</tr>
</table>
<{/if}>

</td>
</tr>
<tr>
<td height="5"><!-- spacer --></td>
</tr>
<tr>
<td class="itemFoot"></td>
</tr>
</table>
<{/foreach}>
<!-- end main article loop -->

<table width="100%">
<tr>
<td colspan="3" style="text-align: center;">
<{if $print_allow eq 1}>
<strong>::</strong>
<a href="print.php?id=<{$article_id}>" target="_blank"><{$print_art_link}></a>
<{/if}>
<!-- add if statement for email thingy here -->
<{if $email_allow eq 1}>
<strong>::</strong>
<a href="email.php?id=<{$article_id}>"><{$email_friend}></a>
<{/if}>
<!-- -->
</td>
</tr>
</table>

<!-- comments code -->
<div style="text-align: center; padding: 3px; margin: 3px;">
<{$commentsnav}>
<{$lang_notice}>
</div>

<div style="margin: 3px; padding: 3px;">
<!-- start comments loop -->
<{if $comment_mode == "flat"}>
<{include file="db:system_comments_flat.html"}>
<{elseif $comment_mode == "thread"}>
<{include file="db:system_comments_thread.html"}>
<{elseif $comment_mode == "nest"}>
<{include file="db:system_comments_nest.html"}>
<{/if}>
<!-- end comments loop -->
</div>
<!-- end comments code -->
<{/if}>

<{if $noart eq 1}>
<h4 align="center"><{$noarticle}></h4>
<{/if}>


Would be grateful for any help.
Vineri triskaideka - contest for Vineri triskaideka phrase



46
justtupeu
Myalbum created thumbs don't look so nice
  • 2005/7/7 8:15

  • justtupeu

  • Just popping in

  • Posts: 78

  • Since: 2005/6/7 8


I've set that myalbum automaticaly creates thumbs for the images that i add.. But for some reason, those thumbs aren't looking so good, they've got a old style look, with a yellow color somewhat overlayed on the original picture.. You can take a look at what i'am saying here :http://www.justtupeu.lx.ro/modules/myalbum/
Any way i can repair this ?
Vineri triskaideka - contest for Vineri triskaideka phrase



47
justtupeu
Turning a custom width theme into a fix widht one
  • 2005/7/2 20:34

  • justtupeu

  • Just popping in

  • Posts: 78

  • Since: 2005/6/7 8


Any ideas on how to turn a custom width theme into a fix widht one ? I'm now using a 7dana theme onhttp://www.justtupeu.lx.ro ..
Can someone help ?
Vineri triskaideka - contest for Vineri triskaideka phrase



48
justtupeu
Re: Multiple CSS posible ?
  • 2005/7/2 18:46

  • justtupeu

  • Just popping in

  • Posts: 78

  • Since: 2005/6/7 8


Would you mind giving more details ?
Quote:
$xoopsTpl->assign("xoops_module_header", "<link rel='stylesheet' type='text/css' href='[url to the css file]'/>");

So this code must be included in the index.php of the module ? Does it matter where ?
And if i want a module to use the default style.css in the theme's folder, i would just leave the file as is ?
Vineri triskaideka - contest for Vineri triskaideka phrase



49
justtupeu
Re: Eliminate Submenus in Myalbum
  • 2005/7/2 18:00

  • justtupeu

  • Just popping in

  • Posts: 78

  • Since: 2005/6/7 8


Worked just fine.. I made the modification to the file, uploaded it and then updated the module and i like how it looks now.. Thanks
Vineri triskaideka - contest for Vineri triskaideka phrase



50
justtupeu
Re: Eliminate Submenus in Myalbum
  • 2005/7/2 5:53

  • justtupeu

  • Just popping in

  • Posts: 78

  • Since: 2005/6/7 8


I've done a backup, as i have tryed to do this before, but without any success..
I just can't figure out how to eliminate the subcategories in the main myalbum page.
Here's the myalbum_categories.html file
Quote:
<table width="100%" border='0' cellspacing='5' cellpadding='0' align="center">
<tr>
<{foreach from=$subcategories item=cat key=count}>
<td valign="top">
<{if $cat.imgurl != ""}>
<a href="<{$mod_url}>/viewcat.php?cid=<{$cat.cid}>">
<img src="<{$cat.imgurl}>" width="120" border="0" alt="" />
</a>
<{/if}>
</td>
<td valign="top" width="33%">
<a href="<{$mod_url}>/viewcat.php?cid=<{$cat.cid}>"><span style="font:bold 150%;"><{$cat.title}></span></a>&nbsp;<{$lang_total}><{$cat.photo_total_sum}>&nbsp;(<{$cat.photo_small_sum}>)
<br />
<{foreach from=$cat.subcategories item=subcat}>
<{if $subcat.number_of_subcat}>
<a href="<{$mod_url}>/viewcat.php?cid=<{$subcat.cid}>"><{$subcat.title}><img src='<{$mod_url}>/images/subcat.gif' width='15' height='15' /></a> &nbsp;
<{else}>
<a href="<{$mod_url}>/viewcat.php?cid=<{$subcat.cid}>"><{$subcat.title}></a>&nbsp;(<{$subcat.photo_small_sum}>) &nbsp;
<{/if}>
<{/foreach}>
</td>
<{if ($count+1) is div by 3}>
</tr><tr>
<{/if}>
<{/foreach}>
</tr>
</table>

Anyone ?
Vineri triskaideka - contest for Vineri triskaideka phrase




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



Login

Who's Online

231 user(s) are online (160 user(s) are browsing Support Forums)


Members: 0


Guests: 231


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