1
Fastian
Re: Editing Keywords
  • 2006/3/3 18:18

  • Fastian

  • Not too shy to talk

  • Posts: 156

  • Since: 2005/6/6 0


This is really an issue for me.
I can’t seem to find any way to edit keywords.

If I upload 200+ images using batch upload, how can I edit keywords later??

Do I need to start a new Post?? I don’t think I m going to get any reply here
I m not a Programmer
BUT
I m a Good Learner



2
Fastian
Re: Changing the look of download module
  • 2006/3/1 20:16

  • Fastian

  • Not too shy to talk

  • Posts: 156

  • Since: 2005/6/6 0


Anyone ??
I need help, i cant do it on my own.
Can it be done only by editing some html file or it need changes in some php files as well ??

I just find a link that is somewhat close to what i m trying to do.

http://www.mess.be/pafiledb/pafiledb.php?action=viewall

Certainly its not XOOPS related. But can this be done ?
I m not a Programmer
BUT
I m a Good Learner



3
Fastian
Re: Editing Keywords
  • 2006/2/28 18:55

  • Fastian

  • Not too shy to talk

  • Posts: 156

  • Since: 2005/6/6 0


Continuing this thread

I am using batch upload to add images.

Now I cant seem to find how can I edit the keywords of a pic?

I don’t mind editing the keyword by going through phpMyAdmin, can someone help me a bit here. I need some details how to do it safly.

How can I edit Keywords of a particular album?? By any means.
(I mean adding the same keyword for all the pictures in one album)
I m not a Programmer
BUT
I m a Good Learner



4
Fastian
Changing the look of download module
  • 2006/2/28 18:21

  • Fastian

  • Not too shy to talk

  • Posts: 156

  • Since: 2005/6/6 0


Hi

I want to change the look of download module. Currently I am using PDdownloads 1.2.
What I want is the download should appear like

File Name- Download ------ Download count--Size--Date
File1 - Click here----- 52 --3mb-- 4/2006
File2 - Click here----- 2 --4mb-- 4/2006

When user clicks on File name, He sees the detail page like the normal one. And when he click on the download button,(Click here) The download starts.

Is this realizable ???

If it could be done with PD-downlaod it will be a Plus Point.
I m not a Programmer
BUT
I m a Good Learner



5
Fastian
Re: A Little Help With --- xcgal 2.0.2
  • 2006/2/10 21:42

  • Fastian

  • Not too shy to talk

  • Posts: 156

  • Since: 2005/6/6 0


I found out the solution myself.
I dont know why no one else got this issue but there seems to be a little problem in xcgal/admin/header.php

header.php look like this
<?php
require('../include/init.inc.php');
include 
'../../../include/cp_header.php';

if ( 
file_exists("../language/".$xoopsConfig['language']."/admin.php") ) {
        include_once 
"../language/".$xoopsConfig['language']."/admin.php";
} else {
        include_once 
"../language/english/admin.php";
}
include_once 
XOOPS_ROOT_PATH."/include/xoopscodes.php";
include_once 
XOOPS_ROOT_PATH.'/class/module.errorhandler.php';
$myts =& MyTextSanitizer::getInstance();
$eh = new ErrorHandler;

echo 
"<table><tr><td><b><a href='index.php'>INDEX</a></b></td>
<td align='center'>
<b><a href='catmgr.php'>"
._AM_CATMNGR."</a></b>&nbsp;::&nbsp;
<b><a href='usermgr.php'>"
._AM_USERMNGR."</a></b>&nbsp;::&nbsp;
<b><a href='groupmgr.php'>"
._AM_GROUPMNGR."</a></b><br />
<b><a href='searchnew.php'>"
._AM_BATCHADD."</a></b>&nbsp;::&nbsp;
<b><a href='ecardmgr.php'>"
._AM_ECARDMNGR."</a></b>&nbsp;::&nbsp;
<b><a href='../editpics.php?mode=upload_approval'>"
._AM_PICAPP."</a></b>
</td></tr> </table>
<br /><hr />"
;
?>


