31
rpilney
Re: My Links Error Message Help
  • 2007/2/22 20:13

  • rpilney

  • Just popping in

  • Posts: 76

  • Since: 2006/1/25


maybe try this one. sounds a little better than mylinks

https://xoops.org/modules/repository/singlefile.php?cid=40&lid=1473



32
rpilney
Re: can't remove mod's from dir
  • 2007/2/21 14:46

  • rpilney

  • Just popping in

  • Posts: 76

  • Since: 2006/1/25


I had some uninstalled modules that showed up at the bottom without images (because the modules were not complete I guess) that I finally just went in and deleted the darn things from my file directory.

Not suggesting that is a fix for you but that is what I had to do to get rid of it. It was not causing me any problems just bugged me to see these things sitting at the bottom of the module admin screen all the time.

to your issue if I had that problem I would look at cache settings, clearing the cache on your XOOPS cache folder (read that they rebuild on their own).

maybe this will head you in the right direction. also update your system module and see if that does it.

Just wanted to reply. I hate it when my posts go without some kind of suggestion. Good luck! :)



33
rpilney
Re: xComics 2.0 RC1
  • 2007/2/21 14:36

  • rpilney

  • Just popping in

  • Posts: 76

  • Since: 2006/1/25


solved it on my own..

here is the corrected code should anyone care to know.

$xComics = New xComics();

// url:http://www.tundracomics.com/strips/2007-2-15.gif
$url_to_image = $xComics->build_image_url('1', 'tn');
$url_to_image = "http://www.tundracomics.com/strips/".date('Y-n-j').".gif";
if(!$xComics->exists_image($url_to_image))
{
# set picture to two days ago (sometimes yesterday does not show)
unset($url_to_image);
$twodaysago = date('Y-n-j', mktime(0, 0, 0, date("m"), date("d")-2, date("Y")));
$url_to_image = "http://www.tundracomics.com/strips/". $twodaysago .".gif";
#$xComics->back_in_time('4', '2', 'tn');
}



34
rpilney
Re: avatar help
  • 2007/2/20 19:37

  • rpilney

  • Just popping in

  • Posts: 76

  • Since: 2006/1/25


I take that back. it does work. I just created a test account and it worked. my apologies.



35
rpilney
Re: avatar help
  • 2007/2/20 19:30

  • rpilney

  • Just popping in

  • Posts: 76

  • Since: 2006/1/25


sounded like a good idea. I tried to change the blank image file to a defailt one but no luck. The user has to have an avatar. I guess you could load that one avatar and not allow uploading any others. dunno. Would be nice to have one in as default and then the user can go change it.

I am sure with some customizing it can be done but that would be allot of work for me and not do much since we suggest members choose one anyway instead of leaving it blank. lol



36
rpilney
Re: avatar, rank, smilies "need help"
  • 2007/2/20 19:01

  • rpilney

  • Just popping in

  • Posts: 76

  • Since: 2006/1/25


pm me with a link to your site and I will have a look if you want. they should be in your uploads folder on your site. right click on one of those x's and see what the properties are for it. See what that says.

file names start with smil



37
rpilney
Re: xComics 2.0 RC1
  • 2007/2/16 17:28

  • rpilney

  • Just popping in

  • Posts: 76

  • Since: 2006/1/25


Quote:

rpilney wrote:
I am trying to add this comic. Since I don't know how to actually code I used one of the other comics in the list and used the info from the new one to replace the data best I could.

and guess what... it's not working

here is what I have. Anyone help me with this so I know what I did wrong? Please...

Thanks

RE:

Quote:


$xComics = New xComics();

// url:http://www.tundracomics.com/strips/2007-2-15.gif
$url_to_image = $xComics->build_image_url('1', '2007-');

if(!$xComics->exists_image($url_to_image))
{
unset($url_to_image);

$xComics->back_in_time('4', '1', '2007-');
}




38
rpilney
Re: xComics 2.0 RC1
  • 2007/2/16 5:57

  • rpilney

  • Just popping in

  • Posts: 76

  • Since: 2006/1/25


I am trying to add this comic. Since I don't know how to actually code I used one of the other comics in the list and used the info from the new one to replace the data best I could.

and guess what... it's not working

here is what I have. Anyone help me with this so I know what I did wrong? Please...

Thanks

RE:

Quote:


$xComics = New xComics();

// url:http://www.tundracomics.com/strips/2007-2-15.gif
$url_to_image = $xComics->build_image_url('1', '2007-');

if(!$xComics->exists_image($url_to_image))
{
unset($url_to_image);

$xComics->back_in_time('4', '1', '2007-');
}




39
rpilney
Re: I need to hire help to edit the Members module
  • 2007/2/7 21:32

  • rpilney

  • Just popping in

  • Posts: 76

  • Since: 2006/1/25


what he said. sorry rosie but I knew there was some options to look into. I am fairly new myself.

Quote:

JMorris wrote:
rpilney,

The layout of that page is not defined by your theme. It is defined either directly in the module itself or in the module's templates.

rosie,

You can edit this by cloning your default template set and making adjustments to the module there. If there isn't an option for that module in your templates, and you're not comfortable modifying the php code, then it may be best to hire someone to modify it to suite.

HTH.

James



40
rpilney
Re: I need to hire help to edit the Members module
  • 2007/2/7 20:39

  • rpilney

  • Just popping in

  • Posts: 76

  • Since: 2006/1/25


this can be done by editing the template for the theme you are using and the style sheet for that theme.

Quote:

rosie wrote:
Hi I need to hire someone to help me edit the Members Module.
If it is possible to edit it that is.

What I would like to do is for example, on this site when you click the "Members" link over on your left it takes you here:
https://xoops.org/modules/xoopsmembers/

What I want to do is by pass that page and have it so that when you click on the "Members" link it takes you directly to:
https://xoops.org/modules/xoopsmembers/index.php

Once there on the Members Index page I'd like to edit the form to have the fields:
Avatar UserName RealName Address Phone Email PM URL Joined Date

Instead of:
Avatar UserName RealName Email PM URL Joined Date Last login Number of posts

Can this be done and can you help me do it?
If so please pm or answer here I'll be checking back.
Thank you




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



Login

Who's Online

243 user(s) are online (151 user(s) are browsing Support Forums)


Members: 0


Guests: 243


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