Quote:
Originally Posted by tanyeri24
because a shitty plugin is my vb ad management administration config links deleted.. I cant access like admincp/options.php?do=options&dogroup=adintegrate_global But the plugins works anyway fine!
How can I fix this problem?
|
Uninstall the plugin that caused the problem? If my modification has not caused the issue then there's nothing I can do about it.
Quote:
Originally Posted by michaelsilvia
Not trying to be a pain, but just look at my site and you will see how there are 7+ and they increase daily.
|
I know and it's been noted elsewhere. That's why I'm asking, so I can look into it and fix it because it's annoying people. If it's increasing daily that suggests to me that a scheduled task not included with the default vBulletin is somehow affecting it. There's certainly nothing virus-like about the modification.
If you have any scheduled tasks from custom modifications running it would be helpful if you could list them here. And I would also like to know how you're deleting them as it might help me understand how they're appearing in the first place.
Quote:
Originally Posted by Tourmeister
Hmmm... works fine for me...
My only question is this. Say I want to use the randomizing feature of the Left/Right column code, but I don't actually want to display the images in the Left/Right columns and instead wish to place the images anywhere else on the page, how would I get access to the variable/code/whatever that I would place in the html for the desired location? Basically, I want to have it include the code from the random block. Is this possible?
For example,
<table>
<tr>
<td>variable to display random Left image adcode with Alt text/hyperlink</td>
<td>variable to display random Right image adcode with Alt text/hyperlink</td>
</tr>
<table>
I tried experimenting with using the $header_advertisement variable and placing it in different locations, didn't work.
I've already figured out how to ad more adcode blocks to the existing setup as you described to get the extra images... Very nice!
Is that making sense?
|
So...you want to have a column and just the contents of the column again, but separately elsewhere on the page? Placing $left/right_adcode in your template should do that, but it will not randomise independently, it will be exactly the same content as the column. If you want it different it will have to be another custom adcode block.