Please Register to get full access to the forums.
 | | How many referrals do you get per day from the Zoints Social Network? How many referrals do you get a day from Zoints? What program are you using to track the results, IE Google Analytics.
Do you think it has been beneficial to your forum? | |  | Join Date: Sep 2006 | Posts: 112 | Location: istanbul | Zoints Social Network is not so good with my site since i have a Turkish userbase and i don't think that there are lots of Turkish websites in zoints. However zoints tags is the product i love  Get tons of music referrals each other day (betten then yahoo) | |  | Join Date: Oct 2006 | Posts: 125 | It is helping my forums. Not a bunch right now, but Zoints is in it's infancy. I think the benefits will be very nice as time goes on as long as Chapman and company stay the course they appear to be on.
I like what I see in the product, it's improvements, and the overall concern for the forum owners at this point. What is Zoints? I've never heard of it, and I thought I've seen most of the social networks :confused: | |  | Join Date: Sep 2006 | Posts: 45 | Re: How many referrals do you get per day from the Zoints Social Network? The link explaning "What is zoints?" is now dead.
From what I see, it looks like a Web 2.0 nothing. So can it put money in my back pocket or not?
.....Okay, so I did a tad bit of reading Community Owners
Brandon
Last edited by brandondrury; 06-03-2007 at 04:43 PM.
vBSetup Team vBulletin Owner vBSetup Owner | |  | Join Date: Feb 2007 | Posts: 37 | Location: Kirkland, Wa | Re: How many referrals do you get per day from the Zoints Social Network? We had it running for awhile and maybe had one conversion so we got rid of it. Although I think we are still active since I didn't get rid of my account. vBSetup Team vBulletin Owner vBSetup Owner |  | Join Date: Feb 2007 | Posts: 48 | Location: [Italy] | UserCp width error Hi, I've modded the USERCP_SHELL template. Now I get a width error: http://img517.imageshack.us/img517/5185/immagineci4.jpg
USERCP_SHELL code: HTML Code: $stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head>
$headinclude
<title>$vboptions[bbtitle] - $pagetitle</title> </head> <body$onload>
$header
$navbar
<!-- enCoded UserCp Start --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat" colspan="3" style="text-align: center;"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('user_cp')"><img id="collapseimg_user_cp" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_user_cp].gif" alt="Open/Hide User Cp Box" border="0" /></a>
[ <a href="usercp.php">{$bbuserinfo['username']} $vbphrase[control_panel]</a> ]
</td> </tr> <tbody id="collapseobj_user_cp" style="$vbcollapse[collapseobj_user_cp]"> <tr> <td class="alt2" width="7%"> <img src="image.php?u={$bbuserinfo[userid]}" alt="Your Avatar" border="0" /> </td> <td class="alt1" width="93%" cellpadding="5"> <div class="smallfont" style="text-align: center;">
Welcome to your $vbphrase[control_panel], {$bbuserinfo['username']}! Here you can edit all your $vboptions[bbtitle]'s options: your signature, your avatar, your profile picture, your profile info, etc! <br />
Click below in the option you want to edit; will appear a menu, in wich you could chose your option. <br />
Dont' forget to set properly all your profile! When you're on $vboptions[bbtitle], you are who you have written here, in your $vbphrase[control_panel]!
</td> </tr> </table> <br /> <!-- Options List Table --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td id="setsopts" class="tcat" style="text-align: center;" width="22.5%"> <a href="$show[nojs_link]#setsopts">$vbphrase[settings_and_options]</a> <script type="text/javascript"> vbmenu_register("setsopts"); </script> </td> <if condition="$show['pmmainlink']"> <td id="pvtmsgs" class="tcat" style="text-align: center;" width="22.5%"> <a href="$show[nojs_link]#pvtmsgs">$vbphrase[private_messages]</a> <script type="text/javascript"> vbmenu_register("pvtmsgs"); </script> </td> </if> <td id="subdthds" class="tcat" style="text-align: center;" width="22.5%"> <a href="$show[nojs_link]#subdthds">$vbphrase[subscribed_threads]</a> <script type="text/javascript"> vbmenu_register("subdthds"); </script> </td> <if condition="$show['deleteditems'] OR $show['moderateditems']"> <td id="modt" class="tcat" style="text-align: center;" width="22.5%"> <a href="$show[nojs_link]#modt">$vbphrase[moderation]</a> <script type="text/javascript"> vbmenu_register("modt"); </script> </td> </if> <td id="miscns" class="tcat" style="text-align: center;" width="22.5%"> <a href="$show[nojs_link]#miscns">$vbphrase[miscellaneous]</a> <script type="text/javascript"> vbmenu_register("miscns"); </script> </td> </tr> </table> <!-- / Options List Table --> <!-- UserCp Popups Menus --> <!-- Settings and Options --> <div class="vbmenu_popup" id="setsopts_menu" style="display: none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead" width="70%">Go..</td></tr> <tr><td class="vbmenu_option" style="text-align: center;"><a class="smallfont" href="profile.php?$session[sessionurl]do=editsignature"><strong>$vbphrase[edit_signature]</strong></a></td></tr> <tr><td class="vbmenu_option" style="text-align: center;"><a class="smallfont" href="profile.php?$session[sessionurl]do=editpassword"><strong>$vbphrase[edit_email_and_password]</strong></a></td></tr> <tr><td class="vbmenu_option" style="text-align: center;"><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofile"><strong>$vbphrase[edit_profile]</strong></a></td></tr> <tr><td class="vbmenu_option" style="text-align: center;"><a class="smallfont" href="profile.php?$session[sessionurl]do=editoptions"><strong>$vbphrase[edit_options]</strong></a></td></tr> <if condition="$show['avatarlink']"> <tr><td class="vbmenu_option" style="text-align: center;"><a class="smallfont" href="profile.php?$session[sessionurl]do=editavatar"><strong>$vbphrase[edit_avatar]</strong></a></td></tr> </if> <if condition="$show['profilepiclink']"> <tr><td class="vbmenu_option" style="text-align: center;"><a class="smallfont" href="profile.php?$session[sessionurl]do=editprofilepic"><strong>$vbphrase[edit_profile_picture]</strong></a></td></tr> </if> </table> </div> <!-- / Settings and Options --> <!-- Private Messages --> <if condition="$show['pmmainlink']"> <div class="vbmenu_popup" id="pvtmsgs_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead" width="70%">Go..</td></tr> <tr><td class="vbmenu_option" style="text-align: center;"><a class="smallfont" href="private.php$session[sessionurl_q]"><strong>$vbphrase[list_messages]</strong></a></td></tr> <if condition="$show['pmsendlink']"> <tr><td class="vbmenu_option" style="text-align: center;"><a class="smallfont" href="private.php?$session[sessionurl]do=newpm"><strong>$vbphrase[send_new_message]</strong></a></td></tr> </if> <if condition="$show['pmtracklink']"> <tr><td class="vbmenu_option" style="text-align: center;"><a class="smallfont" href="private.php?$session[sessionurl]do=trackpm"><strong>$vbphrase[track_messages]</strong></a></td></tr> </if> <tr><td class="vbmenu_option" style="text-align: center;"><a class="smallfont" href="private.php?$session[sessionurl]do=editfolders"><strong>$vbphrase[edit_folders]</strong></a> </td></tr> </table> </div> </if> <!-- / Private Messages --> <!-- Subscribed Threads --> <div class="vbmenu_popup" id="subdthds_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead" width="70%">Go..</td></tr> <tr><td class="vbmenu_option" style="text-align: center;"><a class="smallfont" href="subscription.php?$session[sessionurl]do=viewsubscription"><strong>$vbphrase[list_subscriptions]</strong></a></td></tr> <tr><td class="vbmenu_option" style="text-align: center;"><a class="smallfont" href="subscription.php?$session[sessionurl]do=editfolders"><strong>$vbphrase[edit_folders]</strong></a></td> </tr> </table> </div> <!-- / Subscribed Threads --> <!-- Moderation --> <div class="vbmenu_popup" id="modt_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead" width="70%">Go..</td></tr> <if condition="$show['deleteditems']"> <tr><td class="vbmenu_option" style="text-align: center;"><a class="smallfont" href="moderation.php?$session[sessionurl]do=viewthreads&type=deleted"><strong>$vbphrase[deleted_threads]</strong></a></td></tr> <tr><td class="vbmenu_option" style="text-align: center;"><a class="smallfont" href="moderation.php?$session[sessionurl]do=viewposts&type=deleted"><strong>$vbphrase[deleted_posts]</strong></a></td> </tr> </if> <if condition="$show['moderateditems']"> <tr><td class="vbmenu_option" style="text-align: center;"><a class="smallfont" href="moderation.php?$session[sessionurl]do=viewthreads&type=moderated"><strong>$vbphrase[moderated_threads]</strong></a></td> </tr> <tr><td class="vbmenu_option" style="text-align: center;"><a class="smallfont" href="moderation.php?$session[sessionurl]do=viewposts&type=moderated"><strong>$vbphrase[moderated_posts]</strong></a></td> </tr> </if> </table> </div> </if> <!-- / Moderation --> <!-- Miscellaneous --> <div class="vbmenu_popup" id="miscns_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead" width="70%">Go..</td></tr> <tr><td class="vbmenu_option" style="text-align: center;"><a class="smallfont" href="calendar.php?$session[sessionurl]do=viewreminder"><strong>$vbphrase[event_reminders]</strong></a></td></tr> <if condition="$show['paidsubscriptions']"> <tr><td class="vbmenu_option" style="text-align: center;"><a class="smallfont" href="payments.php$session[sessionurl_q]"><strong>$vbphrase[paid_subscriptions]</strong></a></td> </tr> </if> <if condition="$show['publicgroups']"> <tr><td class="vbmenu_option" style="text-align: center;"><a class="smallfont" href="profile.php?$session[sessionurl]do=editusergroups"><strong>$vbphrase[group_memberships]</strong></a></td> </tr> </if> <tr><td class="vbmenu_option" style="text-align: center;"><a class="smallfont" href="profile.php?$session[sessionurl]do=editlist"><strong>$vbphrase[buddy_ignore_lists]</strong></a></td> </tr> <if condition="$show['attachments']"> <tr><td class="vbmenu_option" style="text-align: center;"><a class="smallfont" href="profile.php?$session[sessionurl]do=editattachments"><strong>$vbphrase[attachments]</strong></a></td> </tr> </if> </table> </div> <!-- / Miscellaneous --> </table> </div> <!-- / UserCp Popups Menus --> <!-- / enCoded UserCp End --> <br /> <!-- main page contents -->
$HTML
<!-- / main page contents -->
$footer
</body> </html> PS: Can you rewrite this bad english in a correct form? :rolleyes: Quote:
Welcome to your $vbphrase[control_panel], {$bbuserinfo['username']}! Here you can edit all your $vboptions[bbtitle]'s options: your signature, your avatar, your profile picture, your profile info, etc! <br />
Click below in the option you want to edit; will appear a menu, in wich you could chose your option. <br />
Dont' forget to set properly all your profile! When you're on $vboptions[bbtitle], you are who you have written here, in your $vbphrase[control_panel]!
| PS2: I will release this mod soon as possible!
 | | vBulletin Setup > vBulletinSetup Information > Making Money Marketing vBulletin > vBulletin Promotion | Thread Tools | | | | Display Modes | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -6. The time now is 12:32 AM. |