php forum
php mysql forum
php mysql smarty
 
Page 3 of 11 < 1 2 3 4 5 ... 10 11 >
Topic Options
#135645 - 06/03/01 03:09 AM Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta)
rodsterAce Offline
Member

Registered: 08/16/00
Posts: 44
Loc: San FranPsychedelicDisco

   Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) to Del.icio.us Add to del.icio.us
  Digg Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta) Digg it
Hack works great!!

Cup o suggestions:
------------------------------------------
1. Ability to show all the board's polls on one page

2. When a person votes, have it display what they voted for , not just the comment. For instance, I get comments that say "I agree" but no indication of what they voted on.
-----------------------------------------

Thats it .

<FONT COLOR="#000000" SIZE="1">[ June 03, 2001 03:10 AM: Message edited by: rodster ]</font>
_________________________

------------------415--
Planet Plastica
I install, customize, develop and create hacks. I do design, logos, images, site integration, Customized UI and overall site development.
UBBDEV Member Spotlight Award -Febuary 2001
UBBDEV Member Spotlight Award -August 2001
And... The Big Grand PooBah

Top
#135646 - 06/03/01 04:25 AM Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta)
Olson Offline
Member

Registered: 05/16/01
Posts: 53
Loc: Ames, IA
i've have thought about recording which option a person votes for, but doing so you loose the anonymity that some people might want or require.

anyway, an idea would be to make classes of polls:
* Secret Polls
* Open Polls
* Polls w/ Write-In
* Polls which you can change your vote
* Polls that you can select more than one option.
* etc.

If anyone is seriously interested in these varieties or have some other suggestions, I would consider coding them up.

Top
#135647 - 06/03/01 06:57 AM Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta)
Balbanes Offline
Member

Registered: 01/08/01
Posts: 87
Loc: Richmond, Virginia, US
Well I would like the secret polls.

And a way to change your vote, or delete your vote all togather.
_________________________
[img]http://ffelite.rpghosts.com/cgi-bin/ubb/balbanessiggy2.JPG[/img]

Top
#135648 - 06/03/01 07:45 AM Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta)
Axel Offline
Junior Member

Registered: 04/05/01
Posts: 11
http://game-storm.org/forum/cgi-bin/ultimatebb.cgi?ubb=get_topic&f=1&t=000295
where is my error??
i want the field bigger and vote or so in the field
thx for every help

Top
#135649 - 06/03/01 07:53 AM Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta)
Cyberdude8472 Offline
Member

Registered: 04/08/01
Posts: 219
Loc: UK
anyone solved the 2 New Topic Button problem yet?

Top
#135650 - 06/03/01 09:07 AM Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta)
Cyberdude8472 Offline
Member

Registered: 04/08/01
Posts: 219
Loc: UK
I solved it!! The 2 button New Topic Problem!!!

OK. the soloution!
In ubb_forum.cgi
Find where u added this
$new_topic_button .= qq(  <A HREF="$vars_config{CGIURL}/ultimatebb.cgi?ubb=newpoll&f=$in{f}"><IMG SRC="$vars_config{NonCGIURL}/$vars_style{BBTopic}" ALT="$vars_wordlets{post_new_topic}" BORDER="0"></A>); # olson

And alter $vars_style{BBTopic} to $vars_style{BBPoll}
so that the line looks like this

$new_topic_button .= qq(  <A HREF="$vars_config{CGIURL}/ultimatebb.cgi?ubb=newpoll&f=$in{f}"><IMG SRC="$vars_config{NonCGIURL}/$vars_style{BBPoll}" ALT="$vars_wordlets{post_new_poll}" BORDER="0"></A>); # olson

Well, I off to celebrate!
oh don't forget to clear your cache

<FONT COLOR="#000000" SIZE="1">[ June 03, 2001 09:09 AM: Message edited by: Cyberdude8472 ]</font>

Top
#135651 - 06/04/01 01:36 PM Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta)
mark99 Offline
Member

Registered: 03/11/01
Posts: 314
My suggestion is to make any poll topics show up at the top of a topics (per forum) list in a style not unlike the original Who's Online script. Would look kind of sexy =).

Ideally you'd show the polls subject and also the total votes so far, keeping it simply, yet attractive. This should ONLY be for topic display pages, it might screw up on others due to some people (myself) using Cat's Only etc.

Top
#135652 - 06/04/01 04:57 PM Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta)
ruph Offline
Member

Registered: 02/15/01
Posts: 115
Doesnt WORK! well first of all the New Poll image isnt even showing.. and polls never show up... and it seems everyone is having the same problem. :rolleyes:

Top
#135653 - 06/05/01 03:49 AM Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta)
indoe Offline
Member

Registered: 11/25/00
Posts: 238
Is the Rebuild Forum Stats bug still there or did some one fix it

ps: maybe you should add UBBPoll as a REQUIREMENTS

REQUIREMENTS: A full version of UBB 6.0 & UBBPoll installed laugh
_________________________
Some men live for others and make their presence known
Some men live in seclusion and choose to live alone...
Some men live for justice and walk inside the law
But of these men, the group I'm in
are the men behind the wall...
- Gato Suertudo

Top
#135654 - 06/05/01 04:44 AM Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta)
Olson Offline
Member

Registered: 05/16/01
Posts: 53
Loc: Ames, IA
ruph:
I think ubbdev.com is proof that it works.

Read Cyberdude8472 series of post ifs you are having problems getting the post button to come up. Make sure that there is an entry in all your var_style_X.cgi files for BBPoll.

indoe:
UBB Polls and Thread-Integrated Polls are quite different and exist independent of each other. You can probably use both if you'd like.

The rebuild bug was for the Search Index, I wasn't aware of a Forum Stat's Bug?? Anyway that's been fixed for a while and is included in the zip file.

Axel:
You can adjust the size of the poll table in public_poll_page.pl file. You probably shouldn't mess too much around with the results table, but you can play around with the ballot table.

I'm going to added some variables so you can adjust the size of the results from the control panel. Currently if you increase the size of the results table, the bar graph will not take up the full width it's cell.

Top
#135655 - 06/05/01 05:59 AM Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta)
Paul G Offline
Junior Member

Registered: 04/26/01
Posts: 6
Loc: Milton Keynes, UK
Call me stupid, (and maybe I am !)

But when I try to make a new poll i get the following message

"You have used invalid characters in the Poll Options Field.

Valid Character include: Any Alpha Number Combinations with the following characters: ! - . , & '
» Please use your browser's back button to return. "

What am I doing wrong?

Many Thanks

<FONT COLOR="#000000" SIZE="1">[ June 05, 2001 06:01 AM: Message edited by: Paul G ]</font>

Top
#135656 - 06/05/01 06:08 AM Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta)
Ellen Offline
Member

Registered: 09/15/00
Posts: 146
Loc: Clifton, NJ
I got the same exact results as Ruph.

Top
#135657 - 06/05/01 06:23 AM Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta)
Paul G Offline
Junior Member

Registered: 04/26/01
Posts: 6
Loc: Milton Keynes, UK
Yes ! I was stupid, I found the straight line on my keyboard and it is working fine.

I would like to make a suggestion, and that is, can you make this hack compatable with the Hide Forum hack ? When trying to make a poll in a hidden forum, I get the following message

Error -- Email Olson & Report the Following Error:

The C:/inetpub/wwwroot/ubbforum/ubb/Forum14/000006-vote.cgi file could not be opened because: No such file or directory.

The file is there, but I don't think the script can see it because of the way the Hide Forum hack works.

Many Thanks

<FONT COLOR="#000000" SIZE="1">[ June 05, 2001 07:21 AM: Message edited by: Paul G ]</font>

Top
#135658 - 06/05/01 08:49 AM Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta)
ruph Offline
Member

Registered: 02/15/01
Posts: 115
see.. even Ellen is having the same prob.. anyone actually got this hack to work!? i really want this hack!! I have a 6.04e UBB.. and every other hack i've installed worked perfectly.. cept this one...

Top
#135659 - 06/05/01 12:06 PM Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta)
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25434
Loc: Texas
Quote:
quote:



ummm.. here...:) I am using the same instructions you guys are as well....
_________________________
- Allen wavey
- What Drives You?

Top
#135660 - 06/05/01 02:41 PM Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta)
indoe Offline
Member

Registered: 11/25/00
Posts: 238
so i dont need ubbpoll installed?
_________________________
Some men live for others and make their presence known
Some men live in seclusion and choose to live alone...
Some men live for justice and walk inside the law
But of these men, the group I'm in
are the men behind the wall...
- Gato Suertudo

Top
#135661 - 06/05/01 02:51 PM Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta)
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25434
Loc: Texas
Everyone needs to make sure they have DPK's wordlet dev kit installed, seems to be a common problem in both poll script installs. You can find it here:

http://www.nfscheats.com/users/DPK/scripts/cgi_perl/mods_wordlet_devkit_0.1.zip

Fairly easy to install, most finished modifications require this before hand...

We'll try to make the instructions to add this more visible.
_________________________
- Allen wavey
- What Drives You?

Top
#135662 - 06/05/01 03:15 PM Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta)
CNCR Offline
Member

Registered: 03/23/01
Posts: 337
Loc: UK
dammit:

i thought i had it all working, clicked new poll button, went inside made a poll the thread had [Poll] at end and the discription, but the poll wasent there!!!

tryed this twice, and cleared my cashe 4 times, my forums http://www.cnc-revolution.com/cgi-bin/ubb/ultimatebb.cgi

please take a look to see if you can find out the problem...
_________________________

do NOT request graphics via my email, either PM me, or Make a request on the forums.

Top
#135663 - 06/05/01 08:30 PM Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta)
ruph Offline
Member

Registered: 02/15/01
Posts: 115
is DPK's thing ur talking about the same as the vars_wordlets_mods.cgi? i already have that installed.. unless DPK's is a different one. I'll try installing it again..

Top
#135664 - 06/05/01 10:38 PM Re: [6.0x] Thread-Integrated UBB™ Polls V1.4 (beta)
ruph Offline
Member

Registered: 02/15/01
Posts: 115
ok.. i have tried and tried and i'm pretty damm sure i hacked everything 100% correctly!! the New Poll image wont isnt showing and the poll doesnt show up either when you post it... someone please help me!!! heres the link to my board http://www.demobreakers.f2s.com/cgi-bin/ultimatebb.cgi frown

<FONT COLOR="#000000" SIZE="1">[ June 06, 2001 10:46 AM: Message edited by: ruph ]</font>

Top
Page 3 of 11 < 1 2 3 4 5 ... 10 11 >


Who's Online
0 Registered (), 22 Guests and 8 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Team UBBDev Rides Again!
by AllenAyres
Yesterday at 01:36 PM
Blogs, love em or hate em?
by AllenAyres
10/07/08 02:05 PM
What do you use to edit the files
by Ian_W
10/05/08 03:33 PM
BeyondCompare v3.00
by Ian_W
10/05/08 03:32 PM
Glossy Black Theme with Image Reflection
by Gizmo
10/05/08 02:17 PM
ShareThis
by Gizmo
09/28/08 05:06 AM
[7.3] Viewing MySQL logfiles made easier
by AllenAyres
09/27/08 09:57 PM
New Mods
[7.3] Viewing MySQL logfiles made easier
by blaaskaak
09/24/08 05:39 PM
[7.3.1] add search to showmembers page
by blaaskaak
09/07/08 04:50 AM
Newest Members
Kevs, pisa666, ghengis317, NitroX, Dogan
13346 Registered Users
Top Posters Last 30 Days
AllenAyres 11
blaaskaak 6
Chris Bale 4
Gizmo 4
FREAK1 4
Ian_W 4
tackaberry 4

 

 

 
fusionbb message board php hacks