But it should be
<?php
require('../include/init.inc.php');
include 
'../../../include/cp_header.php';

if ( 
file_exists("../language/".$xoopsConfig['language']."/admin.php") ) {
        include_once 
"../language/".$xoopsConfig['language']."/admin.php";
} else {
        include_once 
"../language/english/admin.php";
}
include_once 
XOOPS_ROOT_PATH."/include/xoopscodes.php";
include_once 
XOOPS_ROOT_PATH.'/class/module.errorhandler.php';
$myts =& MyTextSanitizer::getInstance();
$eh = new ErrorHandler;
?>


That is, REMOVE echo statements.
I m not a Programmer
BUT
I m a Good Learner



6
Fastian
Re: A Little Help With --- xcgal 2.0.2
  • 2006/2/10 18:51

  • Fastian

  • Not too shy to talk

  • Posts: 156

  • Since: 2005/6/6 0


Anyone ? ?
I m not a Programmer
BUT
I m a Good Learner



7
Fastian
A Little Help With --- xcgal 2.0.2
  • 2006/2/9 18:56

  • Fastian

  • Not too shy to talk

  • Posts: 156

  • Since: 2005/6/6 0


I just installed xcgal 2.0.2 and I am having a little problem with it.

When I go to the admin menu for the module it doesn’t look right. The font size Increases with no reason. The options appear above XOOPS header as well.

See the picture below.

http://img219.imageshack.us/my.php?image=image14bu.jpg

For this reason when I go to Group Manager I can’t see last option. Cant Change it

http://img341.imageshack.us/my.php?image=image27bk.jpg

I am using XOOPS 2.0.13.2
I check it with both IE & Fire Fox
I m not a Programmer
BUT
I m a Good Learner



8
Fastian
Re: inbetween. .. The best ?
  • 2006/2/9 17:42

  • Fastian

  • Not too shy to talk

  • Posts: 156

  • Since: 2005/6/6 0


I started this thread to get help for Tiny editor. But I guess I have found The Best alternative for it. inbetween is really what I was looking for. The added permission & toolset make it perfect for my needs.

Tinyeditor has a small bug in it. It was giving trouble with picture upload as my XOOPS is on subdirectory. This is not the case with inbetween.

frankblack

I have a question for U

With tinyeditor, I was able to go through the whole upload directory when using Image Manager. That makes possible to use an image if it is uploaded else where.

With inbetween, I can’t move up. I am restricted in its directory. May be this is coz of the per-user directories feature.

But is that possible that keeping all these features intact, I can move in upload directory?

One more thing. The English language file for Image Manager plugin is not entirely in English. Just one thing I noticed.
I m not a Programmer
BUT
I m a Good Learner



9
Fastian
Re: TinyEditor .. Is this possible ?
  • 2006/2/8 11:06

  • Fastian

  • Not too shy to talk

  • Posts: 156

  • Since: 2005/6/6 0


6.37 mb of zip file. That must be something very smart. I guess it will have all available options as an editor. I am going to try it on my local server.

About TinyEditor, Does this way of permission need so many changes??

Isn’t that possible like

if(admin)
theme="Advanced"
else
theme="Simple"

By changing in some files ??
I m not a Programmer
BUT
I m a Good Learner



10
Fastian
TinyEditor .. Is this possible ?
  • 2006/2/7 23:51

  • Fastian

  • Not too shy to talk

  • Posts: 156

  • Since: 2005/6/6 0


Hi

I just installed this editor and Waooo. It’s really Amazing. Having so many options makes formatting very easy.

Just one thing will make this Perfect for me

In Editor's theme I have three options
"default" , "simple" & "Advanced"

Is this possible that As a Webmaster, I always get "Advanced" theme and Registered users get "simple" theme???

My users don’t need to have that many options and this will only confuse them.

On the other hand, I will love to use them.

I m using XOOPS 2.0.13.2
I m not a Programmer
BUT
I m a Good Learner




TopTop
(1) 2 3 4 ... 13 »



Login

Who's Online

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


Members: 0


Guests: 244


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits