Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 03-05-2009, 05:16 PM
zero5854 zero5854 is offline
 
Join Date: Oct 2008
Posts: 129
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Where to fix this?

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.
Attached Images
File Type: jpg how.jpg (18.8 KB, 0 views)
Reply With Quote
  #2  
Old 03-05-2009, 06:04 PM
mmoore5553 mmoore5553 is offline
 
Join Date: Aug 2008
Posts: 530
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #3  
Old 03-05-2009, 06:26 PM
zero5854 zero5854 is offline
 
Join Date: Oct 2008
Posts: 129
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ill add att for my

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

Thanks for trying to help me!
Attached Files
File Type: txt showthread.txt (34.9 KB, 4 views)
File Type: txt showthread_showpost.txt (2.1 KB, 2 views)
Reply With Quote
  #4  
Old 03-05-2009, 09:02 PM
mmoore5553 mmoore5553 is offline
 
Join Date: Aug 2008
Posts: 530
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 [DATE]1236294264[/DATE] at [TIME]1236294264[/TIME] ---------------

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
Reply With Quote
  #5  
Old 03-06-2009, 12:36 AM
zero5854 zero5854 is offline
 
Join Date: Oct 2008
Posts: 129
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Attached Images
File Type: jpg see.jpg (128.5 KB, 0 views)
Reply With Quote
  #6  
Old 03-06-2009, 01:47 AM
mmoore5553 mmoore5553 is offline
 
Join Date: Aug 2008
Posts: 530
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 ?
Reply With Quote
  #7  
Old 03-06-2009, 11:44 AM
zero5854 zero5854 is offline
 
Join Date: Oct 2008
Posts: 129
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #8  
Old 03-06-2009, 05:19 PM
mmoore5553 mmoore5553 is offline
 
Join Date: Aug 2008
Posts: 530
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i would upload the theme again but i would check out those first ...
Reply With Quote
  #9  
Old 03-07-2009, 03:08 AM
zero5854 zero5854 is offline
 
Join Date: Oct 2008
Posts: 129
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

heres where the code is for it. "Show_Thread>showthread_list"
Code:
<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.
Reply With Quote
  #10  
Old 03-08-2009, 02:12 PM
mmoore5553 mmoore5553 is offline
 
Join Date: Aug 2008
Posts: 530
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:42 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
  • Page Generation 0.05003 seconds
  • Memory Usage 2,280KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete