vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Display Enhancements - Thread title enhancement (https://vborg.vbsupport.ru/showthread.php?t=138781)

Kungfu 02-17-2007 12:13 AM

Quote:

Originally Posted by xenon58 (Post 1183653)
thnx for an update bud, really appreciated. unfortunately when installing, got this error

PHP Code:

Parse errorparse errorunexpected T_ENCAPSED_AND_WHITESPACEexpecting T_STRING or T_VARIABLE or T_NUM_STRING in ***\includes\adminfunctions_template.php(3596) : eval()'d code on line 28 

this error showed up when i was doing the last step of an install, which was
PHP Code:

OPEN Threadbit

Find
:
--------

<
a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"style="font-weight:bold"</if>>$thread[threadtitle]</a>


Replace With:
--------------

<
a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]id="thread_title_$thread[realthreadid]"<if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if><if  condition="$show['gotonewpost']"style="font-weight:bold"</if>>$thread[threadtitle]</a

do you know what gives by any chance?

thnx again for all the time and help.



try
Code:

<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$thread[titlestyle]">style="$thread[titlestyle]"</if><if  condition="$show[gotonewpost]"> style="font-weight:bold"</if>>$thread[threadtitle]</a>

xenon58 02-17-2007 03:37 AM

thnx for your suggestion bud, i did, and unfortunately its still a no go for me :(
eventhough it didnt show an error as it did last time, this time its a bit different
look at the attached image and you will see what i'm talking about

http://img412.imageshack.us/img412/2148/screentt2.jpg

the test thread name was sdfgdfgdfgdsf, and everything before that
showed up after i've tryed that code you've showed me in above post
to bypass that parser error that i had before.

also, after a complete install i took a scrrenshot of my thread_tools options
and unfortunately i dont have those beautify options there as you have it :(

http://img126.imageshack.us/img126/9008/toolspn7.jpg

dont pay attention to funny chars, those are translated frases, and look funny
when i change default language. white space above the button, also not a part
of an error i'm trying to fix here, so dont pay attention to that as well ;)

hope youll be able to see what i'm talking about and have some tips on how to fix this

thnx again for all the time and help bud, i really do appreciate it.

Kungfu 02-17-2007 05:47 PM

You need to set permissions from the usergroup manager. Probably not why the option is not showing up. But theres some template problem that you are having. Try to revert back to what you had before. Basically all i added to that line was another if statement.

<if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>

but im not sure if your board doesnt like the single quotes or not as thats why it was giving you the error before. But it seems like you are missing something.

this should be your orginal

<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>

If its not you will need to add
<if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>
manually in there. Either before the <if condition... or after the </if>

xenon58 02-18-2007 07:04 AM

thnx again for your reply. i've added the statement and saved the changes, all went ok, i think. the reason i cant say for sure, cause i still cant use this mod. i've zipped a screenshot of my usergroup manager > admin group. i've looked everywhere, but unfortunately i couldn't find a place where to turn on the mod. if you can, please take a look and let me know what am i missing. thnx again for all the time and help.

Kungfu 02-18-2007 07:33 AM

make sure the xml file is uploaded also try to re build your bitfield.

http://www.yoursite.com/forum/adminc...buildbitfields

should be something like that. It will rebuild them. Try that and see if it shows up after that.
Its just one option called TTE Permissions

xenon58 02-18-2007 08:41 AM

thnx for a quick respond. i did just that, and got a message that bitfields were rebuild and all is well, however, installing/uninstalling/reuploading/reinstalling xml file didnt do anything, i still dont have the option where to turn this mod on, anywhere :( i swear i looked everywhere. i wonder if its only me having all these problems. i was able to test previous versions ok, but have no idea whats up with all this. im sorry for causing a headache for you bud, and i do appreciate your help. maybe you can paste me a line where i can turn the option on for admins and registrered and where to paste this into xml file? i dont know what else could help. hope you do ;) thnx again for all the time and efforts.

pollon 03-26-2007 02:31 PM

I've got almost the same problem of Xenon.
I've installed this hack, rebuilt the bitfield, set the usergroup permission and modified the code in the threadbit template inserting this code:

<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>

I even tried with this one:

<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if><if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>

but it doesn't works.

I do have the TTE menu in vbulletin options and I have enabled this mod. After modifying the thread i get the message "your thread is now Beautified" and get redirected to the thread. but nothing changes. this mod has none effect on the treads.

I'm on 3.6.5. what can I do?

khris7199 04-18-2007 11:47 PM

Quote:

Originally Posted by pollon (Post 1212746)
I've got almost the same problem of Xenon.
I've installed this hack, rebuilt the bitfield, set the usergroup permission and modified the code in the threadbit template inserting this code:

<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>

I even tried with this one:

<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if><if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>

but it doesn't works.

I do have the TTE menu in vbulletin options and I have enabled this mod. After modifying the thread i get the message "your thread is now Beautified" and get redirected to the thread. but nothing changes. this mod has none effect on the treads.

I'm on 3.6.5. what can I do?


Having same problem. And have attempted all the above also.

I can go through all the steps with the beautify and when it refreshes the page it shows the orginal nothing new.

Really want this mod. It looks great.

Bojangles 04-19-2007 02:08 AM

I am also having the same problem as the last couple of posters. Looking forward to a solution, because this mod looks like it rocks :)

tsh4life 04-19-2007 02:43 AM

yea, same problem. thanks for the mod tho it looks promising :cool:

EDIT: Nevermind i looked in thread tools and it showed up for me..thanks

edit again: well i actually went to "beautify" and it didn't do anything to the thread title


All times are GMT. The time now is 07:43 PM.

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.01071 seconds
  • Memory Usage 1,766KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete