71
wcrwcr
Re: Myquizz - wierd behavior
  • 2009/5/1 23:17

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


Hi

For the alignement problem just open myquizz/admin/xdstyle.css

Sroll dwon and find

table-cev {
    
border1px solid #97a5b0;
    
background#E0EEF7;
    
width100%;
    }


add a float
table-cev {
    
float:left;
    
border1px solid #97a5b0;
    
background#E0EEF7;
    
width100%;
    }


You´re done



72
wcrwcr
Re: Myquizz - wierd behavior
  • 2009/5/1 22:42

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


Hi

you´re right

I´m using the ixt009_emp02 THEME which i like very much but there is some css work to do.

Changing to zetagenesis everything goes fine
However i´m still curious about the error.

Quote:

for second problem(in admin section), I'll fix it in next release ;)


I´ll try to dig a bit too.

Thank you



73
wcrwcr
Myquizz - wierd behavior
  • 2009/5/1 21:19

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


Hi all

I have a quizz with 5 sliding questions.

When I reach the second question the mod shows me a check results Finish buton ( see figure "unxpected.jpg").

Resized Image


The funny thing is that by the time of the fifth question ( the last one) no finish buton shows up at all.

Any ideas???

Another little thing....

on admin side the view stats page( modules/myquiz/admin/index.php?acti=QuizzViewStats&qidi=1) explodes to right ( please see figure "notaligned.jpg") on FF.

On IE 6.02 it´s OK.

Resized Image


Anybody confirms that?





74
wcrwcr
Re: Yogurt Module Problem
  • 2009/5/1 20:49

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


hi

Quote:
and XOOPS 2.3.3.


if i´m not tottaly wrong yogurt is not full compatible with 2.3.3 release.
Please do a search and look...lots of typos.



75
wcrwcr
Re: For x-movie users and coders
  • 2009/5/1 20:43

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


Hi Catz

Thank you for your interest but, i´ve commented out that TRY cauz it´s not working, understand?

<a href=<{$link.pathinfo_url}>
returns me nothing



76
wcrwcr
Re: Myquizz 4.0 fatal error
  • 2009/5/1 20:28

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


Would be just FANTASTIC _metmet_



77
wcrwcr
Re: weblog (problem adding group permissions)
  • 2009/5/1 18:35

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


Hi Mowaffaq

Yep I know that´s a bit old thread, but....

Can you please send us another link to your fixed version?

The ne provided is broken
Thank you very much



78
wcrwcr
Re: For x-movie users and coders
  • 2009/5/1 18:09

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


Just to tease a bit

here follows the template where I GUESS the call for the direct download must be issued.

x_movie_view.html

<{include file="db:x_movie_navi.html"}>

<
center>
<
table>
<
tr><td><{$popvideo}></td></tr>
<
tr><td align="center"><{$link.player}></td></tr>
<
tr><td align="center"><{$link.bottombanner}></td></tr>
</
table>
</
center>

<
table>
<
th><{$link.adminlink}><{$link.title}></th>
<
tr><td>
<
table>
<
tr><td width="40%">
<
table>
<
tr><td class="odd"><b><{$lang_submitter}></b></td><td class="even"><{$link.submitter}></td></tr>
<
tr><td class="odd"><b><{$lang_rating}></b></td><td class="even"><a href="ratemovie.php?cid=<{$link.cid}>&lid=<{$link.id}>"><img src="images/rate<{$link.rate}>.gif" border="0" alt="<{$link.rating}>" title="<{$link.rating}>"width="66" height="14"></td></tr>
<
tr><td class="odd"><b><{$lang_size}></b></td><td class="even"><{$link.size}></td></tr>
<
tr><td class="odd"><b><{$lang_hits}></b></td><td class="even"><{$link.hits}></td></tr>
<{if 
$link.embed}>
<
tr><td class="odd"><b>EMBED:</b></td><td class="even"><{$link.embed}></td></tr>
<
tr><td class="odd"><b>Download:</b></td><td class="even"><!--<a href=<{$link.pathinfo_url}><b>Baixar</b></a>--></td></tr>
<{/if}>
<{if 
$link.videoget}>
<
tr><td class="odd" colspan="2" align="center"><{$link.videoget}></td></tr>
<{/if}>
</
table>
</
td>
<
td width="60%"><{$lang_description}><HR class="x_movie_hr"><{$link.description}></td></tr>
</
table>
</
td></tr>
</
table>
<!--<
div align='right'><small><a href='http://voicha.com/voice/' target='_blank'><b>X_Movie <{$lang_version}></b></a></small></div>-->

<
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>
<{include 
file='db:system_notification_select.html'}>


and here the partial commented line where i´m doing my try

<tr><td class="odd"><b>Download:</b></td><td class="even"><!--<a href=<{$link.pathinfo_url}><b>Baixar</b></a>--></td></tr>


the $link.pathinfo_url is not working as expected



79
wcrwcr
Re: Yogurt Module Problem
  • 2009/5/1 14:04

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


Hi

@fathershand

I´ve logged with tester and tester but when i'm trying to access the "pavaroti´s" profile to send request for friendship i´m receiving the "sorry you don´t have permissions, etc..."

BTW> did you set yogurt to be your profile susbstitute?
Which xoops´version are you using?



80
wcrwcr
Re: probleme in modules news
  • 2009/5/1 13:38

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


Hi

Wierd behavior indeed.
Did you check on diferent browsers?
All the site is showing a diferent size of fonts?
Just in case, the theme you´re using has a "increse-decrease" overall size fonts?




TopTop
« 1 ... 5 6 7 (8) 9 10 11 ... 86 »



Login

Who's Online

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


Members: 0


Guests: 140


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