81
GIJOE
Re: C-Jay content 3 problems with sub-directory and custom main page
  • 2004/5/9 5:45

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


hi philroy.

Samuels -the GREAT- is making a class of XoopsForm with WYSIWYG in dev.xoops.org.
Though I don't know whether the class works well even on Mac browser,
it will works well on many browsers. (SPAW only works on IE >= 5.5 on the other hand)

I'll apply the class as one of the selectable editors into TinyD.



82
GIJOE
Re: smarty is pretty kick*ss
  • 2004/5/7 5:47

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


The feature of $smarty.const.CONSTNAME was implemented after Smarty 2.5 or 2.4

XOOPS <= 2.0.2 uses Smarty 2.3.0
XOOPS >= 2.0.3 uses Smarty 2.5.0

If you can cut off the users of XOOPS prior to 2.0.3, you may use the feature.
But I'll keep to assign language constants for users who has some reasons why he don't update XOOPS. (too many hacks or so on)



83
GIJOE
Re: help in tiny content
  • 2004/5/7 3:50

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


Perhaps, this is not an issue of Tiny Content, but an issue of style sheet of the theme you use.

You'd better the widths or aligns of <table> or <td> not by attributes - width="100%" align="left" - but by style sheet - <table style="width:100%;"> <td style="text-align:left:"> -



84
GIJOE
Re: Help Need - upload html with images
  • 2004/5/7 3:42

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


upload them via FTP.

if your html have a structure like this:
--+your.html
  
+images/--+image1.gif
            
+image2.gif
            
+ ...


if you use the original Tiny Content:
--+tinycontent--+content/--+your.html
                
+images/--+image1.gif
                          
+image2.gif
                          
+ ...


also usable in TinyD:
--+tinycontent--+content/--+your.html
                           
+images/--+image1.gif
                                     
+image2.gif
                                     
+ ...




85
GIJOE
Re: built in Tiny-D
  • 2004/5/6 1:32

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


Quote:

selwyn wrote:
maybe it's a good idea to put in a module for making links and sublinks in the main menu. I have tried freecontent, icontent and further...but nothing will work.

Do you mean submenu in TinyD ?
Since this idea is origined from chapi, the implementation of submenu exists in original TinyContent.

If you mean 'links' as 'item of main menu', Both iMenu and MultiMenu are good modules for you.

The true value of TinyD is that you can control the authorities of groups easily.
Though there are some modules which has Categories-Groups permissioning system (eg piCal), Modules-Groups permissioning system is easier than them.

And built-in global search in XOOPS will be stronger with "duplicatable module".

If someone search by keywords -folk-:
with single modules:
Quote:

my hobbies
silvers
strategies
american country dance


with duplicatad modules:
Quote:

Tablewares
silvers

Chess
strategies

Folk Dance
american country dance


I think the latter is easier to understand.
(I don't think this sample is good...)



86
GIJOE
Re: tiny content - no url link out?
  • 2004/5/6 1:00

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


It might be the third careless mistake of mine.

I don't prepare language files other than English and Japanese.
Although original TinyContent user wrote TinyD over original, the original language files are alive.

A user who speaks danish, french, german, nederlands, spanish, and tchinese will be face to undefined function. (A function is defined in language/*/main.php)

Thus I've prepared temporary language files.
Overwrite them, please.

Quote:
CHANGELOG:

2004-5-6 1.5mh010
- fixed the trouble which occurs in languages other than English
- added temporary language files of danish, french, german, nederlands, spanish, tchinese (Better language files are appriciated.)




87
GIJOE
Re: tiny content - no url link out?
  • 2004/5/5 20:42

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


hi selwyn.
Quote:

Hi, i have copied tinycontent D to my server, installed it, but i only see wrong things. When i add content , he puts the link in the main menu but whn i click on a submenu the page will leave blank.
I don't know what's wrong, maybe you can help me. I am using Xoops. 2.0.6

Did you overwrite original tinycontent in /modules/tinycontent ?

And tell me the result when you turn php debug on.
Also teach the following environment to me, if you can.

- your language
- server's OS
- server's PHP version

If your language is not English, rename the language files temporarily.

eg) if you use nederlands,
change /modules/tinycontent/language/nederlands to /modules/tinycontent/language/nederlands_backup



88
GIJOE
Re: XOOPS Dev Team: Would it be hard to propagate module name in all reference to the module?
  • 2004/5/5 20:01

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


I wrote the summary in
https://xoops.org/modules/news/article.php?storyid=1459&com_mode=thread&com_order=1&com_id=7353&com_rootid=7352

AFAIK eval() is a very resource-intensive function and should be avoided wherever possible.

Of course, I know that.
But in search and notification, it is not avoidable.

And although eval itself is a very resource-intensive function in fact, I don't think that the functions defined by eval() is a very resource-intensive.

Anyone has the bench mark?



89
GIJOE
Re: tiny content - no url link out?
  • 2004/5/5 19:22

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


hi selwyn.
Quote:

For me it's also not working. Have uploaded tinycontent0,1,2 etc.

When i want to add content the screen is full of _am_delete etc.

When i add content and have a look @ the site, the page stay blank. It won't work

Do you use symbolic links?
Or, is modules/tinycontent original?

Both modules/tinycontent and modules/tinycontent0,1,2 are needed as TinyD.

And it sounds strange, because TinyD don't use the constant _AM_DELETE.
Which language do you use ?
It is important that the language files are not compatible as original.
TinyD will not work good if you copied original's language files into TinyD.



90
GIJOE
Re: tiny content - no url link out?
  • 2004/5/5 19:10

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


Quote:

Rjupiter wrote:
Quote:

chapi wrote:
Did you use the wysiwyg editor in tinycontent? Perhaps this is the one who adds the slashes. Please deactivate the wysiwyg editor in this case. Copy the code again and see what happens ...

ok, did that and now it works, thanx.

I want to know the cause that slashes remains.
Is it the same on original Tiny Content ?

At least, both works good with my environment.




TopTop
« 1 ... 6 7 8 (9) 10 11 12 ... 21 »



Login

Who's Online

154 user(s) are online (135 user(s) are browsing Support Forums)


Members: 0


Guests: 154


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