31
Burning
Re: Urgent guestbook help needed please
  • 2010/10/21 12:21

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


Very strange... Nothing with debug ? What are other modules installed ?

Some modules are listed here, you may find other module :
http://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS%20Resource%20Book/

Can't help more
Good luck !
Still learning CSS and... english



32
Burning
Re: Urgent guestbook help needed please
  • 2010/10/21 11:47

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi'

May be a trouble with the upload. Your site is online or in a local environment ? You should see into xoops_version.php file if <?php tag is correct

I've just installed this module in Xoops 2.5RC with wamp, installation works fine.
Still learning CSS and... english



33
Burning
Re: Urgent guestbook help needed please
  • 2010/10/21 10:32

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi'

I believe the most recent version is here
http://www.frxoops.org/modules/TDMDownloads/singlefile.php?cid=2&lid=184

(if I'm not wrong this version works with Xoops 2.4.x and has been corrected by winsion)
Still learning CSS and... english



34
Burning
Re: Drag and drop module not working
  • 2010/10/20 15:27

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi'

If it is an upgrade, be sure you to use /xoops_libs available with Xoops 2.5.0 RC.
Still learning CSS and... english



35
Burning
Re: Internet Explorer fix?
  • 2010/10/20 5:49

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi'

There is already a fix about banner in www/xoops.css
Quote:

/* fix for swf banner */
#xo-fixbanner a {
display: block;
position: absolute;
z-index: 102;
width: 468px;
height: 60px;
}


Still learning CSS and... english



36
Burning
Re: Internet Explorer fix?
  • 2010/10/19 16:45

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi'

Could I suggest a little correction
Quote:

#html, body
{
margin:0 auto;
top:0;
left:0;
bottom:0;
right:0;
width:/*your width in pixels i.e 960px*/;
}


... and if I'm not wrong you should better create a div to wrap all your theme

Quote:

<body>
<div id="wrapper">

... all your html code

</div>
</body>


And in style.css
Quote:

#html, body
{
... only general settings (like font size ...)
}
#wrapper
{
margin:0 auto;
width:/*your width in pixels i.e 960px*/;
}



Still learning CSS and... english



37
Burning
Re: How to program "plugins"
  • 2010/10/18 11:50

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi'

As far I know, there are many ways / definitions for Xoops plugins :


1. Plugins coded to improve Xoops Core

It is a simple .php file that we add into www/class/smarty/xoops_plugins/

Eg:
• Trabis :https://xoops.org/modules/news/article.php?storyid=4733
• Dugris :http://www.dugris.info/documentations/article.php?storyid=37


2. Plugins coded to allow modules to interact with each other

It is a simple .php file that we add into a specific folder, www/modules/your-module/plugins/

Eg:
• Sitemap : if the plugin is not available, then sitemap only show main categories (you may try xSitemap developed by Urbanspaceman, we can create plugins directly from the back office)
• RSSFit : if the plugin is not available, then module RSS is not displayed
• others...



But there are other ways to make modules interact with each other :
• GiJoe has developed D3Forum to manage forums and to centralize all comments left on your site (more exactly comments left on Pico, and some Happylinux modules like Weblinks and WebPhoto)
• Some developers add an option about another "transversal" module, Tellafriend. Into Content module, developed by MusS, you can choose to use it or not. I believe Tag module works also like that...
Still learning CSS and... english



38
Burning
Re: How to program "plugins"
  • 2010/10/14 22:25

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


hi'

I do not understand what you are looking for exactly (not your fault, but mine, I do not speak dev' language and it is worst in english).

But if you are looking for a plugins' specialist, you should take a look to Dugris' website (www.dugris.info)

... my two cts
Still learning CSS and... english



39
Burning
Re: HTML Editor
  • 2010/10/14 19:14

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


I do not use Koivi but this trouble appears with :
• FCKEditor
• CKEditor
• ... and I believe (see Franckblack post above), with Tiny

... it is an old matter, not related to a specific version of News
(I use News 1.66 but previous versions already displayed this alert).

Strange.. maybe someone could confirm about tinyeditor ?
Still learning CSS and... english



40
Burning
Re: News 1.66 - How to hide Approve checkbox ?
  • 2010/10/14 19:03

  • Burning

  • Theme Designer

  • Posts: 1163

  • Since: 2006/8/22


Thanks, I begin to understand... it is very simple to make hacks with you !
Still learning CSS and... english




TopTop
« 1 2 3 (4) 5 6 7 ... 74 »



Login

Who's Online

143 user(s) are online (104 user(s) are browsing Support Forums)


Members: 0


Guests: 143


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