Log in

View Full Version : Forum Home Enhancements - SponsorIt


Pages : [1] 2

Mythotical
07-19-2007, 10:00 PM
Due to the pricing and yearly fee of vBulletin I am no longer creating mods for vBulletin, instead I have stepped out of the shadow of vBulletin to create my own stand alone mods. I wish to thank everyone who downloaded and installed my mods but as of now with not being able to afford hosting and vBulletin, I decided to drop vBulletin so hopes of me returning would only happen if my newest venture brings me a nice profit.

Thank you all again
Steve

Yours
07-20-2007, 05:22 PM
Fixes made for Database Error Recieved.

Suggestions/Comments/Questions? Don't hesitate to ask!

Mythotical
07-20-2007, 05:22 PM
Added ACP menu screenshot.

EnIgMa1234
07-20-2007, 05:37 PM
Nice work :)

Installs*

nymyth
07-20-2007, 06:43 PM
installed.....nice work.

Quantnet
07-20-2007, 06:46 PM
Been asking around and waiting for this. Thanksssssssss

FreshFroot
07-20-2007, 07:15 PM
thanks for a great hack! :D

Mythotical
07-20-2007, 09:12 PM
Teehee, glad I actually released something that would get used. Just remember to click Install so that when I update you will know.

Quantnet
07-21-2007, 01:01 AM
Should we install now or wait for the update version if it's coming out very shortly ?

yaoren
07-21-2007, 01:06 AM
Reserved until the update comes out.

Thanks :D

Mythotical
07-21-2007, 02:13 AM
I don't have any plans for the update to come out for a bit longer as I gotta concentrate on my job this week so time will be minimum for doing mods but I will try to get an update to this with a few other features added.

If you want to see a feature, suggest it, lets see if I can get it done.

adc-arab
07-21-2007, 02:25 AM
thx steve for this great mod reserved untill the update coems out :p

oh can u add a feature to change the place of showing the mod like to put it above the forums or the navbar also if u can add a feature to hide this mod from guest that would be awesome thx alot dude ^^

Mythotical
07-21-2007, 02:41 AM
Now thats better, I will accept those feature requests as they make sense. I will just end up adding vB Settings for that type of stuff. w00t

Quantnet
07-21-2007, 03:29 AM
I installed and got this database error

Database error in vBulletin 3.6.7:

Invalid SQL:
SELECT sid,title,url,image,image_type,description FROM `tfw_sponsors` ORDER BY `sid` ASC;

MySQL Error : Unknown column 'image_type' in 'field list'
Error Number : 1054
Date : Saturday, July 21st 2007 @ 12:17:12 AM
Script : http://www.xxx.xxx/forum/index.php
Referrer : http://www.xxx.xxx/forum/online.php?order=desc&sort=time&pp=25&page=1
IP Address : xxx.zxxx.xxxx.xxx
Username : xxxx
Classname : vB_Database

Mythotical
07-21-2007, 03:44 AM
Fixed, redownload the zip file and you only have to reimport the xml file with overwrite enabled.

Quantnet
07-21-2007, 04:20 AM
Edited the template and the Sponsor table is 100% width while my forum is adjustable width just like vb.org

Also, where do i add pictures, banner ? I didn't see any options anywhere.

Mythotical
07-21-2007, 04:23 AM
For now you'll have to upload the banner images to a folder called /sponsors/ in your site root directory. Then enter just the name and extension of the image when adding the new sponsor. I plan to have the new upload option added in next release.

The width issue I will have fixed hopefully soon.

Mythotical
07-21-2007, 04:29 AM
Right now I'm having an issue with a 13 yr old who keeps DDoSing my site so I can't access any of my stuff. We are currently switching hosts because our current host won't do anything to prevent this so I'm going back to HostGator. Hopefully this will be done in the comings hours so I can fixed the issue.

Try changing the code you added in FORUMHOME to this:
<tr>
<td class="tcat" colspan="6" width="$stylevar[outertablewidth]">
Sponsors
</td>
</tr>
<tr>
<td colspan="6" width="$stylevar[outertablewidth]">
<table width="$stylevar[outertablewidth]">
<tr>
$sponsor_bits
</tr>
</table>
</td>
</tr>

Quantnet
07-21-2007, 04:38 AM
Look at the bottom of my forum on my signature. The table is still 100%

Where do i add new sponsor ? VB Options ?

Mythotical
07-21-2007, 05:05 AM
Quantnet: Move the code above the </table> right above it.

You add sponsors through the ACP, you will see a navigation drop down to the left called TFW Sponsor, click the arrow to expand then click Add Sponsor

I have not included any vB Options with this mod, which I will to add the new features mentioned.

Quantnet
07-21-2007, 05:39 AM
I don't see any drop down menu. I uploaded 2 files as directed.

Here is my FORUMHOME template
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
$headinclude
<title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
</head>
<body>
$header
$navbar


$forumbits
<tr>
<td class="tcat" colspan="6" width="$stylevar[outertablewidth]">
Quant Network Sponsors
</td>
</tr>
<tr>
<td colspan="6" width="$stylevar[outertablewidth]">
<table width="$stylevar[outertablewidth]">
<tr>
$sponsor_bits
</tr>
</table>
</td>
</tr>


<div style="padding:3px"></div>

<!--- start insert $photopostfeature below -->
<!--- $photopostfeature --->
<!--- end insert $photopostfeature -->

<!-- what's going on box -->
<!-- top -->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><img src="$stylevar[imgdir_misc]/_cat-top_x.gif" alt="" /></td>
<td width="100%" class="cat-top_x">
$vbphrase[whats_going_on]
</td>
<td><img src="$stylevar[imgdir_misc]/_cat-top_x.gif" alt="" /></td>
</tr></table>

<!-- /top -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">



<if condition="$show['loggedinusers']">
<!-- logged-in users -->
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a>
<a href="online.php$session[sessionurl_q]" rel="nofollow">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest" 3="$numberspiders">$vbphrase[x_members_and_y_guests]</phrase>)
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_activeusers" style="$vbcollapse[collapseobj_forumhome_activeusers]">
<tr>
<td class="alt2"><a href="online.php$session[sessionurl_q]" rel="nofollow"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="$vbphrase[view_whos_online]" border="0" /></a></td>
<td class="alt1" width="100%">
<div class="smallfont">
<div style="white-space: nowrap"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div>
<div>$activeusers</div>
</div>
</td>
</tr>
</tbody>
<!-- end logged-in users -->
</if>
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_stats')"><img id="collapseimg_forumhome_stats" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif" alt="" border="0" /></a>
<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_stats" style="$vbcollapse[collapseobj_forumhome_stats]">
<tr>
<td class="alt2"><img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0" /></td>

$chatbox_forumhome
<td class="alt1" width="100%">
<div class="smallfont">
<div>
$vbphrase[threads]: $totalthreads,
$vbphrase[posts]: $totalposts,
$vbphrase[members]: $numbermembers<if condition="$show['activemembers']">,
<span title="<phrase 1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]: $activemembers</span>
</if>
</div>
<div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
</div>
</td>

</tr>
</tbody>
<if condition="$show['birthdays']">
<!-- today's birthdays -->
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_birthdays')"><img id="collapseimg_forumhome_birthdays" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif" alt="" border="0" /></a>
$vbphrase[todays_birthdays]
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_birthdays" style="$vbcollapse[collapseobj_forumhome_birthdays]">
<tr>
<td class="alt2"><a href="calendar.php?$session[sessionurl]do=getday&amp;day=$today&amp;sb=1"><img src="$stylevar[imgdir_misc]/birthday.gif" alt="$vbphrase[view_birthdays]" border="0" /></a></td>
<td class="alt1" width="100%"><div class="smallfont">$birthdays</div></td>
</tr>
</tbody>
<!-- end today's birthdays -->
</if>



<if condition="$show['upcomingevents']">
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_events')"><img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a>
<if condition="$show['todaysevents']">$vbphrase[todays_events]<else /><phrase 1="$vboptions[showevents]">$vbphrase[upcoming_events_for_the_next_x_days]</phrase></if>
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_events" style="$vbcollapse[collapseobj_forumhome_events]">
<tr>
<td class="alt2"><a href="calendar.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/calendar.gif" alt="$vbphrase[calendar]" border="0" /></a></td>
<td class="alt1" width="100%"><div class="smallfont">$upcomingevents</div></td>
</tr>
</tbody>
</if>
</table><div class="cat-btm_x"><div class="cat-btm_lft"></div><div class="cat-btm_rht"></div></div>
<br />
<!-- end what's going on box -->

<table align="center" class="tborder" cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="alt1" align="center"><div class="smallfont"><strong>
<a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a>
<if condition="$vboptions['forumleaders']">&nbsp; &nbsp;
<a href="showgroups.php$session[sessionurl_q]" rel="nofollow">$vbphrase[view_forum_leaders]</a></if>
&nbsp;
<if condition="!$show['guest']">
<!-- member logout -->
<a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a>
<!-- end member logout -->
</if>
</strong></div></td>
</tr>
<tr>
<td class="alt2"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /> <span class="smallfont">$vbphrase[forum_contains_new_posts]</span> &nbsp;
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" /> <span class="smallfont">$vbphrase[forum_contains_no_new_posts]</span> &nbsp;
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" border="0" /> <span class="smallfont">$vbphrase[forum_is_closed_for_posting]</span></td>
</tr></table>
$forumhome_markread_script
$chatbox_forumhome

$footer
</body>
</html>

projectego
07-21-2007, 08:56 AM
Great idea. Just the kind of hack I have been waiting for. Cheers!

powerful_rogue
07-21-2007, 01:24 PM
Really stupid question, but where do I alter the settings in the ACP?

powerful_rogue
07-21-2007, 05:10 PM
Quantnet: Move the code above the </table> right above it.

You add sponsors through the ACP, you will see a navigation drop down to the left called TFW Sponsor, click the arrow to expand then click Add Sponsor

I have not included any vB Options with this mod, which I will to add the new features mentioned.

Im in the same boat. Installed this on two different VB boards and theres no option in the ACP. :confused:

Mythotical
07-21-2007, 09:06 PM
Quantnet.org: There is no drop down. The images will be displayed once you first upload them to your sponsors folder then go to ACP and add sponsor. From there it will start displaying.

