31
voddie
Re: image manager problems
  • 2005/7/19 10:54

  • voddie

  • Just popping in

  • Posts: 71

  • Since: 2003/10/20


The missing text from my post is Quote:
Resized Image
To ask the hard question is simple



32
voddie
image manager problems
  • 2005/7/19 10:53

  • voddie

  • Just popping in

  • Posts: 71

  • Since: 2003/10/20


Hi

I have only recently started utilising the image manager.

Everything seems to work ok for uploading to directory and to choose from directory.

The problem is the image doesn't show on the page.

I have created an entry using just text and have called the image manager which places this code into the page

Resized Image

When I look at the page, the image doesn't appear, and if i go to code view it is displayed as:

<img hspace='5' src="http://mysite.com/cms/uploads/img hspace='5'42d9258838e58.jpg" align="left" alt="" />

Somehow i have hspace='5' between the name of the image.

Any ideas where I should start looking for a solution?

I am lso wanting to change the popup window for the im,age manager, which file or template should i be looking at?

Thanks in advance for any help

Voddie
To ask the hard question is simple



33
voddie
Re: Customising the registration page
  • 2005/6/30 15:46

  • voddie

  • Just popping in

  • Posts: 71

  • Since: 2003/10/20


Hi M0nty

Yep, andy@voddie.com, cheers mate, will converse thro that media

Voddie
To ask the hard question is simple



34
voddie
Re: Customising the registration page
  • 2005/6/30 13:12

  • voddie

  • Just popping in

  • Posts: 71

  • Since: 2003/10/20


Very true

It would be a nightmare!

Voddie
To ask the hard question is simple



35
voddie
Re: Customising the registration page
  • 2005/6/30 12:47

  • voddie

  • Just popping in

  • Posts: 71

  • Since: 2003/10/20


Cheers M0nty

Ideally the dropdown should be called "location"

The selections being

North East
North West
South East
South West
Midlands
East Anglia
Scotland
Wales

Would be terrific! any other changes I will do by following your code examples.

Thanks in advance M0nty

Voddie
To ask the hard question is simple



36
voddie
Re: Customising the registration page
  • 2005/6/30 12:19

  • voddie

  • Just popping in

  • Posts: 71

  • Since: 2003/10/20


Thanks for the response

You couldn't help me with creating the class by any chance? or provide me with an example?

My php skills aren't that advanced

Voddie
To ask the hard question is simple



37
voddie
Re: Customising the registration page
  • 2005/6/30 11:24

  • voddie

  • Just popping in

  • Posts: 71

  • Since: 2003/10/20


Hi m0nty

Checked out the link., very cool, so it can be done! great


Do you know how to do select (drop down)?

ie County - Yorkshire, Midlands, south etc to choose from?

Thanks in advance

Voddie
To ask the hard question is simple



38
voddie
Customising the registration page
  • 2005/6/30 1:22

  • voddie

  • Just popping in

  • Posts: 71

  • Since: 2003/10/20


Hi

Can anyone point me in the right direction?

Im trying to customise the registration page and the info it gathers, along with user info.

I have followed the tutorial at this site and feel confident to add other fields.

Before I attempt to edit all these files and the database:

Has this tutorial been correct for someone? ie any typos?

Is it safe to change the existing names ie ICQ to Hobbies?

Has anyone successfully added a drop down selection boxes, checkboxes etc? If so how?

I was going to alter the timezone but it is way beyond my coding skills with the offset function.

Any help, assistance, and sniggers most welcome.

Thanks in advance

Voddie
To ask the hard question is simple



39
voddie
Character lengths in mylinks "recent links"
  • 2005/6/6 23:26

  • voddie

  • Just popping in

  • Posts: 71

  • Since: 2003/10/20


Hi

Could someone please assist me...

I have mylinks and mydownloads installed, both have recent links/recent downloads as blocks.

The character length for the link is set somewhere to a number, ie the title is cut short and followed by ...

I searched the admin section but cannot find anywhere to change the character length so supposed its within the following php code:

function b_mylinks_top_show($options) {
global $xoopsDB;
$block = array();
$myts =& MyTextSanitizer::getInstance();
$result = $xoopsDB->query("SELECT lid, cid, title, date, hits FROM ".$xoopsDB->prefix("mylinks_links")." WHERE status>0 ORDER BY ".$options[0]." DESC",$options[1],0);
while($myrow = $xoopsDB->fetchArray($result)){
$link = array();
$title = $myts->makeTboxData4Show($myrow["title"]);
if ( !XOOPS_USE_MULTIBYTES ) {
if (strlen($myrow['title']) >= $options[2]) {
$title = $myts->makeTboxData4Show(substr($myrow['title'],0,($options[2] -1)))."...";
}
}

Am I looking in the right direction? do i need to edit the function to show the full title name and not truncate it?

Thanks in advance

Voddie



40
voddie
Re: Error message in Evennews 2.1
  • 2005/6/2 10:44

  • voddie

  • Just popping in

  • Posts: 71

  • Since: 2003/10/20


Hi Davidl2

Thanks for the speed response and solution.

Top Man!

Voddie




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



Login

Who's Online

194 user(s) are online (130 user(s) are browsing Support Forums)


Members: 0


Guests: 194


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