401
vinit
Re: How customize the user profile
  • 2004/6/18 6:08

  • vinit

  • Just can't stay away

  • Posts: 530

  • Since: 2004/1/10


i have looked arround all the xoops.org but could not find any solution in this regard, can somebody guide me how to do that.



402
vinit
Re: How to upload a file using mydownloads???
  • 2004/6/18 6:05

  • vinit

  • Just can't stay away

  • Posts: 530

  • Since: 2004/1/10


can the download module be tweaked or hacked to do that, or is there any other module which provides similar facility. Waiting for some reply



403
vinit
Invites / Invitation Module
  • 2004/6/17 18:44

  • vinit

  • Just can't stay away

  • Posts: 530

  • Since: 2004/1/10


hi,

Can we have a module that take email address and send an invitation to the given address to join website.

Here the invited email address is given and the invitee is the loged in user.

And on the basis of nubmer of users added on invites, increase the karma (value/rating) of the invitor.

Its more like refferal program.



404
vinit
How customize the user profile
  • 2004/6/17 17:20

  • vinit

  • Just can't stay away

  • Posts: 530

  • Since: 2004/1/10


Hi

How to customize user profile, i want add some more options to users profile like his image, phone no, date of birth, etc....

This options should also be asked during user account creation.



405
vinit
Customized Report pages based on user data
  • 2004/6/17 16:51

  • vinit

  • Just can't stay away

  • Posts: 530

  • Since: 2004/1/10


Hi

Can we have module that takes input from the user and then displays in form of reports. The admin must be able to make mutiple such forms and reports. Its same as guestbook. Like it can be used to create a blood group report, or telephone directory etc on the basis of users data enter.

The main issue is making vaious forms to feed /recieve data and then displaying them in format decided by Admin.



406
vinit
How to upload a file using mydownloads???
  • 2004/6/17 16:28

  • vinit

  • Just can't stay away

  • Posts: 530

  • Since: 2004/1/10


hi

I am using dowload module to share the data, problem is that it doesnt allow users to upload any data directly to my server. There are many who dont have webspace to upload files and give the links. I would like to allow my users to upload the files in .doc, .xls etc format.

Is there any module that helps in doing that ???



407
vinit
How to send a Daily Digest ?
  • 2004/6/17 14:45

  • vinit

  • Just can't stay away

  • Posts: 530

  • Since: 2004/1/10


Hi

I want to send a daily digest to all the members.
The daily digest will have new added data from news section. short snippet from articles and and the top topics of the forum. In short i want to have options to select for what all i want in the daily digest. Users by default get subscribed to but can also unsubscribe.

Is there anytool to do similar functions???



408
vinit
Re: How to modify Login Block
  • 2004/6/17 14:22

  • vinit

  • Just can't stay away

  • Posts: 530

  • Since: 2004/1/10


Thanks Bassman got it



409
vinit
Re: How to get RSS feed from Google News ??
  • 2004/6/17 12:03

  • vinit

  • Just can't stay away

  • Posts: 530

  • Since: 2004/1/10


I read that Google gives News in Atom format. Can anyone tell me how to read Atom based feed in the Headline module



410
vinit
Re: How to show that content is loading?
  • 2004/6/17 10:29

  • vinit

  • Just can't stay away

  • Posts: 530

  • Since: 2004/1/10


Ok got the solution,

Pasting it here for rest of the xoopsians..

Add the following lines into the theme.html

1. in <script> </script> section add the following lines
function xoopsGetElementById(id) {

if (document.getElementById(id)) {
return document.getElementById(id);
} else if (document.all[id]) {
return document.all[id];
} else if (document.layers && document.layers[id]) {
return (document.layers[id]);
} else {
return fake_element;
}
}

function toggle_visibility(id, flag) {

if (xoopsGetElementById(id)) {
xoopsGetElementById(id).style.visibility = (flag) ? 'visible' : 'hidden';
}
}


2. Just after <body> add the following code

<!-- Load indicatior -->
<div id="waitDiv" style="position:absolute; left:40%; top:50%; visibility:hidden; text-align:center;">
<table cellpadding="3" cellspacing="3" class="waitbox"><tr>
<td align="center">
<b><big>Loading...</big></b><br />
<img src="<{$xoops_imageurl}>await.gif" alt="" />
<br />Please Wait.</td></tr>
</table>

</div>
<script type='text/javascript'>
<!--
toggle_visibility('waitDiv', 1);
//-->
</script>

<!-- End Load Indicator -->

3. Just before </body> add the following lines

<!-- Page Loaded Indicator Stop -->

<script type='text/javascript'>
<!--
toggle_visibility('waitDiv', 0);
//-->
</script>
<!-- End -->

4. Copy await.gif to you theme/<selected theme> folder.

Thats done :)

Now everytime your page gets loaded you will see that image (await.gif) and the text loading.



Have fun. I hope some one add it into some faq or doc it.




TopTop
« 1 ... 38 39 40 (41) 42 43 44 ... 47 »



Login

Who's Online

231 user(s) are online (150 user(s) are browsing Support Forums)


Members: 0


Guests: 231


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