81
Watdehek
Re: Help with modules
  • 2005/7/5 7:18

  • Watdehek

  • Friend of XOOPS

  • Posts: 130

  • Since: 2005/2/21


1) What you need is CBB

2) Don't know of such a module, maybe you can incorporate a php script in a custom block?

3) Don't know of such a module.

4) I don't know vbulletin, but if you want a forum like on this site, you have to use CBB.



82
Watdehek
Re: Image gallery with order possibilities
  • 2005/6/23 11:47

  • Watdehek

  • Friend of XOOPS

  • Posts: 130

  • Since: 2005/2/21


I'm sorry, I didn't ask my question right.

By ordering I meant purchasing a photo.



83
Watdehek
Image gallery with purchasing possibilities
  • 2005/6/23 11:07

  • Watdehek

  • Friend of XOOPS

  • Posts: 130

  • Since: 2005/2/21


Is there an image gallery module with an option to order images (in this case photos)?

Or does anyone have an idea how to create a workaround for this?



84
Watdehek
Re: Sub Menus?
  • 2005/6/21 15:07

  • Watdehek

  • Friend of XOOPS

  • Posts: 130

  • Since: 2005/2/21


You can also install additional modules like WfChannel or TinyContent to achieve this.



85
Watdehek
Re: Norton detected virus on my XOOPS site
  • 2005/6/20 14:46

  • Watdehek

  • Friend of XOOPS

  • Posts: 130

  • Since: 2005/2/21


Do you have the Protector module installed?

If not, I advise you to do so.



86
Watdehek
Re: PHP in blocks
  • 2005/6/20 5:57

  • Watdehek

  • Friend of XOOPS

  • Posts: 130

  • Since: 2005/2/21


You can use
{php}{/php}


See this manual.



87
Watdehek
Re: Replacing colour in images
  • 2005/6/18 6:00

  • Watdehek

  • Friend of XOOPS

  • Posts: 130

  • Since: 2005/2/21


Copy the layer

Magic Wand tool to select the color you want to change

Set Foreground color to the color you want

Select Paint bucket tool

Click in the selection

File, Save for web...

That's it.



88
Watdehek
Re: How to hide part of url on the home page
  • 2005/6/16 15:55

  • Watdehek

  • Friend of XOOPS

  • Posts: 130

  • Since: 2005/2/21


Upload a file named index.html containing:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<
html>
<
head>
    <
title><Your title></title>
</
head>

<!-- 
frames -->
<
frameset  rows="0%,*" border="0">
    <
frame name="hidden" src="" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" border="0" noresize>
    <
frame name="content" src="http://<yoursite>/index.php" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize>
</
frameset>


Then upload a .htaccess file containing:

DirectoryIndex index.html index.php


And that's it.

Remember, search engine submission which automatically scans for metadata cannot determine the metatags this way. Then you need to submit
http://<yoursite>/index.php



89
Watdehek
Re: Whats the best article module?!
  • 2005/6/15 5:39

  • Watdehek

  • Friend of XOOPS

  • Posts: 130

  • Since: 2005/2/21


I think you will have to make a hack in the code for this.

The Smarty variable used is {$pagenav}, if you search in the module code for this string I think you can edit it somewhere.

But I'm no expert on this, maybe someone else can verify.



90
Watdehek
Re: tracking site statisics and page views
  • 2005/6/14 22:46

  • Watdehek

  • Friend of XOOPS

  • Posts: 130

  • Since: 2005/2/21


What problem do you have with UserVisit?

Did you add the code to footer.php?




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



Login

Who's Online

252 user(s) are online (140 user(s) are browsing Support Forums)


Members: 0


Guests: 252


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