71
hsalazar
Re: Soapbox keeps changing...
  • 2004/4/30 23:51

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


Xoopsers:

In the files area of the dev.xoops.org site I've uploaded a quick fix to allow the use of the pagebreak tag. Thanks to catscity for pointing out this bug.

Cheers.



72
hsalazar
Re: The wait is over!
  • 2004/4/30 23:11

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


Hey, Catz, you did scare the hell out of me! Don't you dare leave this community without your insights, your wits, your talent and your contributions. That's an order!

Cheers.



73
hsalazar
Re: The wait is over!
  • 2004/4/30 23:06

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


?????????

Catz: Could you elaborate on the meaning of this?

Cheers.



74
hsalazar
Re: Soapbox keeps changing...
  • 2004/4/30 22:56

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


JackJ:

Thanks for your nice comments. In fact, in order to use the module stylesheet as intended, all a user needs is that the active theme has, as XOOPS' own default theme does, a line stating:

<{$xoops_module_header}>

As you can see in the code, in all files I'm using, just before closing them, this declaration:

$xoopsTpl->assign("xoops_module_header", '<link rel="stylesheet" type="text/css" href="style.css" />');

What this does is assign to the variable <{$xoops_module_header}> the HTML link to the module's own CSS file.

Cheers.



75
hsalazar
Soapbox keeps changing...
  • 2004/4/30 16:25

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


Xoopsers:

Just so the comment doesn't get lost that quickly, I've uploaded a fresh version of Soapbox, this one under the moniker v1.5 RC2. Details here.

I hope you like the changes.

Cheers.



76
hsalazar
Re: cross-referencing
  • 2004/4/25 0:48

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


BradM:

To be truthful, it was your post in the hacks section of the forum the one that initially moved me to try to update the porting of Glossaire to XOOPS 2. This eventually led to the development, so to speak, of Wordbook.

Things already done:

1) In the admin side, took advantage of Mithrandir's function for the top menu, so I replaced the bulky code in all the admin pages.

2) Cleaned a bit more the code, eliminating unneeded stuff.

Things still in the notebook:

1) I've added code to highlight the term looked for in the search results page. Works fine.

2) I still need to work a lot on the pagination of search results. Since the initial form is set to POST, I seem to be losing the $term variable with the default page navigation snippet, that puts the variables in the URL, emulating thus a GET operation. Tried to copy the code from the general XOOPS function and got lost in the way. Sigh.

3) Obviously, I need to update the documentation.

I am slow, but I'll get there.

Cheers.



77
hsalazar
Re: yipee!
  • 2004/4/23 5:59

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


For those kind souls that have found Wordbook an interesting addition to their XOOPS arsenal, I have some small good news.

I'm in the process of optimizing the files and updating the handling of variables, and came across a little code snippet in the PHP manual. Thanks to this, I've set the module so that you can have images in the entry itself, and those images will get stripped when showing the entry in the category page and in the random blocks, both in the index page and in the individual block.

I can't put as much time before into these things, so it'll take some days for me to finish the optimizing, but in the near future there'll be an update of the module with these additions.

Cheers.



78
hsalazar
Re: xoopsbook
  • 2004/4/23 4:20

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


jonas:

I did install correctly the module about a year ago, when Dr. Clone first released it. It's a direct adaptation of MyAddressbook, from Olafur Sigurgeirsson. While the original code isn't there in his site anymore, you can see how the module looks here:

http://david.delon.free.fr/addressbook/

Cheers.



79
hsalazar
Re: simple theme question
  • 2004/4/21 13:58

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


niktarin:

If you're referring to the default theme, you'll notice that the files theme_blockcenter_c.html, theme_blockcenter_l.html and theme_blockcenter_r.html have a structure of the kind:

Quote:
<div style="etc...">
<fieldset>
<legend class="blockTitle"><{$block.title}></legend>
<div class="blockContent"><{$block.content}></div>
</fieldset>
</div>


Try eliminating the fieldset and legend stuff:

Quote:

<div style="etc...">
<div class="blockTitle"><{$block.title}></div>
<div class="blockContent"><{$block.content}></div>
</div>


Maybe this will help.

Cheers.



80
hsalazar
Re: Tables within a page problems. HELP!
  • 2004/4/21 13:48

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


fredski:

Perhaps you should also check your code. The source file shows a double set of <body> tags.

Cheers.




TopTop
« 1 ... 5 6 7 (8) 9 10 11 ... 34 »



Login

Who's Online

216 user(s) are online (148 user(s) are browsing Support Forums)


Members: 0


Guests: 216


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