powerful_rogue: Make sure you uploaded cpnav_tfw.xml to your includes/xml directory otherwise the menu will not appear. If you did that, refresh your ACP which will cause it to look for cpnav files from there it will display.

Also, give me a link to your site so that I can view your site and the source code to determine where your problem lies with the display.

powerful_rogue
07-22-2007, 02:27 AM
Ive checked and double checked. Alll files uploaded correctly, however there is nothing in the ACP.

This (http://www.southeastkent.com/dovernew/) is my test site

Mythotical
07-22-2007, 02:29 AM
powerful_rogue: you need to create the /sponsors/ directory in your root forum directory and chmod it to 0777. Set me up a test account on your site and PM me the details so that I can look to make sure the xml file appeared on your site.

Quantnet
07-22-2007, 02:48 AM
Can this be used with OpenAds (phpAdNew) ?

Mythotical
07-22-2007, 02:51 AM
Quantnet.org: Did you get your issues worked out?

How do you mean to use it? Such as if they sponsor your site then they will not be able to see ads or what?

Quantnet
07-22-2007, 03:15 AM
I still have problem with the template. And I still don't see the Add Sponsor anywhere. Refresh the AdminCP, log in and out, no luck.

The OpenAds can give you ad zone where you know put it anywhere...and see how many view/clicks, etc

I PM you an account on my site so you can take a look at my template.
Thanks

Mythotical
07-22-2007, 03:19 AM
KK, I will take a look right quick.

Mythotical
07-22-2007, 03:20 AM
If you could assign that account admin permissions so that I can look at your admin area for the xml stuff.

Quantnet
07-22-2007, 03:32 AM
I make that account Admin with permission to access to styles. I think it should be good ? If you need other access, let me know.
Thanks

Mythotical
07-22-2007, 03:39 AM
Ok got the display issue fixed.

Now I need you to grant me full access to ACP, just need it for about 15 mins so I can check to see if the xml file shows for me.

Quantnet
07-22-2007, 03:49 AM
Done. I saw the table fixed.
Permission granted.
When i go to /admincp/tfw.php I can see the file is there and it shows a table with columns
URL Image Image Type Title

But nothing else

Mythotical
07-22-2007, 03:54 AM
Ok I think I know the problem. Gonna do a fix and reupload.

Mythotical
07-22-2007, 04:00 AM
Ok updated to 1.2.1

Download and upload only the files, don't worry about the product xml file.

Mythotical
07-22-2007, 04:17 AM
Quantnet.org: Ok I refreshed and now the TFW Sponsor menu is there. Enjoy.

Everyone: Installation instructions have been updated.

Quantnet
07-22-2007, 04:25 AM
Quantnet.org: Ok I refreshed and now the TFW Sponsor menu is there. Enjoy.

Everyone: Installation instructions have been updated.

Thanks.
You should be more specific on how to add new Sponsor. What format is the URL use for ? http://... ?

Image ? is it full path to the image in sponsors folder ?
Why the image type for ? .gif ? or gif ?

I added one sponsor and when i click on Edit that sponsor, it goes no where....jus empty there.

Quantnet
07-22-2007, 04:32 AM
In the instruction, you should mention that to add /sponsors/ folder under forum and upload the images there. I still have problem adding/edit/delete sponsors...Can you take a look ?

Mythotical
07-22-2007, 04:32 AM
I plan to create an html page for installation later on.

When entering the URL, just put www.domain.com, the www is required otherwise it will break the link.

For the image you just need to put the image file name, such as TFW.gif or Quan.gif

Image Type I plan to drop as that might not be needed for the next phase of the mod but not sure yet. For now just put image/gif for .gif, image/jpeg for .jpg or .jpeg, image/png for .png

Hmmm, shouldn't be empty. I will check that out.

Mythotical
07-22-2007, 04:36 AM
Ok I know the problem, unfortunately I have to head off to bed. I gotta work for 4 hours in the morning so after that I will get this fixed and probably add a few features and get 1.3 released.

SLY LS1
07-22-2007, 04:41 AM
Im getting a database error

MySQL Error : Table 'tough4_forum.vbtfw_sponsors' doesn't exist
Error Number : 1146

Quantnet
07-22-2007, 04:44 AM
A new database error

Database error in vBulletin 3.6.7:

Invalid SQL:
INSERT INTO `tfw_sponsors`
(`title` , `url` , `image` , `image_type`, `description`)
VALUES (
'ABC',
'www.yahoo.com',
'yahoo.gif',
'image/gif',
'sdfdf'
);

MySQL Error : Duplicate entry '0' for key 1
Error Number : 1062
Date : Sunday, July 22nd 2007 @ 01:35:55 AM
Script : http://www.xxx.xxx/forum/admincp/tfw.php?do=saved
Referrer : http://www.xxxx.xx/forum/admincp/tfw.php?do=add

Classname : vB_Database

Mythotical
07-22-2007, 04:49 AM
SLY LS1: Did you import product-tfw_sponsors.xml via Product Manager?

Quantnet.org: Yep I saw that error when I tried adding a test sponsor. As I stated above I can't look into a fix till after work in the morning.

SLY LS1
07-22-2007, 04:52 AM
SLY LS1: Did you import product-tfw_sponsors.xml via Product Manager?

I sure did.. ive added heaps of hacks b4..

Im just checking my database with mysql to see if the table is there

Mythotical
07-22-2007, 04:56 AM
Ok, if the table is not there then I will look into a fix tomorrow.

SLY LS1
07-22-2007, 04:57 AM
Ok i can see the error

MySQL Error : Table 'tough4_forum.vbtfw_sponsors' doesn't exist

it should be looking for

Table 'tough4_forum.tfw_sponsors' doesn't exist

without the "vb"

Quantnet
07-22-2007, 05:02 AM
I used phpAdmin to manually fix the data table...and the first sponsor show up.

I'd look forward to the next version where it looks like TAZ....Has description on top of the picture, fully phrased so we can edit the title from AminCP, center, bold, etc

SLY LS1
07-22-2007, 05:05 AM
I used phpAdmin to manually fix the data table...and the first sponsor show up.




did you just add the "vb" to the table name ?

Mythotical
07-22-2007, 05:12 AM
'vb' is your table prefix SLY, I suggest checking to make sure that is your table prefix.

My server is getting DDoS'd again so now I have no sites to work on my mods, hopefully my host will fix this kid soon so he will stop DDoSing my site.

SLY LS1
07-22-2007, 05:16 AM
'vb' is your table prefix SLY, I suggest checking to make sure that is your table prefix.

My server is getting DDoS'd again so now I have no sites to work on my mods, hopefully my host will fix this kid soon so he will stop DDoSing my site.

yeah in myadmin the table is only showing up as "tfw_sponsors" so I will add the "vb" and see if that fixes the problem

Quantnet
07-22-2007, 05:19 AM
My feature requrest would be for forums that has separator between forum like my forum, the Sponsor will be wrapped inside a table like a regular forum.

on TAZ, there is a black border 1px around each picture. Can this be done as well ? It should be done via the template right ?

Options where we can choose how many ads per row, column.

SLY LS1
07-22-2007, 05:36 AM
Ok fixed the database issue by adding the "vb' to the table name...

It should automaticly do that by itself!

Now I created a sponsor to test it out, BUT now I can not edit that sponsor, I click edit and get a blank page ?

So I thought id try the delete page, But that seams to only have half the info on it ?

SLY LS1
07-22-2007, 05:49 AM
I can see what the issues are but im not sure how to fix them.

It makes the 1st sponsor number "0"

If you try to add another it doesnt start to count up as in making the next sponsor number 1 then2 etc etc

It trys to make it number "0" as well so you get another database error

Theres a few bugs to sort out here...

principino1984
07-22-2007, 11:32 AM
As soon as I installed I got DB error... and right now I cannot uninstall it amymore cause It gives me db error in Vb acp.

Marco

SLY LS1
07-22-2007, 11:42 AM
As soon as I installed I got DB error... and right now I cannot uninstall it amymore cause It gives me db error in Vb acp.

Marco

Just go to "manage products" and disable it, that will turn it off for now and get your site back up.

also post up the Database error its giving you... id say the table doesnt have the prefix, as mine didnt.

principino1984
07-22-2007, 12:37 PM
Just go to "manage products" and disable it, that will turn it off for now and get your site back up.

also post up the Database error its giving you... id say the table doesnt have the prefix, as mine didnt.

This time i didn't do the backup... i thought it was just a stily modification...thats why I didn't make any backup... I'll try to uninstall it and I'll tell you the DB error I'm gettin ok?

here is the db error when I try to uninstall it...
Invalid SQL:
DROP TABLE `vb_tfw_sponsors`;;

MySQL Error : Unknown table 'vb_tfw_sponsors'
Error Number : 1051

Marco

Mythotical
07-22-2007, 03:27 PM
Working on v1.3 now which will include fixes and a few new features. For now just disable the mod till I release 1.3 which should be within a few hours.

principino1984
07-22-2007, 03:30 PM
Working on v1.3 now which will include fixes and a few new features. For now just disable the mod till I release 1.3 which should be within a few hours.

yeah!!! :D

Mythotical
07-22-2007, 03:52 PM
Could I ask that everyone please go here and post their feature requests so that I can keep track of them better?

TFW Sponsors (http://www.theforumworks.com/project.php?projectid=4)

I will try to get as many feature requests from this thread done but post there to make sure I don't miss any.

Thanks
Steve

Mythotical
07-22-2007, 04:00 PM
Also, please edit your database entries of tfw_sponsors, delete entry sid of '0'.

Mythotical
07-22-2007, 09:03 PM
My server is getting attacked again and has been for the past 3 hours. I am currently trying to get this resolved so I can finish work on the mod. Sorry for the delay.

Quantnet
07-22-2007, 10:02 PM
thanks for the heads up, Steve. We'll wait ;)

Your host is really messed up.

Mythotical
07-23-2007, 01:53 AM
Update for everyone, 1.3 is nearing completion. I have a few more alterations and features then it will be completed.

BTW, we got the DDoS issue fixed and they gave me instructions on preventing this kid from taking my sites down again when he starts to attack again.

Mythotical
07-23-2007, 03:12 AM
Wait till you see 1.3, I have added a few good features. 1 feature I'm gonna add in v1.4 which you will find out upon release which feature that is.

Quantnet
07-23-2007, 03:18 AM
please don't tease. I have checked this every 5 minutes.

When are you releasing 1.3 ?????????????????

Mythotical
07-23-2007, 03:42 AM
I will be releasing it in about 20 mins.

I've still gotta update the install instructions and the zip file. Finishing off the new features now.

adc-arab
07-23-2007, 04:23 AM
Quantnet.org i think u should wait till the next version

edit: aweosme didn't see that 20 mins :D

Mythotical
07-23-2007, 04:30 AM
Next version is what he is waiting for, this has quite a few bug fixes as well as a few new additions. I am adding the image upload then it should be done.

adc-arab
07-23-2007, 05:14 AM
awesome :D i hope the Options where to display and Turn on/off for guests is on that version :D

anyway i clicked installed ;p

Mythotical
07-23-2007, 05:20 AM
Yes display options are there, now I went ahead and added usergroup permissions instead of just for one usergroup so you can limit any usergroup you wish.

Thanks, now enjoy this new version. I probably won't be updating it for a few days unless problems with it arise.

:) Steve

adc-arab
07-23-2007, 05:34 AM
awesome thx alot i gonna install it now can't wait till i see it working the screenshot is really awesome :D i gonna trans it to arabic frist :D thx alot steve

Quantnet
07-23-2007, 05:36 AM
Your mod is pretty prone to any wrong edit. I have lot of database errors when I enter something wrong in the edit sponsor.

I added one sponsor, somehow the image didn't show up. if I enter x.gif, instead of links directly to ./forum/sponsors/x.gif, it links to ./sponsors/x.gif

Quantnet
07-23-2007, 05:45 AM
Database error when clicking on the banner

MySQL Error : Unknown column 'sclicks' in 'field list'
Error Number : 1054
Date : Monday, July 23rd 2007 @ 02:38:21 AM

adc-arab
07-23-2007, 06:05 AM
ops same for me after i add a sponser and tried to edit it i got this

Database error in vBulletin 3.6.7:

Invalid SQL:
UPDATE tfw_sponsors SET title=" XXX", url="www.XXX.com", image="XX.gif", description="XX XXX", sclicks="", inactive="0" WHERE sid=1;

MySQL Error : Unknown column 'sclicks' in 'field list'
Error Number : 1054
Date : Monday, July 23rd 2007 @ 01:05:57 AM
Script : http://XXXXX/vb/admincp/tfw.php?do=editsave
Referrer : http://XXXXX/vb/admincp/tfw.php?do=edit&id=1
IP Address : XXX.XXX.XXX.XXX
Username : XXX
Classname : vB_Database

this when i press save for the changes

also can i vew the sponsors on the header i wonna it above the navbar

adc-arab
07-23-2007, 06:14 AM
also can u remove the white background for the sponsors box and the click button i don't wanna show it to ppl only for admin or not viewing it

Quantnet
07-23-2007, 06:50 AM
The box should be more like a forum with background alt1 or alt2, collapsable,

Quantnet
07-23-2007, 07:13 AM
When select position.

WOL put the box at the bottom
Forum messed up the forum home -> WOL part is now displayed on top of the page
Navbar does not show anything...

You should make a drop down instead of let people type in...less typos...

SLY LS1
07-23-2007, 07:54 AM
Steve, do you have version v1.3 running on your own site without any issues ?

SLY LS1
07-23-2007, 08:15 AM
1. Yeah another error when editing a sponsor

MySQL Error : Unknown column 'sclicks' in 'field list'

2. Deleting seems to work ok now...

3. Adding a sponsor works but now nothing is showing up..

4. You really need to add an instruction page with the download

5. Surely you are running/testing it on your own site before releasing it?

principino1984
07-23-2007, 08:17 AM
When i try to upgrade from 1.2 ...

Database error in vBulletin 3.6.7:

Invalid SQL:
ALTER TABLE `vb_usergroup` ADD `sponsors` INT( 10 ) UNSIGNED NOT NULL DEFAULT '0';;

MySQL Error : Duplicate column name 'sponsors'
Error Number : 1060

Marco

principino1984
07-23-2007, 08:33 AM
now it gaves me this error...

MySQL Error : Unknown table 'vb_tfw_sponsors'

Could you please do something that instead of tryin to modify the vb_tfw_sponsor if it doensn't exist it create a new table?

Cause I dont' have that table in my db...thats why I cannot neither uninstall it or upgrade it.

thanks a lot!

Marco

waller99
07-23-2007, 12:06 PM
Same for me.



Invalid SQL:

MySQL Error : Unknown column 'sclicks' in 'field list'
Error Number : 1054

BadgerDog
07-23-2007, 01:01 PM
Well , installed v1.3 .... but it has issues when trying to edit an entry .... :eek:


Database error in vBulletin 3.6.7:

Invalid SQL:
UPDATE tfw_sponsors SET title="Riflechair\'s Links", url="http://xxxxx.com/", image="http://www.xxxx.com/sponsors/xxxx.jpg", description="", sclicks="", inactive="0" WHERE sid=2;

MySQL Error : Unknown column 'sclicks' in 'field list'
Error Number : 1054
Date : Monday, July 23rd 2007 @ 09:57:42 AM
Script : http://www.xxxx.com/admincp/tfw.php?do=editsave
Referrer :
IP Address : xxx.xxx.xxx.xxx
Username : Badger
Classname : vB_Database

How do I uninstall this mod without screwing up things?

Thanks.... :)

Regards,
Badger

BadgerDog
07-23-2007, 01:21 PM
This is brutal .... :D

I managed to get it to show image by not leading with a path... hope that helps someone...

However, once displayed in forums and you click on image, I get:

Database error in vBulletin 3.6.7:

Invalid SQL:
UPDATE `tfw_sponsors` SET sclicks=sclicks + 1 WHERE sid='4';

MySQL Error : Unknown column 'sclicks' in 'field list'
Error Number : 1054
Date : Monday, July 23rd 2007 @ 10:17:07 AM
Script : http://www.xxxxx.com/sponsor.php?id=4&url=www.riflechair.com
Referrer :
IP Address : xxxxx.xxxx.xxxx.xxxx
Username : Badger
Classname : vB_Database


For some reason, it will accept a new entry, but as soon as you go back to test an existing entry, it starts giving database errors. In trying to figure out what it wants in the fields, I have been only able to get this far by adding new entires, then deleting them to start over with new tests, as the edit doesn't seem to work all....

Has anyone got this working? :erm:

Regards,
Badger

BadgerDog
07-23-2007, 01:59 PM
UNINSTALLED ...........

Besides all of the errors, we found that it corrupted our VBadvanced Home Page "News" display. For some reason, when this mod is turned ON, it creates an inability to find attachment images, when turned OFF, the "News" display instantly returns to normal. The news display slideshow I'm referring to can be seen here: www.milsurps.com

Anyway, nice idea , but I'm not sure it's ready for prime time, although thanks for the coder's efforts... :up:

Can anyone recommend another mod that can do something similar to this, locating a sponsor page at the bottom of the Forum Home Page?

Regards,
Badger

principino1984
07-23-2007, 02:00 PM
how did you uninstall it?

Yours
07-23-2007, 02:08 PM
UNINSTALLED ...........

Besides all of the errors, we found that it corrupted our VBadvanced Home Page "News" display. For some reason, when this mod is turned ON, it creates an inability to find attachment images, when turned OFF, the "News" display instantly returns to normal. The news display slideshow I'm referring to can be seen here: www.milsurps.com

Anyway, nice idea , but I'm not sure it's ready for prime time, although thanks for the coder's efforts... :up:

Can anyone recommend another mod that can do something similar to this, locating a sponsor page at the bottom of the Forum Home Page?

Regards,
Badger

Most of the issues should have been fixed in 1.3
The mod is an independent mod so it is not supported by nor possibly integratable with vBAdvanced. The issue may be something to do with your vBAdvanced settings. For News/recent posts make sure you select a category instead of it just pulling things from all categories as it may be reading the Sponsors as a whole other Forum Category, which it should not be

BadgerDog
07-23-2007, 03:17 PM
how did you uninstall it?

There were no instructions on how to remove it, so I simply used the standard AdminCP function for un-installng the XML file, then deleted all of the uploaded files that came with the mod. There was some vague references in the INSTALL.TXT file about the FORUMHOME template, but it seemed to be related to what the author called "upgrading". Since I never did those template mods, I never bothered with the FORUMHOME template as the hack didn't seem to be in it anyway.... :)

Regards,
Badger

Quantnet
07-23-2007, 03:25 PM
Give Steve some time,
He will come up with the fix in the new version.

for those who looking for a similar mod, you can look at this one https://vborg.vbsupport.ru/showthread.php?t=152350

BadgerDog
07-23-2007, 03:38 PM
Most of the issues should have been fixed in 1.3
The mod is an independent mod so it is not supported by nor possibly integratable with vBAdvanced. The issue may be something to do with your vBAdvanced settings. For News/recent posts make sure you select a category instead of it just pulling things from all categories as it may be reading the Sponsors as a whole other Forum Category, which it should not be

It was v1.3 that I installed and the errors I was getting seem to be the same as everyone else was reporting, so I think there's something else wrong.

As far as the News Forum negative effects, it's a simple mod based upon the Joomla java code and this mod:

https://vborg.vbsupport.ru/showthread.php?t=139529

The News Reader mod is ONLY reading from one forum which doesn't have anything to do with the TFW implementation.

Whatever the TFW mod is doing, it's definitely interacting badly with the News Reader mod, creating an error message:

Warning: Attempt to assign property of non-object in /modules/mod_fpslideshow.php on line 281

That line is attempting to read attachments in posts and it works fine unless TFW is turned ON, then the error starts. To be honest, I really don't want to spend a lot of time figuring it out, as it's not a religious experience. :D

The News Reader mod is excellent for our forums and works fine now, so it's easier for me to find some kind of a sponsor mod (or commercial add-on) that does what TFW does.

Thanks for the feedback... appreciate it... :up:

Regards,
Badger

Mythotical
07-23-2007, 04:18 PM
Everyone please be patient, I do need to sleep, I do have to work.

Yes I run this mod on my test site, I don't understand where the problem could be coming from when I have been running it fine. I will double check that I included the right xml file.

With regards to your news reader mod, I will attempt to modify my code to work with that mod. I will have to get ahold of it and install it so that I can properly test it.

If you click install then you will know when I have released the fix for this. I am gonna try to get it done before I head to work or as soon as I get off tonight.

Mythotical
07-23-2007, 05:10 PM
Testing new version now.

hardiono
07-23-2007, 05:19 PM
I got this message when trying to change option in usergroup

MySQL Error : Unknown column 'nbmsgshowchatbox' in 'field list'
Error Number : 1054
Date : Tuesday, July 24th 2007 @ 12:57:41 AM
Script : http://forum.xxx.com/admincp/usergroup.php?do=update
Referrer : http://forum.xxx.com/admincp/usergroup.php?do=edit&usergroupid=5
IP Address : xxxx
Username : xxxx
Classname : vb_database

Please help.

Mythotical
07-23-2007, 05:27 PM
That is from another mod, check to make sure your chatbox is fully installed.

That means when your installed your chatbox it didn't add that column for the usergroup permission of your chat. I suggest you uninstall it or check where you downloaded that mod to make sure there is not an update.

Mythotical
07-23-2007, 06:39 PM
I have released the updated version. If you had errors please download the new version and overwrite your existing product install.

Tonight I will be working on a work around for the news mod issue.

Quantnet
07-23-2007, 07:05 PM
Still have problem with custom style. WOL put it below WOL
Forum put it on top of WOL but it broke the style
Navbar did not display.

principino1984
07-23-2007, 07:12 PM
Could you please make one version that doesn't have to DROP the table? Cause with the first version you uploaded and that I installed it didn't create anyt table..so anytime I try to overwrite the old one i get this DB error:

Database error in vBulletin 3.6.7:

Invalid SQL:
ALTER TABLE `vb_tfw_sponsors` DROP `image_type`;;

MySQL Error : Table 'Sql76565_3.vb_tfw_sponsors' doesn't exist
Error Number : 1146
Date : Monday, July 23rd 2007 @ 10:04:40 PM

Or, at least let me know what can I do to uninstall the 1.2 version i've on.

I'll appreciate it.

thanks a lot
Marco

edit: nevermind.. .i solved it creating a table called vb_tfw_sponsors by myself and it let me uninstal then....

Mythotical
07-23-2007, 07:39 PM
Its the fact that its not creating the table. That was the only problem. Glad you got it fixed though.

Quantnet.org: I will take a look at it tonight.

principino1984
07-23-2007, 07:58 PM
Its the fact that its not creating the table. That was the only problem. Glad you got it fixed though.

Quantnet.org: I will take a look at it tonight.

yup...anyway since I really need this hack I will wait for the final version of it to install it, since this version is still not workin. And it doesn't modify my styles.

Marco

BadgerDog
07-23-2007, 10:45 PM
If you click install then you will know when I have released the fix for this. I am gonna try to get it done before I head to work or as soon as I get off tonight.

Roger that ... :)

Clicked installed, although I haven't....

Thank for your efforts... :up:

Regards,
Badger

SLY LS1
07-24-2007, 12:05 AM
Ok version 1.3.1 is getting there, I have it installed and it seems to work fine "except" a couple of little bugs

1. The link doesn't redirct to the sponsors URL

2. It changes Capitals to 1st letter capital only in description, that could be a pain if your trying to display something like "LS1" it shows as "Ls1"

Oh steve, can you alter this in your instal instructions, number 7 as its not very clear "cant you put the setting in the "TFW Sponsors" drop down list instead of the "vBulletin Options" ?

If you cant do that I would change it from

7. Edit your vBulletin Settings for TFW Sponsors

I would say should read

7. Go to your 'vBulletin Options" in your "ACP" and find "TFW Sponsors" to turn the sponsors on.

SLY LS1
07-24-2007, 12:17 AM
whoops no, still a problem editing a sponsor

MySQL Error : Unknown column 'sclicks' in 'field list'

Line 29 of sponsors.php

waller99
07-24-2007, 12:41 AM
whoops no, still a problem editing a sponsor

MySQL Error : Unknown column 'sclicks' in 'field list'

Line 29 of sponsors.php


Still same problem here, too.

Mythotical
07-24-2007, 02:30 AM
For those with errors of sclicks, you need to reimport the xml file included otherwise you will continue to get that error.

Mythotical
07-24-2007, 02:40 AM
There will be no final version, this will continue to be developed. The link redirection should be working fine, I will make sure I didn't give you my test file. Not sure on the capitalization issue.

I will get started on 1.3.2.

Mythotical
07-24-2007, 04:46 AM
Quantnet.org: Your problem was one I had to fix manually as your using a heavily modified style. Now I'm gonna redo the mod to look for specific code and at the same time I'm gonna try to make a remove file that will remove all instances of the plugins and products.

Everyone else: I am gonna work on the current fixes, I hope to have it solved by tomorrow about noon.

principino1984: this mod automatically alters your templates. You have to import the product xml file overwriting enabled otherwise it will error out and you will still have the remaining version on your site.

adc-arab
07-24-2007, 05:35 AM
hi steve ^^ i tried to uninstall TFW and i have this problem on my admin panel i still see TFW options see screenshot

https://vborg.vbsupport.ru/attachment.php?attachmentid=67430&stc=1&d=1185258787

Mythotical
07-24-2007, 05:38 AM
You need to remove the xml files from includes/xml directory. That will remove the options, but if you are reinstalling then removing that file you don't have to worry about.

adc-arab
07-24-2007, 05:42 AM
k thx alot steve and i'm waiting for ur update take ur time ur mod is really great and i love it ;)

edit: one more thing :p can u add an option to show the Sponsors on the header :) ( lol i asked alot XD)

Mythotical
07-24-2007, 05:46 AM
Thanks, I will hopefully have 1.3.2 ready tomorrow with a few fixes and alterations to how things are set. I am gonna try to add a custom settings page so that would make it easier.

BadgerDog: Unfortunately the news mod you have installed requires me to pay for it which I don't have the funds at this time to purchase and install along with the vBa addon for it. Therefore I will not be able to create a work around for it. I do apologize, if you wish, enable TFW Sponsor, take a screenshot of the news mod as its not working then post that, I should be able to get a pretty good idea of the problem from there so I might be able to make a work around for it that way, otherwise, I am sorry.

EDIT: If you like my mod please nominate for MOTM, trust me, it will only get better from here on out and I wish to see at least one of my mods get voted for MOTM.

adc-arab
07-24-2007, 05:59 AM
clicked :p just hurry up and do the fixs :p and the header option on where to show it :p

Mythotical
07-24-2007, 06:00 AM
Where to show is done, I am gonna redo it all so its on its own custom settings page leaving out vBulletin Options stuff, makes it easier for using radio buttons instead of drop down. Trust me, this next version might become 1.4 by the time I'm done. :D

Quantnet
07-24-2007, 06:13 AM
Steve,
Clicked MOTM.

My suggestions:

Drop the Click idea. I will be using OpenAds code there so i can track the stats instead of having the Clicks shown.

I edited the template bit to remove it.

You should look at this mod https://vborg.vbsupport.ru/showthread.php?t=152350
and maybe incorporate some ideas into your mod. Something like highlighted when mouse hover the ads?

BadgerDog
07-24-2007, 09:34 AM
BadgerDog: Unfortunately the news mod you have installed requires me to pay for it which I don't have the funds at this time to purchase and install along with the vBa addon for it. Therefore I will not be able to create a work around for it. I do apologize, if you wish, enable TFW Sponsor, take a screenshot of the news mod as its not working then post that, I should be able to get a pretty good idea of the problem from there so I might be able to make a work around for it that way, otherwise, I am sorry.

Thank you for looking at it Sir.... :)

Appreciate your efforts.... :up:

At this time, I'll look for another sponsor link option...

Uninstalled....

Regards,
Badger

waller99
07-24-2007, 12:06 PM
Still the same error. I uploaded the newest xml file too. I get this error when I click on the banner. Also I get a similar error when I try and edit the banner in the admincp.

Invalid SQL:
UPDATE `vbtfw_sponsors` SET sclicks=sclicks + 1 WHERE sid='8';

MySQL Error : Unknown column 'sclicks' in 'field list'

Mythotical
07-24-2007, 02:36 PM
waller: I'm gonna see if somehow its not getting inserted properly or something.

Everyone: Clicks I think I will make optional where as the person can click yes to use and it will use the click program otherwise it will just redirect without adding a click count.

BadgerDog: I believe there is vbSponsor, check it out, it does pretty much the same as mine but I think it has less options.

Quantnet.org: I took a look at the mod you pointed out, I decided that I will not add any of those type of features just yet. I want to get a more stable release before I go to add any big features like that. Thanks for the suggestion tho, I will say its accepted.

Yours
07-24-2007, 03:06 PM
Still the same error. I uploaded the newest xml file too. I get this error when I click on the banner. Also I get a similar error when I try and edit the banner in the admincp.

Invalid SQL:
UPDATE `vbtfw_sponsors` SET sclicks=sclicks + 1 WHERE sid='8';

MySQL Error : Unknown column 'sclicks' in 'field list'

The error you are receiving is not one that we can replicate on a test forums. You must be upgrading it incorrectly. My suggestion is uninstall the product completely, delete files that you uploaded it for this, and re-install it all over again. The issue you are receiving is due to the upgrade not going correctly on your end.

BadgerDog
07-24-2007, 11:13 PM
BadgerDog: I believe there is vbSponsor, check it out, it does pretty much the same as mine but I think it has less options.



Thanks, I'll check it out.... :up:

BTW, I re-installed your latest version as a test and it still has conflicts with attachments, for whatever reason.

I'll check back now and then for subsequent versions....

Regards,
Badger

Mythotical
07-24-2007, 11:41 PM
Cool, hope one of the releases works for you, not sure why its killing attachments but I will investigate on that definately.

principino1984
07-25-2007, 10:45 AM
when u think you'll publish a 2.0 stable version?

Yours
07-25-2007, 01:17 PM
a 2.0 stable version might be a bit off as we are working on our dedicated server amongst a few other projects. There will be a 2.0 stable version out, but we cannot put a specific time frame on it as of yet.

