PDA

View Full Version : Where to fix this?


zero5854
03-05-2009, 05:16 PM
I have asked where I got the theme and have recieved no response so I was wondering if anyone knew where I could fix this (boxed in red) Thanks to anyone for their help.

mmoore5553
03-05-2009, 06:04 PM
it depends on how they code the theme. if you give the link to forum alot easier to see how they coded it and get it corrected

zero5854
03-05-2009, 06:26 PM
ill add att for my

-SHOWTHREAD
-SHOWTREAD_SHOWPOST (where I suspect the code is)

Thanks for trying to help me!

mmoore5553
03-05-2009, 09:02 PM
that is good to have but also seeing the actual forum ...is what is best cause you can see the other code and get associate what code says to picture since i didnt write it

--------------- Added 1236294264 at 1236294264 ---------------

but it looks like to me that would be located in postbit_legacy or forumhome_forumbit_level1_nopost

but just the code like i says does no good to me cause the picture is not clear enough nor gives me or anyone else full view

zero5854
03-06-2009, 12:36 AM
Sorry I dont want to clog my DB with test accounts or make anyone register. Heres a FULL ss of the page and location

Thanks

SEE ATT

mmoore5553
03-06-2009, 01:47 AM
okay by looking it looks like it is where i said before. i do not understand why he coded the way he did but he put everything in a table and then just used left align on it all ...

this is all located in forumhome_forumbit_level1_nopost / post and forumhome_forumbit_level2_nopost /Post

i am putting it all four places because i can not see all the coding but i would look in those templates ...do a search for

<div id="the-caption" class="highslide-caption">

he also has all those links going to nothing at all. that is bout as far as i can troubleshoot without seeing it but my best guess it would be in level1 no post and level 2 post ...but i would check them all to be sure. also in the original template are those suppose to be images ?

zero5854
03-06-2009, 11:44 AM
thats what I was thinking although the "close" link should be in the moderator dropdown box. Perhaps I have to reupload the theme. Ill take a look at where u told me. Thanks

mmoore5553
03-06-2009, 05:19 PM
i would upload the theme again but i would check out those first ...

zero5854
03-07-2009, 03:08 AM
heres where the code is for it. "Show_Thread>showthread_list"

<script type="text/javascript">
<!--
var imgdir_statusicon = "$stylevar[imgdir_statusicon]";
var imgdir_misc = "$stylevar[imgdir_misc]";
var cleargifurl = "$vboptions[cleargifurl]";
var guestphrase = "$vbphrase[guest]";
var morephrase = "$vbphrase[more_replies_below]";
var highlightwords = "$highlightwords";
//-->
</script>
<script type="text/javascript" src="clientscript/vbulletin_thrdpostlist.js?v=$vboptions[simpleversion]"></script>
<script type="text/javascript">
<!--
// initialize some variables
var curpostid = $curpostid;
var quickreply = <if condition="$show['quickreply']">true<else />false</if>;

// cached posts (no page reload required to view)
$jspostbits
// next/previous post info
$navjs
// cached usernames
pu[0] = guestphrase;
$userjs
// -->
</script>

$spacer_open

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-top-width:0px; margin-bottom:$stylevar[cellpadding]px">
<tr>
<td class="alt2">
<div style="height:150px; <if condition="$show['postlistwidth']">width:$postlistwidth;</if> overflow:auto; border:2px inset; padding: 0px; text-align:$stylevar[left];" class="alt1" id="links">
<div class="smallfont">
<!-- start post links -->
<script type="text/javascript">
<!--
$links
//-->
</script>
<!-- end post links -->
</div>
</div>
</td>
</tr>
<if condition="$threadedmode==1">
<tr>
<td class="tfoot" align="center"><div class="smallfont">
<a href="javascript:showPrevNextPost(0)">$vbphrase[prev]</a>
<a href="javascript:showPrevNextPost(0)"><img class="inlineimg" src="$stylevar[imgdir_button]/sortdesc.gif" alt="$vbphrase[previous_post]" border="0" /></a>
&nbsp;
<a href="javascript:showPrevNextPost(1)"><img class="inlineimg" src="$stylevar[imgdir_button]/sortasc.gif" alt="$vbphrase[next_post]" border="0" /></a>
<a href="javascript:showPrevNextPost(1)">$vbphrase[next]</a>
</div></td>
</tr>
</if>
</table>

$spacer_close

I tried to change the image path as the next and previous links are supposed to be images.
look at last few lines of code. My Titanium folder is in the root directory of my forum as per instructions. Could this be why its not reading all the images? Also I find it weird as you said that the links dont work? Very weird.

mmoore5553
03-08-2009, 02:12 PM
is this a free skin ..i will upload to my test board and find out what is wrong. if not free who is designed skin or do you have a link to the person that did the skin.

the above code does not good cause it is just alot of variables and javascript.

okay i found out you are using

extremepixels titatium ...i am uploading it and taking a look.

zero5854
03-11-2009, 12:36 AM
ok I woulda sent it to you. sorry I was away for a few days. I couldnt seem to get any help on this over there which is why I asked here.

mmoore5553
03-11-2009, 01:24 AM
that is okay sorry i been busy and i will upload theme tomorrow and take a look what is going on. chekc your PM i sent you my msn so we can chat that way. it is easier if i find the fix.

Seven Skins
03-11-2009, 04:57 PM
Remove or edit the code for HS Images Resize to correct the problem.
It might be a plugin or in showthred template.

zero5854
03-12-2009, 12:22 AM
AWESOME that was IT!!!!! Thanks!!!!!

ALSO...props to mmoore5553 for taking interest in this and the extent he was gonna go thru to help me with this.

Thanks guys!