Jump to content

Banned? Question


12 replies to this topic

#1
breezeqnz

    Newbie

  • Customer
  • Pip
  • 8 posts
So a friend of mine had given me the theme "viril", I had no idea this site existed until I refreshed the page and the forum no longer loaded when the theme "Viril" was set to default and decided to find some kind of person to contact. Appears the theme cost money, which I had no idea even went on in this internet world :lol: (theme selling).

I actually loved the theme so much I am willing to pay for it, but I am now wondering if I have somehow been added to some global ban list or something and when I purchase I will not be able to use it?

Please reply back, thanks!

-vince

#2
breezeqnz

    Newbie

  • Customer
  • Pip
  • 8 posts
Well I went ahead and purchased the skin, after hours without a response here because I really like it.

And sure enough, it doesn't work.
So, what's next..

#3
breezeqnz

    Newbie

  • Customer
  • Pip
  • 8 posts
Well, disregard this I have decided I will request a refund (chargeback) from paypal and accept the fact.

Cheers

#4
Sebastien Penet

    Website Developer

  • Management
  • PipPipPip
  • 1,488 posts
Hum. Viril is working. Please note we are Sunday, it is perfectly normal not to get instant answers. I can look into your issue if you want.
Skinbox
Website Developer
Skins' Interactive Developer

#5
breezeqnz

    Newbie

  • Customer
  • Pip
  • 8 posts
Alright so I jumped the gun a little bit.

Didn't charge it back, just checked the theme again after clearing the browser cache.. and it seems to cause an internal server error only after trying to login. I know it stores the login cookie since when I refresh the page the error remains until it's cleared once more.

Thoughts?

#6
Sebastien Penet

    Website Developer

  • Management
  • PipPipPip
  • 1,488 posts
It would be great if we could see the error_log. What you can do is check if you can find the template _appearanceBox in your skin (Look & Feel => Viril => Edit Templates). If it does not exist, I have a fix for you.
Skinbox
Website Developer
Skins' Interactive Developer

#7
breezeqnz

    Newbie

  • Customer
  • Pip
  • 8 posts
Yes it's there, but the bubble is orange does that mean anything? here it is -

<div data-dombox="appearance">
	<h3 class='bar'>{$this->lang->words['skin_and_lang']}</h3>
	<div id="sb-popbox-inner">
		<if test="skinchanger:|:$this->settings['allow_skins'] AND $footer_items['skin_chooser']">
			<if test="uagentlocked:|:$this->memberData['userAgentLocked'] AND ! $this->memberData['userAgentBypass']">
				<p id='useragent_msg'>
					{$this->lang->words['skin_browser_set']} <a href='{parse url="{$this->settings['query_string_formatted']}&amp;unlockUserAgent=1" base="public"}'>{$this->lang->words['override_browser_theme']}</a>
				</p>
			<else />
				<form action="{parse url="{$this->settings['query_string_formatted']}" base="public"}" method="post" class='left'>
					<fieldset>
						<input type='hidden' name='k' value='{$this->member->form_hash}' />
						<label for='newSkin' class='hide'>{$this->lang->words['theme_prefix']}</label>
						<select name="settingNewSkin" id='newSkin'>
							{$footer_items['skin_chooser']}
						</select>
						<input type='submit' value='{$this->lang->words['jmp_go']}' class='input_submit alt' id='newSkinSubmit' />
					</fieldset>
				</form>
			</if>
		</if>
		<form action="{parse url="{$this->settings['query_string_formatted']}" base="public"}" method="post" class='left'>
		<fieldset>
			<input type='hidden' name='k' value='{$this->member->form_hash}' />
			<input type='hidden' name='setlanguage' value='1' />	
			<input type="hidden" name="langurlbits" value="{$this->settings['query_string_safe']}&amp;cal_id={$this->request['cal_id']}" />
			<label for='newLang' class='hide'>{$this->lang->words['language_prefix']}</label>
			<select name="langid" id='newLang'>
				{$footer_items['lang_chooser']}
			</select>
			<input type='submit' class='input_submit alt' value='{$this->lang->words['jmp_go']}' id='newLangSubmit' />
		</fieldset>
		</form>
		<div class="clear"></div>
	</div>
</div>


also is the error log in ipb or iis web server?

#8
Sebastien Penet

    Website Developer

  • Management
  • PipPipPip
  • 1,488 posts
IIS Web server please.
Skinbox
Website Developer
Skins' Interactive Developer

#9
breezeqnz

    Newbie

  • Customer
  • Pip
  • 8 posts
0-Feb-2011 21:11:51] PHP Fatal error: Call to undefined method IPSLib::haveAppsWithLike() in C:\inetpub\wwwroot\OriginalKO\daforum\cache\skin_cache\cacheid_6\skin_global.php on line 434

#10
breezeqnz

    Newbie

  • Customer
  • Pip
  • 8 posts
Nevermind I fixed it.

I changed this from the globaltemplate file -

    <if test="userLikeLink:|:IPSLib::haveAppsWithLike()">
                                                                        <li id='user_likes' class='row1'><a href='{parse url="app=core&amp;module=usercp&amp;tab=core&amp;area=likes" base="public"}' title='{$this->lang->words['your_likes']}'>{$this->lang->words['your_likes']}</a></li>
                                                                </if>



To this -

<if test="method_exists( 'IPSLib', 'haveAppsWithLike' )">
                                                                <if test="userLikeLink:|:IPSLib::haveAppsWithLike()">
                                                                        <li id='user_likes' class='row1'><a href='{parse url="app=core&amp;module=usercp&amp;tab=core&amp;area=likes" base="public"}' title='{$this->lang->words['your_likes']}'>{$this->lang-
>words['your_likes']}</a></li>
                                                                </if>
                                                        </if>


You can close and rename topic so others who might have the same problem can use it :)

#11
breezeqnz

    Newbie

  • Customer
  • Pip
  • 8 posts
Also love the theme =) My only gripe with it is that avatars are displayed twice when I post. I have a avatar and profile picture (two different images)

http://originalko.co...ic/2-new-forum/

Any way around this?

#12
Sebastien Penet

    Website Developer

  • Management
  • PipPipPip
  • 1,488 posts
The skin will soon be updated for the avatar bug - and others;
Skinbox
Website Developer
Skins' Interactive Developer

#13
Olivier Turbis

    Administrator

  • Management
  • PipPipPip
  • 3,471 posts
  • Location:Montreal, Canada
Skin updated :)
Olivier Turbis,
Founder & Designer, Skinbox.net
Follow me on Twitter!





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users