21
DIDI5
Re: This has been driving me nuts...
  • 2006/6/11 10:16

  • DIDI5

  • Just popping in

  • Posts: 36

  • Since: 2006/3/24


((From Photoshop))
Microsoft sans serif ,
Zurich EX BT are also pretty close to that
on top of that , you can get veeeeeeeeeeery close to it by playing with the SCALE of the font.



22
DIDI5
htacces
  • 2006/6/9 6:55

  • DIDI5

  • Just popping in

  • Posts: 36

  • Since: 2006/3/24


I was surfing and I came across this!!!
Perhaps it could be of some use to many.

A .htacces generator.

to have it goto:http://www.bitesizeinc.net/project/htaccesser

..before you try to do anything,
visit the comprehensive guide to .htaccess, -http://www.javascriptkit.com/howto/htaccess.shtml



23
DIDI5
Re: How to remove all smilies?
  • 2006/6/6 18:47

  • DIDI5

  • Just popping in

  • Posts: 36

  • Since: 2006/3/24


in the
include/xoopscodes.php
or in the
xoopsform/formdhtmltextarea.php

there should be a line which start like this
<a href='#moresmiley' .............
you either remove it or slash it twice ///infront.

back up first!



24
DIDI5
Re: Removing border around xoops banner?
  • 2006/5/2 19:24

  • DIDI5

  • Just popping in

  • Posts: 36

  • Since: 2006/3/24


try.
openfile: yoursite/modules/system/admin/banners/banners.php

line: #268 or 271 or somewhere close

} else {
echo "<img src='$imageurl' alt='' " border='0'/>";

add the value of the border.


or easier again,
in your cascade style sheet define the the value for border of images.
do something like.

}
img {border: 0px;
}



25
DIDI5
Re: problems with the editor
  • 2006/4/25 12:16

  • DIDI5

  • Just popping in

  • Posts: 36

  • Since: 2006/3/24


Don't know why.
again give a go with this one
the first try , was to view the item.

this one is when you will post the item

In your 'submit1.php' CATADS, on line #288 or near to that you will find this line below try

replace this line
$ads['description']= $ts->previewTarea($ads_desc);

with is one below
$ads['description']= $ads_desc;

back up first. otherwise I would not know what next.



26
DIDI5
Re: Listing members
  • 2006/4/24 18:42

  • DIDI5

  • Just popping in

  • Posts: 36

  • Since: 2006/3/24


I think "xoopsmembers" was packed with the older version, 2.0.X.
And you can search members , by email by name, by any fields..
Very good module indeed.

Author:>.Kazumi Onohttp://www.myweb.ne.jp/

But've no idea if its work on the lates version.



27
DIDI5
Re: Kiovi Editor implementation???
  • 2006/4/24 17:48

  • DIDI5

  • Just popping in

  • Posts: 36

  • Since: 2006/3/24


Adding Kiovi Editor to block.
If
You have a copy of "wysiwyg" placed in your "class"(folder).
Then, try this.

include the following.

include XOOPS_ROOT_PATH . "/class/wysiwyg/formwysiwygtextarea.php";
<<==in your "class/xoopsformloader.php"!

now open up your >>>modules\system\blocks/system_block.php
find line #56 (I think...)

replace
$form->addElement(new XoopsFormDhtmlTextArea(_MB_SYSTEM_CONTENT, 'options[0]', htmlspecialchars($ts->stripSlashesGPC($options[0]), ENT_QUOTES), 15, 60));

with

$form->addElement(new XoopsFormwysiwygTextArea(_MB_SYSTEM_CONTENT, 'options[0]', htmlspecialchars($ts->stripSlashesGPC($options[0]), ENT_QUOTES), 15, 60));


there you go.
at your own risk.



28
DIDI5
Re: problems with the editor
  • 2006/4/24 16:32

  • DIDI5

  • Just popping in

  • Posts: 36

  • Since: 2006/3/24


Okay , just trying to help here.
Where is the problem?
Is it in the [.b] if it is in the [.b] you only have to close it. I am sure you know that better than I do.

The [.br] is for a line break (fullstop addedhere)
and I have no idea about [/br]

When it comes to the CATADS.
in the description text this could happen.
Dont ask me why.I just don't konw why.

But try this solution at your own risk.
>> FOR THE CATADS.

On the "adsitem.php" in the folder of catads
Find this line below, could be on line #160

$annonce['description'] = $ts->displayTarea($ads->getVar('ads_desc'), 0, 1, 1);

slash // it twice or more infront of it, or delete it.

and paste this oneline just below it.

$annonce['description']= $ads->getVar('ads_desc');

Don't worry if you are using multilang, it will still show up rightly.
--------------------------------------------------------------------------------

Use the above at your own risk and don't forget to back up your file before.

For the CBB after I successfully chase my son away from the work place, I will try and see, no promise here, just out of curiosity.



29
DIDI5
Re: Listing members
  • 2006/4/24 6:51

  • DIDI5

  • Just popping in

  • Posts: 36

  • Since: 2006/3/24


'XOOPSMEMBERS' is doing that.
just install it.



30
DIDI5
Re: Add more fields in registation form
  • 2006/4/12 6:23

  • DIDI5

  • Just popping in

  • Posts: 36

  • Since: 2006/3/24


Yes quite some work in there.

You can add as many fields as you wish to the registration form.

first try take a look at the following..
1.....kernel/user.php
2...system/admin/findusers/main.php
3...system/admin/users/main.php
4./edituser.php
5.class/modulehandler.php
6.class/xoopscomment.php.
7.system/admin/finduser.php
8.system/users/main.php/
9.dont forget you database as requested above, to add the new corresponding fields, otherwise there will be no where to write the new added info.
10.the corressponding templates to display the new fields/ info..
11.the language to define.

if you have installed xoopsmembers module then.. /index.php
((this from what i know about the older version --2.0.9XX ..the latest i have no idea))




TopTop
« 1 2 (3) 4 »



Login

Who's Online

244 user(s) are online (162 user(s) are browsing Support Forums)


Members: 0


Guests: 244


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