741
wtravel
Re: hide header

AAINC,

You should use ASCII for html files.

If you use WS_FTP go to the options menu and in the Tab 'Extensions' you can add .html and .htm as extensions in which case the upload will automatically be correct for those files.

Graphics should be sent in binary mode.

Regards,

Martijn




742
wtravel
Re: hide header

I am using a custom theme and that is working fine after modifying the theme that way so either:

- Uploading the theme.html file to the correct folder on your site failed (try again);
- in your general settings the default theme is not selected.
- it is impossible to change the default theme in XOOPS (not very likely ).

So try looking at the first two possible causes and perhaps re-uploading or re-applying the general settings with the default theme selected will help you.

Kind regards,

Martijn




743
wtravel
Re: Login form in header part

Which error do you receive when you use the exact code as stated in the original solution?

Quote:

<td valign="top"><{if !$xoops_isuser}>
<form action="<{$xoops_url}>/user.php" method="post">&nbsp;<b>user:</b> <input type="text" id="topfield" name="uname" value="<{$block.unamevalue}>" /> &nbsp; <b>pass:</b> <input type="password" id="topfield" name="pass" /><input type="hidden" name="xoops_redirect" value="<{$xoops_requesturi}>" /><input type="hidden" name="op" value="login" /> <input type="submit" id="topbutton" value="login" />
&nbsp; <a href="<{$xoops_url}>/user.php#lost">lost pass?</a> &nbsp; <a href="<{$xoops_url}>/register.php">register</a>
</form><{/if}>
</td>


Martijn



744
wtravel
Re: XOOPS 2.1 Core development Roadmap

Hi Herko,

I am looking forward to the first release of 2.1!

Since I am currently working on a couple of custom modules and I see a lot of XOOPS users also working on customizations.

For that reason one of the most essential items on the wishlist is a good documentation on the changes in XOOPS 2.1 in comparison to 2.05.

With kind regards,

Martijn



745
wtravel
Re: Creating Menu Button that puts outside website in center block

Hi Alex,

You can create your own basic module in which you include the external file.

In this module make sure you have the following files (add the php opening and closing tags as well).

index.php:
Quote:

include "../../mainfile.php";
include "../../header.php";
include "yourfile.php";
include("../../footer.php");


xoops_version.php:
Quote:

$modversion['name'] = "yourname";
$modversion['version'] = 1.00;
$modversion['description'] = _MI_YOURNAME_DESC;
$modversion['credits'] = "xxxx";
$modversion['author'] = "";
$modversion['help'] = "top.html";
$modversion['license'] = "GPL see LICENSE";
$modversion['official'] = 1;
$modversion['image'] = "yourname_slogo.png";
$modversion['dirname'] = "yourname";

//Admin things
$modversion['hasAdmin'] = 0;
$modversion['adminmenu'] = "";

// Menu
$modversion['hasMain'] = 1;


mainfile.php:
Quote:

include "../../mainfile.php";


yourfile.php:
Quote:

<?php
echo '<table align="right" border="0" width="100%"><tr><td valign="top"><table summary="welcome" width="100%" border="0"><tr><td align="center" width="100%" valign="top"><iframe marginwidth="0" marginheight="0" width="540" height="600" scrolling="no" frameborder="0" src="http://www.worldtravelpublishers.com/modules/news/">
</iframe></td></tr></table></td></tr></table>';
?>

Change the external website name in the above to the site you desire.

Also in the subfolder language\english add a file modinfo.php:
Quote:

define("_MI_YOURNAME_NAME","Name of your module");
define("_MI_YOURNAME_DESC","Your description of the module");


After you have prepared the files and the logo for the module, upload them as a new module and install the module using the admin section. Make the module visible for the groups you desire in the edit groups section.

Good luck!

Martijn



746
wtravel
Re: site name missing

Hi, can you let us know where exactly this title should be shown? If it is not to be shown in a block you should be able to change it in the theme html file.

Kind regards,

Martijn



747
wtravel
Re: World Travel Publishers.com - Amazon module working

Hi Lou,

Thank you for your interest. I changed the cgi script to a php script and turned it into a customized module. The only problem I have still is the fact that Amazon did not yet recognize the test referal

So I will have to do some more puzzling and testing (I need a few more books anyhow ) I planned to investigate this issue in a later stage, since I have a lot more of development to do for my site.

Other than that, the script only needs a few minor adjustments to make it an official module I assume. It would be nice to include an admin section in which people can set their referal TAG and their website name.

So, as soon as I fixed the referal problem I will keep you posted through this site.



748
wtravel
Re: getting rid of link.gif and rating etc links - help?

Hi Carrie,

The html code was originally taken from the file mylinks_link.html and has been copied to a record in the database. You can edit this template using the administration section.

Log in as administrator -> go to admin section -> navigate to templates -> find the template mylinks_link.html and click on 'edit'. You can now edit the template and submit changes.

Note: I assume you made a clone of the deault template set and are using that set. If not, first make a clone of the default set and then activate it in the preferences section.
You can edit templates in the new set, but not in the defeult set.

Good luck,

Martijn





749
wtravel
Re: GuiStock.com: What do you think?

Hi Guistock,

It is most likely caused by the use of frames in this case. When you open either of the two frames seperately, everything the width seems to be fine.

I suggest you try a few different settings for the frames and see if you can fix it.

I think MSIE cannot handle the fact that your top frame does not have a scrollbar and your bottom frame does have one.

You can try to lookup some reference about this in the google newsgroups to see if other developers found a solution for that.

Regards,

Martijn



750
wtravel
Re: GuiStock.com: What do you think?

Hi,

Your site looks very nice, has a clean look and I like the frame solution you used.

Also I have seen a few points that need attention:

- Each time I first load the url the little icons next to the block title do not load. When I refresh they become visible.

- Regarding the layout, I think the font may be a little bit bigger so that visitors can read the contents more easily. Another option is changing the font face.

- Last point I see for improvement is the width of the site. I use 1024 x 768 to browse sites and your site is just a bit wider.

Cheers and good luck on your site :)

Martijn




TopTop
« 1 ... 72 73 74 (75) 76 77 »



Login

Who's Online

269 user(s) are online (157 user(s) are browsing Support Forums)


Members: 0


Guests: 269


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