1
rplima2004
Re: Show us the $$$....!
  • 2007/12/13 19:37

  • rplima2004

  • Just popping in

  • Posts: 70

  • Since: 2004/10/8


Please Mauricio, show me where it says that forbidden to support more than one project in the open source world or in XOOPS in particular. If I am breaking some rule please, withdraw me to the project.



2
rplima2004
Re: New functions in Xoops 2.0.18
  • 2007/11/4 22:41

  • rplima2004

  • Just popping in

  • Posts: 70

  • Since: 2004/10/8


Thanks.

It has a lot to be done still in the admin side of image manager, then it is ready I start develope the user side of manager.

Tomorrow I want to install a testing site so you can see in practice what has been done in the admin and once the work is progressing I will updating the site for testing.



3
rplima2004
Re: New functions in Xoops 2.0.18
  • 2007/11/3 12:27

  • rplima2004

  • Just popping in

  • Posts: 70

  • Since: 2004/10/8


Hi,

Really all you had good points of view here and i want to help.

If not import I would like to start working on improving the image manager.

As some already know, I created the option to automatically resize the images sent to where it exceeds the limits of the category and I have some other ideas.

Like:

- Subfolders in uploads folder (One for each category)
- Options to manipulate and apply filters on the images
- Option to create thumbnails
- Option to use some effect to show the image like lightbox for example
- And more...

Regards



4
rplima2004
Re: news module: pages in article
  • 2007/11/1 16:46

  • rplima2004

  • Just popping in

  • Posts: 70

  • Since: 2004/10/8


Hi,

Insert in the text a [pagebreak] where you can that the new page start.

Like this.

text page 1
[pagebreak]
text page 2
[pagebreak]
text page 3

I hope that this help you.

Regards



5
rplima2004
Re: xhld0 - remove headline name in block
  • 2007/10/31 11:45

  • rplima2004

  • Just popping in

  • Posts: 70

  • Since: 2004/10/8


Hi,

You can edit the file modules/xhld0/templates/xhld0_block.html

Remove or comment the code bellow:

Quote:

<a href="<{$site_url|escape}>" target="_blank"><{$site_name|escape}></a><br />


Regards



6
rplima2004
Re: a question about blocks?
  • 2007/10/29 12:02

  • rplima2004

  • Just popping in

  • Posts: 70

  • Since: 2004/10/8


Let's see if I understand.

You have 2 themes on your site, 1 which has the right and left columns and another only the left. And you would like that the theme that has only the left column to be displayed the blocks on both in this place, I am sure?

If this even what you want, you simply copy the loop of blocks of the right column of a theme for the left column of another theme, which is subsequently with both loops in the same column.

understand?

Any doubt that may have still ask here that we will respond

Regards



7
rplima2004
Re: News Module
  • 2007/10/29 11:42

  • rplima2004

  • Just popping in

  • Posts: 70

  • Since: 2004/10/8


Hi zerho,


You can open the file XOOPS/modules/news/xoops_version.php in a text editor and delete or coment the lines above:

Quote:

$modversion['sub'][$i]['name'] = _MI_NEWS_SMNAME2;
$modversion['sub'][$i]['url'] = "archive.php";


Quote:

if ($cansubmit) {
$i++;
$modversion['sub'][$i]['name'] = _MI_NEWS_SMNAME1;
$modversion['sub'][$i]['url'] = "submit.php";
}
unset($cansubmit);


Quote:

$i++;
$modversion['sub'][$i]['name'] = _MI_NEWS_TOPICS_DIRECTORY;
$modversion['sub'][$i]['url'] = "topics_directory.php";


Regards



8
rplima2004
Re: Any Smarty way to check we are in front page of a site?
  • 2007/10/26 12:32

  • rplima2004

  • Just popping in

  • Posts: 70

  • Since: 2004/10/8


Hi,

With no hack on core files i don't know, but in my sites i made something like this:

in header.php
Quote:

if ($_SERVER['PHP_SELF'] == '/index.php'){
$xoopsTpl->assign( 'isIndex', true );
}else{
$xoopsTpl->assign( 'isIndex', false );
}


in theme.html
Quote:

<{if $isIndex}>
.... some code here .....
<{/if}>


If anyone have a best way to do this, please let us know.

Regards



9
rplima2004
Re: mastop_publish plugin for sitemap 1.30
  • 2007/10/15 19:35

  • rplima2004

  • Just popping in

  • Posts: 70

  • Since: 2004/10/8


I made this plugin some days ago.

Click here to download a copy.

Regards



10
rplima2004
Re: Testing Xoops Total 2.0.18 Package.
  • 2007/10/11 13:27

  • rplima2004

  • Just popping in

  • Posts: 70

  • Since: 2004/10/8


Quote:

I didn't find any credits
what about a readme file if
you're releasing others work
it sounds fair to give credits
where credits are due.
Don't you think so?


if you look at changelog you will see that all the changes that had not been made by us are with the had credits. And if you will be deeper still, tries to give one looked at the .php files and will see that everything is commented and with the had credits also.

Quote:

Damaster wrote:
Some things never change!


Really, certain things never change. For example, I use and participate of on communities to XOOPS since the beginning of 2004 and since then, never see a contribution or one act of good faith come of you.

Everything what I see is you posting enormous message to speak bad or to harm of some form the good course of the things.

Therefore, I think that we must continue of the skill that is, I here of my side quiet making my work and you of its confusing the things.

Regards.




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



Login

Who's Online

323 user(s) are online (204 user(s) are browsing Support Forums)


Members: 0


Guests: 323


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