Mythotical
07-25-2007, 06:30 PM
I will get a new version released as soon as I have time to get more work done on it which I hope to have this weekend.

Ftu-forum
07-28-2007, 08:36 AM
Hi man, this mod is what i need
So, would you please help to bring this mod to Portal system, like Vbnews or Vbadvanced :)
Thanks

Mythotical
07-28-2007, 08:45 PM
Sorry, things came up that prevented me from working on this further. I will continue working on this tomorrow.

ReadOrDie
08-05-2007, 01:08 PM
This isn't showing up for me. I installed it correctly, enabled it in VB options and enabled it for the usergroups. However I see no change on my forum page...Any ideas?

principino1984
08-05-2007, 04:37 PM
any news?

Mythotical
08-05-2007, 05:44 PM
That means you have removed a necessary variable in the template that is required for it to display. Do you have a custom style installed?

Unfortunately, with me working 2 jobs, its hard for me at this time to work on mods. I will try to get to it within the week.

Yours
08-05-2007, 07:32 PM
As Steve said he is having issues with real life with his 2 jobs as he is busy so the mod may be a bit later than expected. We will make sure to get a final version out for you and hopefully keep updating this!

M Shaker
08-05-2007, 10:43 PM
installed.

principino1984
08-19-2007, 11:14 AM
any news?

welovehiphop
08-19-2007, 07:32 PM
I have it working showing on my forum main page, but want the sponsors showing in each post ?

welovehiphop
08-19-2007, 08:12 PM
another issue, its installed on the forum home page, but when people click the sponsors it redirects them back to our home page and not the intended link

Mythotical
08-21-2007, 09:34 PM
Sorry about the absence, I am back now. I have finally found a doable time frame for me to work on code and still spend time with my kids. I won't be releasing mods as quickly as I was but I will still release them, if an emergency update is needed I will get it up ASAP and remove the old zip file.

welovehiphop: Did you add a link to the sponsor when you added it via ACP?

tyomka1
11-16-2007, 02:36 AM
Very nice mod. Thanks

Mythotical
11-16-2007, 02:48 AM
Will be reworking this mod starting tomorrow.

batmandr
11-20-2007, 04:32 PM
I have installed the TFW as explained in txt...yet i cannot see the sponsors on the page.

is there any assistance as to troubleshooting? or direction for exact configurations? i am new to this and have the site ready except for the sponsrs section.

any help is appreciated...thanks.

Mythotical
11-28-2007, 09:35 PM
I will attempt to get a new version released in the next couple of days.

soletrader
12-08-2007, 12:12 AM
any updates?

Mythotical
12-08-2007, 12:58 PM
Sorry, nothing as of yet, I've been swamped with the holiday season and such. I'm trying to get alot of my mods updated as well as concentrate on other things at hand.

Just keep checking back, I hope I'll be able to get it done real soon.

Cheers
Steve

xangelx
01-19-2008, 10:41 PM
I have this installed and semi working, the problem is the pic refuses to show and there is no clickable link

Mythotical
01-21-2008, 12:25 AM
Ok what version of vb you running?

christi78
01-22-2008, 02:18 AM
My only issue is that it is not displying any place I ask it to. I have even turned off the plugin and manually edited forumhome, navbar and other and still get nothing to display the admin side works fine and I have no SQL errors so I am at a loss.

Mythotical
01-22-2008, 02:24 AM
christi, what version of vb do you have installed?

Mythotical
01-22-2008, 02:32 AM
Official Announcement: I have started to rework TFW Sponsors to become SponsorIt!. It will have the same features as now but it will have some extra features. After all of the people posting stating that there are problems with it displaying, I decided to redo it now. I should have a good prime stable version pounded out in a few days. Look for the update email when the new version is released.

christi78
01-22-2008, 12:22 PM
Thanks Steve :) I will be looking forward to it

inciarco
01-22-2008, 12:49 PM
Official Announcement: I have started to rework TFW Sponsors to become SponsorIt!. It will have the same features as now but it will have some extra features. After all of the people posting stating that there are problems with it displaying, I decided to redo it now. I should have a good prime stable version pounded out in a few days. Look for the update email when the new version is released.

Great... I'll wait then for the Update to Test it!! :up:

My Best Regards!! ;)

:)

Mythotical
01-22-2008, 03:00 PM
Also, I plan to release the 3.6.x version first then begin testing on 3.7 so when it goes gold this will work with it.

christi78
01-23-2008, 12:23 AM
I will keep checking back as I love the idea of this mod if you need any help coding or testing let me know.

Mythotical
01-23-2008, 01:40 AM
Ok I have resolved the issue of it not displaying, seems the settings I set forth canceled each other out or something, I might have gotten the settings mixed up.

Doing the following currently:
- Adding own settings page outside of vbsettings
- Adding image upload option instead of straight file system use
- Adding width/height option upon adding new sponsor
- Collapsible sponsor box
- Redoing redirect options and page

So far so good, still got a few things left to do to finish the revamp of the current mod then on to adding the above features.

Christi: Thanks, I appreciate the offer, once I release it here, if you can test it to the extreme and post up all errors/bugs then that will be alot of help.

christi78
01-23-2008, 02:03 AM
as soon as you post the code I will test it and test it some more to make sure everything is in order. I run on 3.6.8 but also have a board on 3.6.4 which is upgrading to 3.7 soon.

inciarco
01-23-2008, 08:52 PM
I'll Test the New Update too on my Test Forum, that has vB 3.6.7 PL1, as soon as you Publish the Update, and I'll share with you the Results!! :up:

My Best Regards!! ;)

:)

Mythotical
01-23-2008, 09:07 PM
Great, my concern is 3.7

Mythotical
01-24-2008, 04:59 AM
Well I ran into a problem getting the image upload option to work properly, currently working on fixing it. Trying to make it have option for using file system for sponsor images or database. Downfall to that is if you switch between the 2 after having images already set in say database, they won't be transferred to file system.

inciarco
01-24-2008, 07:29 AM
Well I ran into a problem getting the image upload option to work properly, currently working on fixing it. Trying to make it have option for using file system for sponsor images or database. Downfall to that is if you switch between the 2 after having images already set in say database, they won't be transferred to file system.

In a Mod made by Cybernetec (Flash-Image Banner Rotator), thas Hack works only with Files Uploaded in the Database, and works Fine (I have it with almost 200 Banners of 50Kb each and works really good and Fast)!! ;) :rolleyes:

Cyb - Flash-Image Banner Rotator
https://vborg.vbsupport.ru/showthread.php?t=131254

I think Storing the Banners in the DataBase is a Good Option, but if you can Work Both Options, for Very Very Large Banners this could Help the Database Backup to be Less Large and Faster to Create, (won't be my Case, I prefer to use Light Banners so that they can Load Fast)!! ;) :rolleyes:

I think you should Release your First Next Update with the Database Storage Option, and in your Second Next Update Provide the Other Option (to Store Files in a Folder of the Server with 777 Permissions)!! ;)

My Best Regards!! ;)

:)

christi78
01-25-2008, 03:30 PM
Going to nominate this for MOTH as soon as the new version is out. :) even though I got the current version work :)

inciarco
01-25-2008, 03:35 PM
Going to nominate this for MOTH as soon as the new version is out. :) even though I got the current version work :)

Me Too!! :up:

:)

inciarco
01-25-2008, 09:43 PM
OOPS My Bad!! :o:o:o I just remembered that Cybernetec's Mod uses Links to Uploaded Images instead of Uploading them to the Database, so it's more like the way you're using it right now, so it's functional to still using the sponsors Folder to store the Files and to FTP them; if you can add the option to upload images from the Computer would be Great!! ;)

I also noticed that there's a Bug in the Current Image, because my Forums are located in zzz.com/foros and the image displayed points to zzz.com/sponsors/image.gif so it doesn't point to the right location of it.

Another Bug: The URL has to be included without the "http://", because otherwise that text is duplicated at the beginning of the Link and when opening causes that Error.

Perhaps you can consider providing other Locations to place the Sponsors like also Above the Navbar!! ;)

Also would be great to be able to see the Sponsors in other selected Forums, and if desired in the threads inside them(numbers of forums separated by commas), so that sponsors can be displayed in those forums and as optional could be to see them on the threads, so that sponsors are fully covered in the selected forums additionally to the Main Page)!! ;) Read the Next Phrase because it adds some ideas that apply to this Global option but to each sponsor, and I think that other option would be more than Great!! ;)

For other future Uploads you can consider to add a field to each sponsor so that the user can include the list of the number of the forums to display the sponsor, so that some sponsors could be displayed in selected forums. Other additional yes/no option could be provided to choose if sponsor should be displayed in Main Page. Other additional yes/no option could be provided to choose if sponsor should be displayed in the Theads. So that way you have complete control on where each sponsor will be displayed and also if any sponsor will be displayed in the Threads, so the user can personalize this according to the sponsor needs or the specific forums and pages the sponsor would like to be displayed!! ;););) (that would be GUAU S?per Great!! :up:)

If you make box collapsible would be good to specify wich usergroups users can collapse the sponsors' Box; would be nice too to have a query to set the collapsed option to "No" and force that way any desired time to be shown; there's a Mod called "Did you know ...?" that has that option with the Tips Box; would be great that the query can be executed via Admin Control Panel with a Link provided by you!! ;)

My Best Regards!! ;)

:)

inciarco
01-25-2008, 09:55 PM
My only issue is that it is not displying any place I ask it to. I have even turned off the plugin and manually edited forumhome, navbar and other and still get nothing to display the admin side works fine and I have no SQL errors so I am at a loss.

Perhaps you should check in Admin Control Panel -> vBulletin Options -> TFW Sponsors - > that the Option "Enable/Disabled TFW Sponsors" is set to "Yes"; I noticed that by Default is set to "No"!! ;)

Other thing could be that you didn't uploaded some File or Folder, so would be good to upload them again!! ;)

I've tested it in vB 3.6.7!! ;)

My Best Regards!! ;)

:)

christi78
01-26-2008, 01:31 AM
Yeah I already got this fixed and displying correctly. I have been working on the upload issue as stated above to modify the current version and keep geeting an SQL error with 3.6.4 which is my test board. It works fine under my 3.6.8 as I based it on the photoplog code for the image to SQL.

