31
fredski
Re: "This XML file does not appear to have any style information..."
  • 2005/7/6 9:38

  • fredski

  • Quite a regular

  • Posts: 265

  • Since: 2004/1/26


Did anyone clear this problem up?



32
fredski
Re: [myMEDIA] Test my new media manager module
  • 2005/6/10 15:38

  • fredski

  • Quite a regular

  • Posts: 265

  • Since: 2004/1/26


Quote:

toddherrold wrote:
I like the direction you're going with the page formatting. Solo is aware of the thumbnail sizing issue, as well as the issue with not showing the media's image, but rather the section page image over and over.


Thanks :)

It seems that this piece of code in content.php might be the cause
//Défini la largeur des logos
if ($artimage AND $xoopsModuleConfig['navlink_type'] == 'list' AND $xoopsModuleConfig['tags']){
    
$logo XOOPS_URL '/'$xoopsModuleConfig['sbuploaddir'] .'/'$artimage;
    
$image_size =      getimagesize("$logo");
    
$logo_width =    $image_size[0];
    
$logo_width $logo_width 3;
    if (
$xoopsModuleConfig['logo_width']) {
    
$xoopsModuleConfig['logo_width'] = $xoopsModuleConfig['logo_width']/3;
        if (
$xoopsModuleConfig['logo_width'] <= $logo_width) {
    
$logo_width " width='".$xoopsModuleConfig['logo_width']."'";
        } else {
    
$logo_width " width='".$logo_width."'";
        }
    }
    
$logo '<img src="'.XOOPS_URL '/'$xoopsModuleConfig['sbuploaddir'] .'/'$myrow['artimage'].'" alt="'.$myts->makeTareaData4Show($subject).'" align="absmiddle"'.$logo_width.' />';
} else {
    
$logo '';
}


Seems to be reducing each image by a third each time as it's requested to repeat for each.

I've added the tell a friend and Now I'm half way through adding the ratings, but as I'm not a php coder in any way shape or form I'm struggling a little. But you can visit the link to my module above to keep track of how I'm doing :)



33
fredski
Re: [myMEDIA] Test my new media manager module
  • 2005/6/9 14:51

  • fredski

  • Quite a regular

  • Posts: 265

  • Since: 2004/1/26


I've also noticed that the thumbnail images in the page list are all displaying that pages image, and not the individual images for each page listed :( ? They also reduce in size as they go down too. ie

media1 - medium logo
media2 - tiny logo
media3 - miniscule logo
media4 - no logo shown
media5 - no logo shown

all the same logo

Anyone know why?

Take a look at what I've been doing here:-

Ideal Viral Media



34
fredski
Re: [myMEDIA] Test my new media manager module
  • 2005/6/9 9:38

  • fredski

  • Quite a regular

  • Posts: 265

  • Since: 2004/1/26


I'm trying to get something like the following, please let me know if it can be done with Mymedia:-

Main Index Page
Resized Image

Media Category Index Page
Resized Image

Selected Media Page
Resized Image

This page needs a tell a friend box, because this module is to create sticky content.

Is all this possible? If so how hard would it be to do?

Any help would be much appreciated. Thanks

P.S
Other things to consider adding would be a submit media page, and a vote out of ten and display score next to each media.



35
fredski
Re: Xoops Link Problem
  • 2005/5/13 12:45

  • fredski

  • Quite a regular

  • Posts: 265

  • Since: 2004/1/26


Anyone ??



36
fredski
Xoops Link Problem
  • 2005/5/12 13:09

  • fredski

  • Quite a regular

  • Posts: 265

  • Since: 2004/1/26


My link in the footer of my page to XOOPS has a problem.

Powered by XOOPS 2.0 © 2001-2003 The XOOPS Project
has the hyperlink
http://www.ideal-handling.com/%5C%22https://xoops.org/%5C%22


Anyone know why this is? I don't like the idea of broken links on my pages :(



37
fredski
Empty Admin Section
  • 2005/5/9 12:35

  • fredski

  • Quite a regular

  • Posts: 265

  • Since: 2004/1/26


My Host has recently moved my domain to a faster server on his system. Everything on the site works as normal, but when I go log into the admin section, it's empty, theres nothing there.
The header logo is there, the control panel home | XOOPS news bar is there, the left column menu is there, but theres nothing in it, zip, nadda, empty.

Anyone know what may be the cause of this????



38
fredski
Re: Random Poll Block?
  • 2005/4/21 9:26

  • fredski

  • Quite a regular

  • Posts: 265

  • Since: 2004/1/26


This was first requested in August 2003 and I havn't heard of anyone attempting this mod yet, so don't hold your breath.

But yes it would be a cool feature to have.



39
fredski
Re: Multi-sites - help me test it properly?
  • 2005/4/19 15:44

  • fredski

  • Quite a regular

  • Posts: 265

  • Since: 2004/1/26


Thanks for the reply mithrandir.

Yeah the site I have is what I want to clone.



40
fredski
Re: Multi-sites - help me test it properly?
  • 2005/4/19 12:32

  • fredski

  • Quite a regular

  • Posts: 265

  • Since: 2004/1/26


Anyone attempted my above post?




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



Login

Who's Online

222 user(s) are online (139 user(s) are browsing Support Forums)


Members: 0


Guests: 222


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