![]() |
Quote:
- I plane to kill the template edits with plugins. (next ver.) |
wat abt my question?
|
Quote:
Demo: http://www.gzhq.net/forums/forumdisplay.php?f=235 2 google images w/ links Code:
<a href="http://www.google.com"> - Had some problems w/ opera browser. |
Hi,
I just finished reading this entire thread and this looks like a great mod. I have very little experience with vB. Just installed v3.5.3 a couple weeks ago and upgraded to 3.5.4 a couple days ago. I just want to make sure I don't scr*w this up. ;-) In the control panel, I import banner_image.xml. Then do I need to make any manual edits to any files before using the new options? Sorry for the really dumb question, but I really have only a few hours experience with vBulletin. I was excited when the upgrade from 3.5.3 to 3.5.4 worked. :-) Thanks. |
Hi,
I started to "upload plugin" and vBulleting told me it appeared to be a "product" to use the product manager. So I uploaded it with "Manage Products" and it shows up as Add Banner 1.6 under Installed Products. I went to the forum manager and edited a couple of forums and added "/images/misc/forum1.gif" to the first forum and "/images/misc/forum2.gif" to the second one. No images appeared in the forums. What did I not do. I'm sure it's something I didn't do correctly or missed. Thanks again. |
Nice hack thanks.
|
Nice hack just what i need.
few questions though is it possible to show the banner/image always ? in the header not mather what page your on ? and is it possible to have more then 1 image, switch image after x seconds ? |
Quote:
Only down fall is it goes in the same order every time, I wish I had a script or something that would put a differant add everytime the page refreashed but this one works ok... |
Quote:
Quote:
|
Quote:
The replace was for people who upgraded many ver back. Find: $navbar add under: Code:
<if condition="$foruminfo['banner'] AND $foruminfo['bannerlink']"><center><a href="$foruminfo[bannerlink]" target="_blank"><img src="$foruminfo[banner]" alt="$foruminfo[banneralt]" border="0" /></a></center><br /> |
I have plans to do some updates on this hack.
- no template edits for banner placement - perhaps rotation script option for images and flash banners. Thoughts anyone ? |
Quote:
https://vborg.vbsupport.ru/showthrea...threadid=96398 and post #18 - simple rotation per refreash (switch image after x seconds ... soon) |
The updates sound great.
Thank you for the clarification on the installation. I'm quite new to this and nothing is "familiar" to me yet. I'm only done a few things in HTML, even less in Visual Basic and nothing in PHP. I appreciate the "hand hold". ;) |
Well, I still can't get an image to show up in a forum.
I made the edits to the FORUMDISPLAY and SHOWTHRED files, used Forum Manager, Edit Forum, "Place an image on your forum" to select an image. I tried a .gif then a .jpg. In my forums, no graphics. What could I have missed? |
Has this awesome hack been working with 3.5.4? Anyone tried it yet?
Zachariah, those updates sound helpful. In particular, banner rotation. |
I'm using vB 3.5.4 and haven't been able to get it to work, but then this is my first experience with vBulletin, so don't judge by my experience.
The steps to install it are pretty simple and I believe I've followed them correctly, but I don't have the experience with this software to know how "touchy" it is. |
Works great. Also works with phpadsnew using the remote java.
I am thinking about installing vbadvance cmps. Will I have problems installing cmps with this hack installed? Should I disable it before or not worry about it. Its going on a test forum first before it goes to the live version. |
Quote:
|
first of all, thank you for this plug... this is really cool !
i have vb 3.5.4 and aria skin. the plug is working great ! i have a question, i would like the banner to be on every category of a forum, and even in the threads ? how can i do ? for exemple : forum 1 : pict1.jpg - category 1 - category 2 forum 2 : pict 2.jpg - category 1 - category 2 - category 3 ...etc should i modify this ? : <if condition="$foruminfo['banner'] AND $foruminfo['bannerlink']"><center><a href="$foruminfo[bannerlink]" target="_blank"><img src="$foruminfo[banner]" alt="$foruminfo[banneralt]" border="0" /></a></center><br /> <else /> <if condition="$foruminfo['banner']"><center><img src="$foruminfo[banner]" alt="$foruminfo[banneralt]" border="0" /></center><br /> <else /> <if condition="$foruminfo['bannercode']"><center>$foruminfo[bannercode]</center><br /> </if> </if> </if> thanks for your help ! |
To place on all threads in the same forum.
EX: Forum1 - Image1 - Thread1 - image1 - Thread2 - image1 Forum2 - Image2 - Thread1 - image2 - Thread2 - image2 2) Edit and add. *** Edit 2 Template(s) : FORUMDISPLAY, SHOWTHREAD Find: $navbar below add : Code:
<if condition="$foruminfo['banner'] AND $foruminfo['bannerlink']"><center><a href="$foruminfo[bannerlink]" target="_blank"><img src="$foruminfo[banner]" alt="$foruminfo[banneralt]" border="0" /></a></center><br /> |
going to do a an update in a wook or so ;D
|
thanks you for your answer, it's working..
i love your plug !!! lol |
I think I'm closing in on my problem getting this to work...
In the "(vb3.x) add banner to forum 1.6.txt" file where it says: Quote:
Under "Maintenance" is "Execute SQL Query". Is that where I run the above query? When I click on "Execute SQL Query" in the Control Panel it says, "You are not authorized to execute SQL queries". I'm stuck. |
Quote:
banner_image.xml Runs all of that for you on install. Placement of html edites in 2 templates is all you have to do. Code:
--------------------------------------------------*/ |
Would it be a major change to have multiple (but smaller) banner ads to each forum?
|
I used the "html area" to paste custom code.
- Java rotation , custom html, dhtml, ect. 2 images w/ link in HTML area. http://www.gzhq.net/forums/forumdisplay.php?f=235 EX: Code:
<a href="http://www.google.com"> |
Quote:
Sorry buy I'm quite a novice :nervous: and I don't understand your previous post. Are you saying that we don't need your hack to post banners? Just add code to the html area? |
Quote:
After hack install: In the creation of the forum or edit of the forum you wish to have the banner there is an "Html Code" area. This can be used for custom code if you want more than 1 banner. https://vborg.vbsupport.ru/attachmen...9&d=1125806409 In the EX shown in post: #186 - I pasted the above code. You can also use a simple Java rotation script in that "html code" area. https://vborg.vbsupport.ru/showpost....1&postcount=80 |
no XML file in the zip i downloaded..
|
thanks for this zach, works great.
just wanted to know if there is a way i can add this to the bottom? like above the quick reply but after the last post in the thread? would i just update showthread and forum display and put the same code in the right spot...or would i likely run into problems because that would display the same image twice? like that would only work if i were doing adsense, not banners? thanks |
Quote:
- Ver. 1.6 current Quote:
|
Quote:
Or is there a way to make it do multiple ones? |
Quote:
Take a look @ this: Add a Header / Footer option to each forum https://vborg.vbsupport.ru/showthread.php?t=96398 Someone wanted extra header / footer per forum. - html area to paste code. - 2 areas per forum to place banners or anything (not php). :knockedout: |
"Clicks Install" Great mod! very simple and good installation instructions :)
|
Installed!
Thanks for a great mod. Easy to use and worked 100% right off the bat without any issues! ;) ... just one thing... the usergroups issue? Are you still working on getting this to be able to display ads per user group? Ultimately what I would like to do is add a "Subscribers" group to my board and have people in that group not see the ads. Or possibly even have a CP switch to turn ads on / off if they are in the "Subscribers" group. Either way would be great ;) Thanks again! |
Quote:
- perhaps in a week :) |
Sound slike a really great mod Zach..
I use Subdreamer as my portal front and use tradedoubler as my affiliates host, i have a sponser ad for subdreamer for the portal and will use this as my forums affiliate mod. I will not install just yet as i am looking forward to the next update where i can have ads off per usergroup, and will work on the text links from tradedoubler to put in the rotation. Will click install for now so i get news of the update but will nto install till update out. Please be prompt :P Regards Gary |
installed it, uploaded my image, went to the forum I wanted the image in and put the link in, checked to see if the image was showing, Its not. know why?
|
NR Fatal,
At the current stage of this hack it still needs 2 template edits to operate. Did you make them ? |
Quote:
PHP Code:
|
All times are GMT. The time now is 10:55 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|