ajm4481
01-28-2008, 07:57 PM
clicks install sexi stuff

www.koomid.com

Mythotical
01-29-2008, 12:26 AM
LOL

Inciarco: Thanks for those suggestions, after my trip to AZ, I will get back on top of this mod and will check out your suggestions. Right now with new features, I will do more features once I have released 2.0

Christi: Good to hear

ajm4481: Thanks

To All: The problem with how I was doing it was using vBulletin settings stuff, instead I'm using my own settings table and query which will help out alot for me when providing an upgrade script. There will be a custom install script so no need to import a plugin, no template edits, nothing more than uploading the install script and browsing to it. All I can say is I hope you all enjoy the new features and all the great stuff that I have put into this new version.

inciarco
01-29-2008, 02:20 AM
Great Steve M!! :up::up::up:

I'll be Very Happy to Test the New Version!! :up::up::up:

My Best Regards!! ;)

:)

Mythotical
01-29-2008, 06:05 AM
Thanks inciarco

UPDATE: I am close to getting the image upload to work, it will use the file system to upload to instead of the database, I think that would be the best option. Just waiting on a reply in my thread here regarding a small problem I'm having. Collapsible box now added as well, gonna add 2 more locations for the box to appear, left column or right column so I am looking forward to how the left/right column part works out.

inciarco
01-29-2008, 12:23 PM
Thanks inciarco

UPDATE: I am close to getting the image upload to work, it will use the file system to upload to instead of the database, I think that would be the best option. Just waiting on a reply in my thread here regarding a small problem I'm having. Collapsible box now added as well, gonna add 2 more locations for the box to appear, left column or right column so I am looking forward to how the left/right column part works out.

Remember also the Above Navbar Location; you can see in the Mod of Cybernetes, of Advanced Forum Statistics, All the Locations he Offers in that Mod to Place the Statistics; is very Flexible, would be Great to have those same Locations in your Mod!! ;)

Locations:

1. Above Forums
2. Below Navbar
3. Below Forums
4. Below "What's Going On" Box

and I'd Add Two More Options:

5. On Header (Displayed in all Pages of the Forum)
6. On Footer (Displayed in all Pages of the Forum)

My Best Regards!! ;)

:)

Mythotical
01-29-2008, 02:04 PM
Inciarco: Considering my settings are called globally, I can probably swing adding the header and footer part to appear on all pages.

Mythotical
01-29-2008, 04:06 PM
UPDATE before my trip: I got the computer to web folder upload feature working, works great. All that is left is to do the delete part, and the edit part then a few more tweaks before release. Look for it in about a week, I will be gone for 4 days on a trip.

Mythotical
02-02-2008, 11:49 PM
UPDATE: Ok the header/footer display is working except the color formating isn't working. Edit/Delete parts are about 50% done.

EDIT to UPDATE: header/footer display working perfect and on all pages. Edit/Delete pages not displaying image. Option to change image removed since the upload file option is there. Will release 2.0 version then work on editing image by uploading new image.

inciarco
02-03-2008, 01:17 AM
Great Steve M!! I'll be Waiting for the Update File to Test it!! :up:

My Best Regards!! ;)

:)

christicehurst
02-03-2008, 05:29 AM
Where are the files?

inciarco
02-03-2008, 03:13 PM
Where are the files?

I haven't noticed that!! :o :confused:

I hope Steve M Upload the New Version Files soon!! :rolleyes:

My Best Regards!! ;)

:)

Mythotical
02-03-2008, 05:43 PM
The old version was removed as it was obsolete, I will be uploading the new version tonight.

inciarco
02-04-2008, 02:32 AM
Version 2.0 Downloaded; I'll Try it and Share with you my Experiences with it!! ;)

Thank You Very Much Steve M!! ;)

My Best Regards!! ;)

:)

puritan
02-04-2008, 08:31 AM
Hi All,
thanks for the mod.
I've installed my first VB today and i've installed this mod too.

I've changed a template and I want to insert the banner in my vb like http://www.techzonept.com/

Hope you guys can help me out.

Best Regards,
JC

Subah
02-04-2008, 09:01 AM
Cool :)

Mythotical
02-04-2008, 08:56 PM
puritan: This mod is not meant to be used as a banner rotation system. Its meant as a way to display sponsors who help out with your site.

Mythotical
02-04-2008, 08:58 PM
I also ask that if you download the mod to please click install if you have it on your website.

inciarco
02-06-2008, 03:19 AM
I don't know if is an Error on my Test Forum (I needed to create a new fresh one and only Today I could Test it), but I'm getting the Following Errors (Bugs??) :confused: :(

1. I don't find the Sponsor It Settings in the vBulletin Options List.
2. When Changing the Settings of the Mod, and Pressing Save, they're not Saved.
3. Sponsors Don't Edit, I'm redirected to the Error Page of my Forum (it happens when a Wrong Link is Followed).
4. Same Error happens when trying to Delete an Sponsor.
5. I can Create an Sponsor, but Image is Uploaded in the Server (I Prefer in the Folder), but I can't change the Options because of Error #2 of this List.
6. I didn't find the Width/Height Option in the Settings.

I haven't been able to Test it further because of those Errors, so is Important that someone that is Testing this Mod could Confirm if is experiencing the same Errors.

Would be Good that you Upload the Previous Version of the Mod, for Forumers to Compare, and to use Previous Version until this New one if Finished!! :rolleyes:

My Best Regards!! ;)

:)

Mythotical
02-06-2008, 09:26 PM
The new one is finished. LOL

1. There is no more vBulletin Options, I stated that earlier, it has its own set of options via SponsorIt > Settings
2. Are you changing one setting or all settings?
3. I probably put the wrong link in there, I will double check that
4. Same as #3 above
5. Images are not uploaded to server, they look like it but in fact they are stored in your file system, check your images/sponsors folder or whatever folder you set in the options
6. Width/Height options were left out on Add/Edit pages by accident, I will get that version out ASAP.

My question to you, what version of vBulletin are you running? What version of PHP and MySQL?

Cheers
Steve

inciarco
02-07-2008, 02:45 AM
vBulletin 3.6.7 PL1
MySQL 4.1.20
PHP 4.3.11

inciarco
02-07-2008, 05:30 AM
I confirm the Previously Mentioned Bugs!! :( :confused:

The Mod has Bugs, you need to Check Your Coding and Make Installation Tests in vB 3.6.7 PL1 and vB 3.6.8!! :confused: :(

I've Installed Again the Previous Version and that Version allow to Set On/Off the Mod, but this New Version don't Save the New Setting!! :confused: :(

I recommend that You Upload Again the Previous Version of your Mod for the Forumers to be able to Use it, because that was a Stable Version!! :rolleyes:

I Hope You can correct the Bugs and Present a Stable Version of this Great Mod!! ;)

You're in the Right Path Steve M, the Presentation and Options, are really Improved; now is Important that it Works Fine!! :rolleyes:

My Best Regards!! ;)

:)

wim s
02-07-2008, 07:18 AM
Need some help we having serious d base prob.

We are using the old tmf and upgrade to sponsors. Now we have d-base problems,

MySQL Error : Unknown column 'language.phrasegroup_sponsors' in 'field list'
Error Number : 1054

Prob, we can't uninstall sponsers or fix it to run.

thanks

wim

Mythotical
02-07-2008, 01:05 PM
Inciarco, the mod was built using PHP 5 and MySQL 5, I don't have a PHP 4 enviroment to build on otherwise I would test it. Also, the previous version was not stable as it was erroring out, thats why I built this new version. I will run as many tests as I can, I will try to get a friend of mine who has PHP 4 to run it and see if they have the same problems. BTW, I have built this mod using 3.6.x and tested on 3.7 so its your PHP version not the vB version.

wim s, I will check to make sure its actually adding the phrasegroup.

inciarco
02-07-2008, 01:56 PM
Inciarco, the mod was built using PHP 5 and MySQL 5, I don't have a PHP 4 enviroment to build on otherwise I would test it. Also, the previous version was not stable as it was erroring out, thats why I built this new version. I will run as many tests as I can, I will try to get a friend of mine who has PHP 4 to run it and see if they have the same problems. BTW, I have built this mod using 3.6.x and tested on 3.7 so its your PHP version not the vB version.

wim s, I will check to make sure its actually adding the phrasegroup.

I Hope You can Code it to Work with PHP 4 and MySQL 4, Steve M!! :( :o

I Like a Lot this Mod, and Would Like to be Able to Test it in my Test Forums!! :rolleyes: :(

I Send You My Best Regards, and Hope For an Update that I Can Use in My Community and with my Data Base and PHP Configuration!! ;)

Edit:

Other Bug I Found on the Application, now that I see the Post of wim s, is that the New Version of the Mod don't Uninstall Completely; It leaves some Admin Fields such as the New "Settings" Option in the Admin Control Panel, even if I Uninstall this New Version and Reinstall the Old One!! :confused: :(

I Hope You Can Develop the Version Compatible with my Server PHP and My SQL Versions, to Share with You More Feedback; for Now I Can Only Use the Old Version!! :confused: :(

My Best Regards!! ;)

:)

wim s
02-07-2008, 07:32 PM
Thanks Steve,

Unstalling sponsors give you this error,

Database error in vBulletin 3.6.8:

Invalid SQL:
DROP TABLE `sponsors`;

MySQL Error : Unknown table 'sponsors'
Error Number : 1051
Date : Thursday, February 7th 2008 @ 10:29:04 PM
Script : http://www.removed-forum.nl/forums/admincp/plugin.php?do=productkill
Referrer :
IP Address :
Username : Wim
Classname : vB_Database

Mythotical
02-09-2008, 12:16 AM
Sorry, I should have an updated version out soon, still testing and finding the bugs mentioned above, a few I can't seem to reproduce.

inciarco
02-09-2008, 12:59 AM
Sorry, I should have an updated version out soon, still testing and finding the bugs mentioned above, a few I can't seem to reproduce.

Good News, Steve M!! :up:

I think that could be good for you to create a New Test Forum (3.6.7 PL1 and/or 3.6.8), and make a Fresh Install, Tests, and also the Uninstall of your Mod, so that you can Verify that in a Fresh New Install (not in the Forum where You're Developping the Mod), Errors Appear, which is the case of us all Users that are Installing and Unistalling Your Mod for the First Time!! ;) (Perhaps that way the Errors we're sharing with you will appear in your Tests) :rolleyes:

