71
kahumbu
Re: Registration email
  • 2004/4/16 21:03

  • kahumbu

  • Documentation Writer

  • Posts: 277

  • Since: 2003/8/23


This link might help:
Customize Activation Email

You can also do a search on registration email. A lot will pop up.



72
kahumbu
Re: Smarty error
  • 2004/4/16 20:53

  • kahumbu

  • Documentation Writer

  • Posts: 277

  • Since: 2003/8/23


I'm not a Smarty expert, but when I see a 'db:' in front of a template, I think it means it is accessing a source from the DB.

Try going into the DB, look at xoops_tplfile table, check the tpl_id of the template mentioned above, then look at the HTML code of that template in xoops_tplsource table using the tpl_id as reference.

Just in case I was wrong in my assumptions, could you specify the file you were editing when this happened?



73
kahumbu
Re: User Info stretching across the screen
  • 2004/4/16 20:37

  • kahumbu

  • Documentation Writer

  • Posts: 277

  • Since: 2003/8/23


Quote:

mattdbd wrote:
Essentially, I'm trying to find out how to take the right side table out of my userinfo page.

I hope you're not doing this within userinfo.php.

As ackbarr said, do it from system_userinfo.html.

If you did, check your changes. I found this inside the HTML code of the link above:
<td align="cente
r" 
class="even">0</td>


You may have pressed an 'enter' somewhere in your template, or may have commented some parts.



74
kahumbu
Re: Recent comments under news
  • 2004/4/16 16:17

  • kahumbu

  • Documentation Writer

  • Posts: 277

  • Since: 2003/8/23


Delete all files from the templates_c folder except the index.html.

Also, check if you have "Update module template .html files ..." from Sys Ad > Prefs > Gen Settings set to Yes.



75
kahumbu
Re: User Groups/Permissions
  • 2004/4/15 17:47

  • kahumbu

  • Documentation Writer

  • Posts: 277

  • Since: 2003/8/23


You don't need 'News' for that. You can set up a Custom Block with the text you want (similar to the Welcome Block here in xoops.org). Set that block (from Group Permissions) to be seen only by Anonymous Users but not by Registered Users.



76
kahumbu
Re: Block urls
  • 2004/4/15 12:58

  • kahumbu

  • Documentation Writer

  • Posts: 277

  • Since: 2003/8/23


You might be saving it as HTML. Check the 'Content Type' when doing the custom block. If you have BBCode in there, use Auto Format.

If you're more comfortable with HTML, use <a href> tags instead.



77
kahumbu
Re: Eliminate Padding between blocks.
  • 2004/4/15 6:46

  • kahumbu

  • Documentation Writer

  • Posts: 277

  • Since: 2003/8/23


Looking at your left column, it seems that there is a <br> at the end of each block. This would cause the space.

Look in the theme_blockleft.html if it has that, or in the theme.html, if it doesn't. BTW, if you want to keep the <br>, I suggest you use <br /> instead to keep with the XHTML specification.



78
kahumbu
Re: All 1 block??
  • 2004/4/15 6:19

  • kahumbu

  • Documentation Writer

  • Posts: 277

  • Since: 2003/8/23


That would probably take a good amount of code-hacking so as to output all of them in just one block. That would include block templates and the block display function.

You could, of course, design it that it looks like one block by adjusting the background or font-weight of the block titles.

Maybe the devs here can give a much more specific response on the code hacking.



79
kahumbu
Re: How to fix this "Warning [ Xoops] Smarty error"
  • 2004/4/14 10:05

  • kahumbu

  • Documentation Writer

  • Posts: 277

  • Since: 2003/8/23


Hi Nick,

Seems I can't test it out because it's too specific for your setup. But I noticed the script tags. If you use PHP for custom blocks, you do not have to enter the <? and ?> tags. Just place the script you made inside without the tags and save it as PHP. Please try it out and see what happens.

Maybe some of the XOOPS dev/mod team can comment on connecting to MySQL from a custom block as I personally have no experience with that.

Thanks!

Mike



80
kahumbu
Re: Recent comments under news
  • 2004/4/13 16:59

  • kahumbu

  • Documentation Writer

  • Posts: 277

  • Since: 2003/8/23


The div with the <{$xoops_contents}> handles your news items (and any other items/content of a module). Place that above your center blocks if you want it to show first before the blocks.




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



Login

Who's Online

209 user(s) are online (130 user(s) are browsing Support Forums)


Members: 0


Guests: 209


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