61
ajuden
Re: Count Down
  • 2004/10/8 17:59

  • ajuden

  • Just popping in

  • Posts: 87

  • Since: 2003/4/17


What if the users were able to set a description and a date for each countdown? Then the user can see their own list of countdowns. They can see a description of what the countdown actually is for. Then the countdown would end on whatever day they have set for it to end.



62
ajuden
Re: Gripes and Questions
  • 2004/10/8 14:17

  • ajuden

  • Just popping in

  • Posts: 87

  • Since: 2003/4/17


There is actually a dating module called FriendFinder 3.1.



63
ajuden
Re: PHP Based script/site into Xoops ?
  • 2004/10/8 14:12

  • ajuden

  • Just popping in

  • Posts: 87

  • Since: 2003/4/17


You may want to check out this link:
Xoops HTML Pages. I know that you are not wanting to insert html into a XOOPS page, but putting a php script into a XOOPS page works on the same basic idea. All you really need to do is create a file like this:

<?php
include("path/to/mainfile.php");
//This line includes the XOOPS header at the top
//which includes the navigation bars, etc.
include(XOOPS_ROOT_PATH."/header.php");

//The content of your original html file goes here!!
//You can actually enter your php text in here,
//or you could include your file directly like this...
//include("yourfile.php");

//This includes the XOOPS footer at the bottom of the page
include(XOOPS_ROOT_PATH."/footer.php");
?>



64
ajuden
Re: How to change the layout of register form?
  • 2004/10/8 13:53

  • ajuden

  • Just popping in

  • Posts: 87

  • Since: 2003/4/17


A helpful tool for this task would be Firefox's DOM Inspector. This tool actually lets you inspect the parts of a web page. It looks like the style that you need to edit is: in the style.css file - head.

By editing the colors of the head class, this will change on your entire website anytime the head class is used.



65
ajuden
Re:This is the kind of theme!!!
  • 2004/10/8 13:46

  • ajuden

  • Just popping in

  • Posts: 87

  • Since: 2003/4/17


I would help port this theme Ackbarr!



66
ajuden
Re: Hot or Not module
  • 2004/10/7 21:02

  • ajuden

  • Just popping in

  • Posts: 87

  • Since: 2003/4/17


Why not create a dating module with a hot or not block to display!?

That would be a pretty cool module to create. I would be willing to work on this, if it's not just me. Any other other volunteers??



67
ajuden
Re: Job Listings 1.04 not working with 2.0.7.3 Can you help...
  • 2004/10/6 20:39

  • ajuden

  • Just popping in

  • Posts: 87

  • Since: 2003/4/17


Did you CHMOD the proper folders and everything? I followed all of the instructions from the readme.txt, and I didn't have to edit any of the code besides that. I didn't need to change any of the code from your first block for mine to work properly. My Development Site



68
ajuden
Re: Job Listings 1.04 not working with 2.0.7.3 Can you help...
  • 2004/10/6 20:15

  • ajuden

  • Just popping in

  • Posts: 87

  • Since: 2003/4/17


Okay, well, let me know how it goes then!

Good luck.



69
ajuden
Re: Job Listings 1.04 not working with 2.0.7.3 Can you help...
  • 2004/10/6 20:03

  • ajuden

  • Just popping in

  • Posts: 87

  • Since: 2003/4/17


One more thing, after you installed the module, did you follow the directions from the readme.txt file? It said to get the module id of the joblisting module, and put that in this spot on line 65 of modules/jobs/cache/config.php. The change should look like this

Take for example that you found that the module id for jobs is 14.

Original
<input type='hidden' name='mids[]' value='100' />

New
<input type='hidden' name='mids[]' value='14' />



70
ajuden
Re: Job Listings 1.04 not working with 2.0.7.3 Can you help...
  • 2004/10/6 19:57

  • ajuden

  • Just popping in

  • Posts: 87

  • Since: 2003/4/17


I just registered on that site, can you check the permissions for registered users, cause I can't view that module as a registered user.




TopTop
« 1 ... 4 5 6 (7) 8 9 »



Login

Who's Online

207 user(s) are online (125 user(s) are browsing Support Forums)


Members: 0


Guests: 207


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