My Best Regards!! ;)

:)

Necrosaro420
02-11-2008, 04:34 PM
Database error in vBulletin 3.6.4:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Administrators',
`description` = '',
`usertitle` = 'Administrator',
`opentag` = '<b><font color=\"red\">',
`closetag` = '</b></font>',
`passwordexpires` = '0',
`passwordhistory` = '360',
`vbwikiroles` = 'createpage,createpages',
`modqueueperms` = '1',
`itraderpermissions` = '7',
`awardpermissions` = '1',
`vbppermissions` = '65529',
`vbp_discountrate` = '0.00000',
`vbp_paycheckamount` = '0.00000',
`vbp_secondarycost` = '0.00000',
`vbp_primarycost` = '0.00000',
`forumpermissions` = '1048575',
`genericpermissions` = '1040187327',
`attachlimit` = '0',
`pmquota` = '5000',
`pmpermissions` = '7',
`pmsendmax` = '5',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericoptions` = '63',
`profilepicmaxwidth` = '223',
`profilepicmaxheight` = '117',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '223',
`avatarmaxheight` = '117',
`avatarmaxsize` = '50000',
`signaturepermissions` = '245759',
`sigpicmaxwidth` = '500',
`sigpicmaxheight` = '100',
`sigpicmaxsize` = '20000',
`sigmaxrawchars` = '0',
`sigmaxchars` = '0',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '0',
`hc_usercountdown` = '1',
`arcadepermissions` = '255',
`minpoststoplay` = '0',
`minreptoplay` = '-1000',
`minreglengthtoplay` = '0',
`sponsors` = '1',
`grouppma` = '3'
WHERE usergroupid=6;

MySQL Error : Unknown column 'sponsors' in 'field list'
Error Number : 1054
Date : Monday, February 11th 2008 @ 01:33:21 PM
Script : http://www.xxxxxxx/admincp/usergroup.php?do=update
Referrer : http://www.xxxxxxxx.com/admincp/usergroup.php?do=edit&usergroupid=6
IP Address : xxxxxxxxxxxxxx
Username : xxxxxxxxxxxx
Classname : vB_Database

Mythotical
02-11-2008, 09:08 PM
Its not a matter of a fresh install or not, its a matter of the PHP version. Let me see if I can get a fresh install setup on a friends php4 enviroment otherwise I will have to run the enviroment on my own CPU.

semaXD
02-11-2008, 09:50 PM
im having the same problem as inciarco

wim s
02-14-2008, 04:44 PM
Its not a matter of a fresh install or not, its a matter of the PHP version. Let me see if I can get a fresh install setup on a friends php4 enviroment otherwise I will have to run the enviroment on my own CPU.

We are running on php 5.2.5 and mysql 5.0.45

semaXD
02-14-2008, 05:32 PM
Its not a matter of a fresh install or not, its a matter of the PHP version. Let me see if I can get a fresh install setup on a friends php4 enviroment otherwise I will have to run the enviroment on my own CPU.

hey chief any luck with this yet I also noticed that because ther is a toggle in the admin view of the users access panel I cannot change any user info from the admin panel while sponsorit is installed

inciarco
02-15-2008, 05:10 PM
While a New Enhanced and Functional Version of the Update is Released, perhaps some Persons would like to Check the Following Mod that manages Affiliates; perhaps that Mod could provide some Lights to Steve M for a Future Update of this Mod:

Affiliate Box - Scrolling and Fading Affiliate Buttons (https://vborg.vbsupport.ru/showthread.php?t=152350)
https://vborg.vbsupport.ru/showthread.php?t=152350

I think Steve M that You should Attach the Previous Version of your Mod for New Users that don't know it to Use it, (that Version was almost 100% Functional), and allow them to Use it and to Compare that Version with the Update you're working Now!! ;) :rolleyes:

If You Authorize me I Can Attach it to a Message, but is Better that you Attach it on the Mod Presentation as a Previous Version of it!! ;) :rolleyes:

My Best Regards!! ;)

:)

semaXD
02-15-2008, 08:22 PM
HELP!!
I installed sponsorit 2.0 it was not working so i removed the sponsorit components from my forum I backed up the two tables 'sponsors, sponsor_settings' then i dropped the two tables. now my forum doesn’t work at all!! and I can not access the adminCP either.
i tried to upload the tables but apparently they are corrupt. is there some thing else I can do to get in!!

here is the error I get.
Database error
The Girlfriends Films Forums database has encountered a problem.

--------------------------------------------------------------------------------
Please try the following:
Load the page again by clicking the Refresh button in your web browser.
Open the girlfriendsfilms.com home page, then try to open another page.
Click the Back button to try another link.

The girlfriendsfilms.com forum technical staff have been notified of the error, though you may contact them if the problem persists.

We apologize for any inconvenience.
-------------------------------------------------------------------------------------------
Database error in vBulletin 3.6.8:

Invalid SQL:

SELECT set_value, varname
FROM sponsor_settings
WHERE varname IN ('sponsor_active', 'sponsor_title', 'sponsor_message', 'sponsor_position', 'sponsor_columns', 'sponsor_redirect', 'sponsor_file', 'sponsor_imgpath');

MySQL Error : Table 'lesbianforum.sponsor_settings' doesn't exist
Error Number : 1146
Date : Friday, February 15th 2008 @ 02:16:34 PM
Script : http://girlfriendsfilms.com/forum/index.php
Referrer :
IP Address : 75.3.224.70
Username : GFadmin
Classname : vb_database


um help!!!

UPDATE

now i can get the sign-in for the admin control panel but cant sign in. all i get is


Warning: Unknown(/var/www/html/forum/includes/functions_sponsorit.php): failed to open stream: No such file or directory in /global.php(360) : eval()'d code on line 1

Fatal error: (null)(): Failed opening required '/var/www/html/forum/includes/functions_sponsorit.php' (include_path='.:/php/includes:/usr/share/php') in /var/www/html/forum/global.php(360) : eval()'d code on line 1

Ejecutor Hanzo
02-18-2008, 01:23 PM
While a New Enhanced and Functional Version of the Update is Released, perhaps some Persons would like to Check the Following Mod that manages Affiliates; perhaps that Mod could provide some Lights to Steve M for a Future Update of this Mod:

Affiliate Box - Scrolling and Fading Affiliate Buttons (https://vborg.vbsupport.ru/showthread.php?t=152350)
https://vborg.vbsupport.ru/showthread.php?t=152350

I think Steve M that You should Attach the Previous Version of your Mod for New Users that don't know it to Use it, (that Version was almost 100% Functional), and allow them to Use it and to Compare that Version with the Update you're working Now!! ;) :rolleyes:

If You Authorize me I Can Attach it to a Message, but is Better that you Attach it on the Mod Presentation as a Previous Version of it!! ;) :rolleyes:

My Best Regards!! ;)

:)
Please post an previous version from this mod, I love this mod, but the last version is very unstable =(.

Whatever, thanks Steve! I'll be waiting for the next ver.

inciarco
02-18-2008, 05:07 PM
Please post an previous version from this mod, I love this mod, but the last version is very unstable =(.

Whatever, thanks Steve! I'll be waiting for the next ver.

By this Specific Request, I Upload the Last Version of this Mod; I Hope Steve M don't have any Problem with this, if you do, please tell me and I'll remove the File!! ;)

I managed to Know one Mod (vBSpell) by the Help of a Forumer that Posted the Previous Version of that Mod (the Latest one has an Error), and thanks to that I'm Using that Mod in my Community!! :rolleyes:

There are Small Bugs in this Version of this Mod, but is Functional in vB 3.6.7. PL1!! ;)

My Best Regards. I Hope Steve M can Surprise us with another Update that Works with PHP 4.x and that has all Bugs Fixed!! ;) :rolleyes:

:)

Mythotical
02-18-2008, 06:01 PM
Inciarco, thanks for the info for that affiliate box mod but I do not go off of other people's mods to make my own, I do it out of respect for the creator and I can honestly call my own work fully 100% my own code.

Thanks as well for uploading the old version as I can't find the disc I had mine on.

Cheers
Steve

inciarco
02-18-2008, 09:50 PM
Inciarco, thanks for the info for that affiliate box mod but I do not go off of other people's mods to make my own, I do it out of respect for the creator and I can honestly call my own work fully 100% my own code.

Thanks as well for uploading the old version as I can't find the disc I had mine on.

Cheers
Steve

I'm Very Happy to Help, Steve M!! :up:

My Best Regards!! ;)

:)

Jan Klerks
02-19-2008, 02:56 PM
How about an option to add forum ID's to each sponsor so adds can be targeted?

Mythotical
02-19-2008, 06:32 PM
Good feature request Jan, once I have 2.0 stabilized then I will add that feature to the next release after 2.0 releases.

Ejecutor Hanzo
02-23-2008, 01:04 AM
By this Specific Request, I Upload the Last Version of this Mod; I Hope Steve M don't have any Problem with this, if you do, please tell me and I'll remove the File!! ;)

I managed to Know one Mod (vBSpell) by the Help of a Forumer that Posted the Previous Version of that Mod (the Latest one has an Error), and thanks to that I'm Using that Mod in my Community!! :rolleyes:

There are Small Bugs in this Version of this Mod, but is Functional in vB 3.6.7. PL1!! ;)

My Best Regards. I Hope Steve M can Surprise us with another Update that Works with PHP 4.x and that has all Bugs Fixed!! ;) :rolleyes:

:)
thanks comrade :D

Good feature proposed by Jan!

maidos
02-23-2008, 10:46 PM
i cant add the images via admincp my image path is forum/sponsors/tidwah.gif
and its chmoded to 777

Mythotical
02-24-2008, 10:28 PM
Images are not added via AdminCP via 1.3.1 version, its only in 2.0 version and right now 2.0 version is being worked on to clear up errors on PHP4 enviroments.

maidos
02-27-2008, 07:53 AM
is there a timeframe until the official release?
does it work with php5
how can i add images for the sponsors...

Mythotical
02-27-2008, 05:10 PM
Instructions were included with the 1.3.1 release, please refer to those for instructions on adding images.

There is no official time frame for the 2.0 release as I still have not gotten a PHP4 environment setup, I will have that this weekend though. And yes 2.0 will work with PHP5, thats the environment it was built around.

maidos
02-27-2008, 06:47 PM
like my previous msg i uploaded it on sponors directory and chmoded it... so it means i already uploadd the images via ftp.
and i followed the instructions already and given the images path to /forum/sponsors/tidwah.gif

and i couldnt find any other instructions to add images

Mythotical
02-27-2008, 11:06 PM
Ok did you make sure you specified the correct path when adding the sponsor?

Also, is your sponsor box showing where you specified?

maidos
02-28-2008, 03:15 AM
yes i made sure i did made the correct path.
the sponsor does show the name but just not the images

Leo Brazil
02-28-2008, 01:25 PM
Sorry for the newbie question but before installing it I was wondering how I can target the ads to the right places.

Features:
Adds custom sponsors box to either above your Forums, below your Navbar, below the Forum, below the What's Going On box, Header (all pages), Footer (all pages)

I mean, how can I target individual different ads to differnte areas just like informed in mod features ?

Jan suggested a forum ID, that would be nice for sure.

I have one as well, how about postbits ads with IDs too ? This way we could post an specific ad for specific threads or categories.

Cheers

MnTom
02-28-2008, 06:09 PM
I have another newbie question. I have installed it and got the ad to show where it is supposed to, BUT, I can't seem to make an image appear. I have tried everything I can think of and just get a grey box where the ad should be. Does the image need to be a .gif, or a .jpg, or something else? I put an image in my forum/sponsor folder, but can't get anywhere. Ideas as to where I am screwing up?
Tom

MnTom
02-28-2008, 09:25 PM
I figured it out, but how do I get rid of the click counter under the ad? Also how do I change the color of the back ground? Disregard, I went to something else.

wim s
02-29-2008, 07:04 AM
[QUOTE

wim s, I will check to make sure its actually adding the phrasegroup.[/QUOTE]

Steve, any ideas for our problem. I have no idea how to fix.

wim

Mythotical
02-29-2008, 05:23 PM
Right now I am working on 2.0, I'm sorry but I cannot give current support for 1.3.1 version as it was only released due to many people saying it was stable and working therefore my attention is on 2.0.

wim s: If you have 2.0 version, just please be patient with me as I try to hammer out these bugs.

wim s
02-29-2008, 09:00 PM
Right now I am working on 2.0, I'm sorry but I cannot give current support for 1.3.1 version as it was only released due to many people saying it was stable and working therefore my attention is on 2.0.

wim s: If you have 2.0 version, just please be patient with me as I try to hammer out these bugs.
Just reffer to post 183 & 184.

thanks

Mythotical
02-29-2008, 09:32 PM
wim s: I stated in the instructions you would have to fully uninstall 1.3.1 before you could install 2.0 as the upgrade would not work.

AussieHolden
02-29-2008, 10:35 PM
How do we get this to work on our vBadvanced pages ? :confused:

Also what does WOL stand for ?

Mythotical
02-29-2008, 11:06 PM
WOL is Who's Online Location I do believe

Sorry I haven't released a vBadvanced module yet, that will come out with 2.0 version.

Motoscene
03-01-2008, 04:00 AM
Having problems with it not showing up in my forum home. When I go to add a new sponsor my image is not even showing up. I am typing image.gif in the image section and tried even using the full path to my image. Nothing. :( What is this 0777 that you are talking about too. I not sure what that is and it might be my problem. Think this mod would be really cool to use. Please give me some help. I can also give you the permissions to my forum to make sure I have everything correct. Thanks

Mythotical
03-01-2008, 04:15 AM
Moto: PM me an admin account and I will login to check your settings and all, if need be I will personally do the fix on your site.

maidos
03-01-2008, 10:08 AM
Having problems with it not showing up in my forum home. When I go to add a new sponsor my image is not even showing up. I am typing image.gif in the image section and tried even using the full path to my image. Nothing. :( What is this 0777 that you are talking about too. I not sure what that is and it might be my problem. Think this mod would be really cool to use. Please give me some help. I can also give you the permissions to my forum to make sure I have everything correct. Thanks

im having the same issue

Mythotical
03-01-2008, 02:38 PM
maidos: PM an admin account details to your site and I will check it out for you.

wim s
03-02-2008, 12:07 PM
wim s: I stated in the instructions you would have to fully uninstall 1.3.1 before you could install 2.0 as the upgrade would not work.


Just the way we did,

fully removed the 1.3.1
installed the 2.0

2.0 is not working and can not be uninstalled. This is our problem.

Mythotical
03-02-2008, 12:19 PM
Ok Wim, you will have to manually remove all tables from the database as well as fields from altered tables. If you need a list of things to remove PM me and I will get you a list so you can fully remove it.

wim s
03-02-2008, 01:43 PM
Ok Wim, you will have to manually remove all tables from the database as well as fields from altered tables. If you need a list of things to remove PM me and I will get you a list so you can fully remove it.

steve,
pm ;)

keep up the good work

dapoling
03-07-2008, 12:17 AM
Ok Wim, you will have to manually remove all tables from the database as well as fields from altered tables. If you need a list of things to remove PM me and I will get you a list so you can fully remove it.

Yes I need a list as well to remove this from my forum for now.
Dave

Mythotical
03-11-2008, 04:47 PM
Sorry about the delay, been so busy haven't had time to get the list together. I should have that for you by tonight.

Mythotical
03-29-2008, 04:09 PM
I am looking for 2 testers that are willing to install a test vB and run a test install of the 2.0 version. I have 1 tester already but wish to have 2 more. Please PM me here if you wish to test the mod.

EDIT: I now have a new zip ready to send out to testers.

inciarco
03-29-2008, 04:49 PM
I am looking for 2 testers that are willing to install a test vB and run a test install of the 2.0 version. I have 1 tester already but wish to have 2 more. Please PM me here if you wish to test the mod.

EDIT: I now have a new zip ready to send out to testers.

Perhaps would be a Good Idea to Post the Beta Version Attached to a Message.

I have a Test Forum with vB3.6.7 PL1 and I'd Test it, of Course, Steve M.

My Best Regards!! ;)

:)

Mythotical
03-29-2008, 05:00 PM
Inciarco: PM me your email so I can send you the zip file.

I have made this Beta as of now seeing as how 2.0 is now going into further testing.

laurens800
03-29-2008, 07:20 PM
Does not work for me,

it just does not show

Mythotical
03-30-2008, 01:26 AM
Lauren, you have to make sure your templates have not been altered removing the key words it looks for to put the sponsor box.

inciarco
03-31-2008, 12:42 AM
Inciarco: PM me your email so I can send you the zip file.

I have made this Beta as of now seeing as how 2.0 is now going into further testing.

I Sent You My E-mail Via PM, Steve M. :up:

My Best Regards. ;)

:)

iogames
04-05-2008, 08:07 PM
From 2.0 to 1.3.2?

CLF
04-05-2008, 08:24 PM
I am really interested in this mod but before I try to install would anyone be so kind to explain to me this step:

3. chmod /sponsors/ to 0777 (in some cases you will just do 777)

THANK YOU! :)

Mythotical
04-06-2008, 12:39 AM
iogames: 2.0 was removed almost a month ago, 1.3.1 was added in its place. 2.0 is undergoing further testing and maybe a new feature or 2.

CLF: when viewing your FTP, you right click the folder, go to properties, in some cases you right click and find CHMOD, then change that to 777. HTH

Cheers
Steve

SLY LS1
04-06-2008, 09:41 AM
Updated to 1.3.2 and im still getting database error when clicking link on forumhome and trying to edit sponsor ?

LauraM
04-06-2008, 12:45 PM
Can you make it so the sponsor ads can go on the sides of the forums?

Mythotical
04-06-2008, 03:53 PM
SLY LS1: You need to provide the db error, vb version, php/mysql version if you would please.

LauraM: All feature requests will be added once 2.0 is stable and released.

LauraM
04-06-2008, 04:12 PM
LauraM: All feature requests will be added once 2.0 is stable and released.

Thank you! :)

CLF
04-07-2008, 08:51 PM
CLF: when viewing your FTP, you right click the folder, go to properties, in some cases you right click and find CHMOD, then change that to 777. HTH

Cheers
Steve

Thank you so much, Steve! Let me try... :)

Mythotical
04-07-2008, 09:53 PM
KK, let me know if you figured it out. If not, let me know your FTP program and I will write a small tutorial for you to follow to chmod.

ESADCG
07-26-2008, 03:22 AM
Any updates on this? Is it working yet?

Mythotical
08-05-2008, 04:52 PM
Time on this mod has ceased temporarily.

Welshy2008
08-08-2008, 10:32 PM
Installation:
1. Unzip to local drive
2. Upload all contents to your forum directory
3. chmod /sponsors/ to 0777 (in some cases you will just do 777)
4. Import product-tfw_sponsors.xml via your Product Manager
5. Templates are edited automatically
6. Edit usergroups for those you wish to allow viewing of the sponsors area
7. Edit your vBulletin Settings for TFW Sponsors
8. When you add a new Sponsor, you must upload the sponsor image to your /sponsors/ directory.


Hi Guys - I think this is a great hack and I would like to add it to my forum. However, I am stumped what is meant by instruction 3, in bold, above.

Would someone explain to me what it is and how to do it please?


Many Thanks,

Welshy2008.

Mythotical
08-09-2008, 05:27 AM
Using your FTP, right click the folder, go to CHMOD or Properties, change from 644 to 777.

Welshy2008
08-09-2008, 10:19 AM
Thanks for the reply Steve. But I am still no of the wiser. :(

This one is over my head - I think.

Unless you'd be kind enough to install it for me? :p


Best Wishes,

Welshy2008.

Mythotical
08-09-2008, 05:13 PM
Just PM an FTP login and FTP address and I will chmod it for ya. Thats all there is to it. You can install if you haven't already.

Welshy2008
08-09-2008, 06:08 PM
Thank You Steve, You Have Mail.

Welshy2008
08-12-2008, 06:11 PM
I cannot view pictures on there - They just show as a box within a box with a red 'X' with in that.

How can I correct this Please?