PDA

View Full Version : How can I make this?


manutdvn
08-16-2005, 04:39 AM
Hello,

I want to make poll in my forum but I donot know how to do it. Please tell what I have to do. Look at my attachment, I want to replace that by poll.
Thank you! My version is 3.0.8

One more question:

I dnot understand this in third step in Member visited today hack. Here it is.

Step 3.
This is optional, but will speed up the query if you have a large number of members;
Run the following SQL query;

ALTER TABLE user ADD INDEX (lastactivity)



I dnot know what does this mean. Can you explain for me?

sketch42
08-16-2005, 06:42 AM
Step 3.
This is optional, but will speed up the query if you have a large number of members;
Run the following SQL query;

ALTER TABLE user ADD INDEX (lastactivity)

what this means is that you should either goto your phpMyAdmin or in your Admincp> Import and Maintenance>Execute SQL Query
copy and paste that
ALTER TABLE user ADD INDEX (lastactivity)

into the manual query Text Box and click continue...

as for the other problem are you running vbadvaned or vbindex or something?

manutdvn
08-17-2005, 12:46 PM
But what about my first question?

sketch42
08-17-2005, 01:54 PM
But what about my first question?

are you using some kind of hack to put the statiscs etc.. on the right of the forum?
are you using vbadvanced or something?

manutdvn
08-18-2005, 03:43 PM
are you using some kind of hack to put the statiscs etc.. on the right of the forum?
are you using vbadvanced or something?
No, I am only using hack mod top 5 for my forum. You can go to my room by this address:

http://manutdvnforum.com/forum/index.php?

I want to add in the left or right side with top goal players or something like that. Can you help me?

No one?