41
Reintjan
Re: Extended profiles on 2.3RC2
  • 2008/9/24 10:32

  • Reintjan

  • Not too shy to talk

  • Posts: 144

  • Since: 2005/3/17


Still same problem in definite version. When I have debug on I don't see field adres selected from database so I think userinfo.php is not using new defined fields....

Anyone?
Be smart, stay smart. Stay one step ahead...



42
Reintjan
Extended profiles on 2.3RC2
  • 2008/9/17 13:54

  • Reintjan

  • Not too shy to talk

  • Posts: 144

  • Since: 2005/3/17


When using extended profile module in RC2 I added a field address, made it searchable, editable and all rights for access set but...

When displaying a profile the field does not show.... Only in edit profile not in viewing...
Be smart, stay smart. Stay one step ahead...



43
Reintjan
Re: who's online
  • 2008/9/17 11:35

  • Reintjan

  • Not too shy to talk

  • Posts: 144

  • Since: 2005/3/17


Every module has a folder called language with subfolders for the languages supported. If you want to translate a module to your language make a new folder in language called nederlands (for dutch language) and copy the files from the folder english in this folder. Translate all defines, upload to your server and select correct language in your settings
Be smart, stay smart. Stay one step ahead...



44
Reintjan
Re: ImageManager - Replacement - Long Post!...
  • 2008/9/11 10:21

  • Reintjan

  • Not too shy to talk

  • Posts: 144

  • Since: 2005/3/17


Will this fabulous option be implemented in XOOPS 2.3? I can't find it in RC2
Be smart, stay smart. Stay one step ahead...



45
Reintjan
Re: Simple Gallery
  • 2008/9/9 10:53

  • Reintjan

  • Not too shy to talk

  • Posts: 144

  • Since: 2005/3/17


I had the same problem because my server could not use the address defined in settings.php because in 1 case it needed a slash, the other did not... See my posting about this last year:

Solution to fix Simple Gallery
Be smart, stay smart. Stay one step ahead...



46
Reintjan
Re: can users upload their own avatars through their profile?
  • 2008/8/15 9:38

  • Reintjan

  • Not too shy to talk

  • Posts: 144

  • Since: 2005/3/17


Does your file also fit size limits you defined? If you define 15000 bits as max size an image of 15k will be too large for uploading because 1k = 1024 bits

Hope this works out for you...
Be smart, stay smart. Stay one step ahead...



47
Reintjan
Re: how to download module WF-Sections
  • 2008/7/31 10:44

  • Reintjan

  • Not too shy to talk

  • Posts: 144

  • Since: 2005/3/17


Probably your Internet Explorer is blocking the download because the link to the file is working fine... Watch if you see a line coming up in top of your screen saying download is blocked and choose to download the file then...

Sccs
Be smart, stay smart. Stay one step ahead...



48
Reintjan
Re: formdhtmltextarea.php and xoopscodes.php
  • 2008/7/14 11:32

  • Reintjan

  • Not too shy to talk

  • Posts: 144

  • Since: 2005/3/17


corrected files can be found here: Click link
Be smart, stay smart. Stay one step ahead...



49
Reintjan
Re: formdhtmltextarea.php and xoopscodes.php
  • 2008/7/14 11:14

  • Reintjan

  • Not too shy to talk

  • Posts: 144

  • Since: 2005/3/17


In my last post I copied some code for xoops.js but it's not displayed correctly. It displays www.xoops.org instead of siteurl + text....

Looks like an error in inserting code?????

I will send you the correct files as pm....
Be smart, stay smart. Stay one step ahead...



50
Reintjan
Re: formdhtmltextarea.php and xoopscodes.php
  • 2008/7/14 11:08

  • Reintjan

  • Not too shy to talk

  • Posts: 144

  • Since: 2005/3/17


Can you please add the following code in the next core then?

This will make it possible to use siteurl through the dhtmleditor opening links inside a website on the same page...

in class\xoopsform\formdhtmltextarea.php

insert after line 135:

"<img onmouseover='style.cursor="hand"' src='".XOOPS_URL."/images/siteurl.gif' alt='siteurl' onclick='xoopsCodeSiteUrl("".$ele_name."", "".htmlspecialchars(_ENTERURL, ENT_QUOTES)."", "".htmlspecialchars(_ENTERWEBTITLE, ENT_QUOTES)."");' />&nbsp;".


in include\xoops.js

insert after line 246:

function xoopsCodeSiteUrl(identerUrlPhraseenterWebsitePhrase){
    if (
enterUrlPhrase == null) {
        
enterUrlPhrase "Enter the URL of the link you want to add:";
    }
    var 
text prompt(enterUrlPhrase"");
    var 
domobj xoopsGetElementById(id);
    if ( 
text != null && text != "" ) {
        if (
enterWebsitePhrase == null) {
            
enterWebsitePhrase "Enter the web site title:";
        }
        var 
text2 prompt(enterWebsitePhrase"");
        if ( 
text2 != null ) {
            if ( 
text2 == "" ) {
                var 
result "[siteurl=" text "]" text "[/siteurl]";
            } else {
                var 
pos text2.indexOf(unescape('%00'));
                if(
pos){
                    
text2 text2.substr(0,pos);
                }
                var 
result "[siteurl=" text "]" text2 "[/siteurl]";
            }
            
xoopsInsertText(domobjresult);
        }
    }
    
domobj.focus();
}


upload Resized Image and Resized Image

to images folder....

Now you can select in dhtm editor how links should be handled...

Editing is done based on XOOPS 2.0.18
Be smart, stay smart. Stay one step ahead...




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



Login

Who's Online

137 user(s) are online (90 user(s) are browsing Support Forums)


Members: 0


Guests: 137


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