vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - Edit New Thread Button (https://vborg.vbsupport.ru/showthread.php?t=102923)

RedGTiVR6 08-13-2007 05:22 PM

Ok - new issue. For some reason, after the 3.6.8 update I have a few users that are running into issues with this mod.

When they mouse over the new thread button, it shows the link to the normal new thread page, not where I want it to go to.

This only happens to a small number of users. If I log in as that user (using a log-in as mod) and I click on the new thread button, it takes me to the right place. If I mouse over the button, it shows the correct link. Same goes for me as admin. It will take me to the right place.

Wondering if anyone else is noticing this issue?

RedGTiVR6 11-07-2007 02:04 AM

I'm still experienceing this issue. I realize that this modification states that it works with 3.5 and that I'm running 3.6

Is there a chance that this could be ported over to work with 3.6 by chance?

I'm thinking that the new thread template might be the issue and I'm not savy enough to figure out what's going on.

Is anyone else experiencing this issue? This is cripling our bug reporting process and it's driving me nuts!

Abe1 11-12-2007 12:05 AM

Quote:

Originally Posted by RedGTiVR6 (Post 1377455)
I'm still experienceing this issue. I realize that this modification states that it works with 3.5 and that I'm running 3.6

Is there a chance that this could be ported over to work with 3.6 by chance?

I'm thinking that the new thread template might be the issue and I'm not savy enough to figure out what's going on.

Is anyone else experiencing this issue? This is cripling our bug reporting process and it's driving me nuts!

Does not make any sense. This is not a user based thing.

RedGTiVR6 11-12-2007 11:02 AM

I realize it's not a user based mod, however, I'm completely stumped as to why it would be happening like this....

Abe1 11-12-2007 11:16 AM

Try installing my admin log-in as user hack and see if it happens to you also when you are logged in under them.

RedGTiVR6 11-27-2007 07:09 PM

I have that mod installed as well.

When I'm logged in as myself, when I mouse over the link, it shows me the proper link and takes me to the proper link.

When I log in as someone else, it doesn't show the proper link or take me to the proper link.

If I manually go to the proper link as another user, I'm able to get to it just fine.

I've just tried uninstalling and reinstalling the mod, including removing the 3 customizations to the template you have listed in the .txt file but it's just not working.

Abe - I'm willing to pay you for your time to help me figure out what I've messed up because for the life of me, I cannot figure it out.

Please let me know.

Abe1 11-28-2007 11:58 PM

Quote:

Originally Posted by RedGTiVR6 (Post 1390542)
I have that mod installed as well.

When I'm logged in as myself, when I mouse over the link, it shows me the proper link and takes me to the proper link.

When I log in as someone else, it doesn't show the proper link or take me to the proper link.

If I manually go to the proper link as another user, I'm able to get to it just fine.

I've just tried uninstalling and reinstalling the mod, including removing the 3 customizations to the template you have listed in the .txt file but it's just not working.

Abe - I'm willing to pay you for your time to help me figure out what I've messed up because for the life of me, I cannot figure it out.

Please let me know.

Can you PM me your login details to an admin account?

RedGTiVR6 11-29-2007 12:05 AM

PM sent.

RedGTiVR6 02-27-2008 06:06 PM

Any word if this mod will work with 3.7?

Boofo 02-27-2008 06:07 PM

Have you tried it?

RedGTiVR6 02-27-2008 06:28 PM

If I were running 3.7 I would.

I'm trying to prepare for when we upgrade to 3.7 by finding out if my currently installed mods will work with it.

Abe1 03-02-2008 05:50 PM

Yes, it works.

CampinCarl 06-06-2008 05:40 AM

no it doesnt.
I just tested it out, and it makes the field in the admin panel, but doesnt erdirect.
If you could make it work with 3.7, that would be great!

RedGTiVR6 06-10-2008 02:43 PM

any updates on this?

Kinneas 06-12-2008 12:12 PM

If you've done a significant version update you've probably reverted or edited the FORUMDISPLAY template. Re-do the edits described originally. It works fine on my 3.7.1.

ionian 06-18-2008 08:43 AM

It works on 3.7.1 :)

vithorius 07-03-2008 12:55 PM

Great Hack this one!

Abe, one suggestion:


https://vborg.vbsupport.ru/external/2011/07/3.gif You should put some information on your Forms Hack informing users that you have this one here, as it would be a tremendous help for us non-coders and little experienced (just like myself!) https://vborg.vbsupport.ru/external/2011/07/3.gif


Keep on the excellent work! :up: :up:

BlueBulletRL 08-10-2008 03:06 PM

I have this working on 3.7.1 though I have a question. How can I make it work so that when you hit the button you have to have a minimum post count other wise you get a box saying you do not have the proper permissions? If so that would be great!

BlueBulletRL 08-15-2008 06:46 PM

anyone able to help me out here please? I have tried to figure it out on my own and have so far failed.

BlueBulletRL 09-14-2008 05:26 AM

PHP Code:

<if condition="$show['newthreadlink']">
    <
tr><td class="vbmenu_option">
    <if 
condition="$foruminfo['edit_new_thread_button']">
        <
a href="$foruminfo[edit_new_thread_button]rel="nofollow">$vbphrase[post_a_new_thread]</a>
    <else />
        <if 
condition="$post[posts] < '25'" >
            <
a href="$foruminfo[edit_new_thread_button]rel="nofollow">$vbphrase[post_a_new_thread]</a>
        <else />
            <
a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]rel="nofollow">$vbphrase[post_a_new_thread]</a>
        </if>
     </if>
    </
td></tr>
</if> 

This is what I am trying to use and so far its not working. SOMEONE HELP

Chrakker 01-11-2009 05:41 PM

Works in 3.7.5 from Scratch!
Thanks very much for this useful hack ;)

100% appreciated

*installed

KevinLee 01-18-2009 10:03 PM

I've installed this hack and set it up with "newreply.php?do=form" but when I hit the new thread button it says "Sorry! This forum is not accepting new posts." Any ideas?

Abe1 01-20-2009 03:26 AM

Quote:

Originally Posted by KevinLee (Post 1717265)
I've installed this hack and set it up with "newreply.php?do=form" but when I hit the new thread button it says "Sorry! This forum is not accepting new posts." Any ideas?

newreply.php?do=form is the right link?

buurman 01-20-2009 06:36 PM

Again, back to form, and so, back to this plugin, always worked like a charm.

Installed, but it doesnt show in the Vbulletin Options list.

Im on 3.7.3

Am i looking in the wrong place or forgetting something, its in the plugin list.

ZeepySea 02-14-2009 04:48 AM

EDIT: I clicked wrong one, it is not this one causing errors, but another mod. This one works like a charm

I am now getting this error

Code:

Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error

We updated to 3.6.10 (yes we are slow, have so many mods we have to test before we do next update). Now we can't get any new post with this, this is our way to get new clan members. They are unable to post now any suggestions anyone?

bojomojo 07-21-2009 03:58 PM

Does this by any chanve work on 3.8?

JamesGunner 12-23-2009 09:02 PM

Are there any plans for vb 4?

Dubi 03-05-2010 08:38 AM

For Vb 4.0.2:

Install the product. Do the follow 3 template edits in FORUMDISPLAY template:

1) Find the code for "Create New Thread" top button:
PHP Code:

<vb:if condition="$show['newthreadlink']"><a href="newthread.php?{vb:raw session.sessionurl}do=newthread&amp;f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase post_new_thread}</a></vb:if> 

Replace with:
PHP Code:

<vb:if condition="$show['newthreadlink']"><vb:if condition="$foruminfo['edit_new_thread_button']"><a href="{vb:raw foruminfo.edit_new_thread_button}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase post_new_thread}</a>
<
vb:else />
<
a href="newthread.php?{vb:raw session.sessionurl}do=newthread&amp;f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase post_new_thread}</a></vb:if>
</
vb:if> 

2) Find the code for "Create New Thread" on Forum Tools menu:
PHP Code:

<vb:if condition="$show['newthreadlink']">
    <
li>
        <
a href="newthread.php?{vb:raw session.sessionurl}do=newthread&amp;f={vb:raw foruminfo.forumid}" rel="nofollow">
            {
vb:rawphrase post_a_new_thread}&hellip;
        </
a>
    </
li>
</
vb:if> 

Replace with:
PHP Code:

<vb:if condition="$show['newthreadlink']">
    <
li>
        <
vb:if condition="$foruminfo['edit_new_thread_button']">
        <
a href="{vb:raw foruminfo.edit_new_thread_button}" rel="nofollow"> {vb:rawphrase post_a_new_thread}&hellip;
        </
a>
        <
vb:else />
        <
a href="newthread.php?{vb:raw session.sessionurl}do=newthread&amp;f={vb:raw foruminfo.forumid}" rel="nofollow">
            {
vb:rawphrase post_a_new_thread}&hellip;
        </
a>
        </
vb:if>
    </
li>
</
vb:if> 

3) Find the code for "Create New Thread" bottom button:
PHP Code:

<vb:if condition="$show['newthreadlink'] AND $show['threadslist']">
    <
a href="newthread.php?{vb:raw session.sessionurl}do=newthread&amp;f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_bottom"><span>+</span> {vb:rawphrase post_new_thread}</a>
</
vb:if> 

Replace with:
PHP Code:

<vb:if condition="$show['newthreadlink'] AND $show['threadslist']"><vb:if condition="$foruminfo['edit_new_thread_button']"><a href="{vb:raw foruminfo.edit_new_thread_button}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_bottom"><span>+</span> {vb:rawphrase post_new_thread}</a>
<
vb:else />
<
a href="newthread.php?{vb:raw session.sessionurl}do=newthread&amp;f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_bottom"><span>+</span> {vb:rawphrase post_new_thread}</a></vb:if>
</
vb:if> 

Hope that helps all "4.x people" to keep this mod working.

StagKill 06-23-2010 04:12 AM

I was wondering if we could do something like, when one clicks post reply in a particular thread it should redirect to a form. Is it possible to implement that in post reply instead of new thread?

Digma 11-27-2010 09:27 PM

Excellent. Just what I was looking for in combination with Easy Forums. Thanks for this!

Works like a charm on 3.7.3

andie215 01-10-2011 06:32 AM

Thanks for this mod and it works on vb3.8.5 :D

andie215 01-10-2011 06:34 AM

Quote:

Originally Posted by StagKill (Post 2057893)
I was wondering if we could do something like, when one clicks post reply in a particular thread it should redirect to a form. Is it possible to implement that in post reply instead of new thread?

Thats exactly what ive done using this mod with easy forms https://vborg.vbsupport.ru/showthrea...ighlight=forms

Emre ?nan 01-02-2014 07:48 PM

Can anybody fix it for vb3.8.4 ?

blind-eddie 01-06-2014 01:24 AM

Quote:

Originally Posted by Emre ?nan (Post 2471867)
Can anybody fix it for vb3.8.4 ?

Works perfect up to vb4.2.2 with a bit of editing.

What issues are you having?

m7sen 10-30-2014 07:27 PM

please support it to be Automatic adjustment to the templates
and must have option to Edit New post Button in thread

support it for vb3.8.8 please

mykkal 05-10-2015 10:10 PM

Does this work with vb 4.2.3 beta 4? Or is there a version available for vb 4.2.3? I saw the code for vb 4.02 but there's no guarantee that will work with my version.

blind-eddie 05-10-2015 11:12 PM

Quote:

Originally Posted by mykkal (Post 2545266)
Does this work with vb 4.2.3 beta 4? Or is there a version available for vb 4.2.3? I saw the code for vb 4.02 but there's no guarantee that will work with my version.

Yes, it will work.

mykkal 05-11-2015 12:39 AM

Quote:

Originally Posted by blind-eddie (Post 2545269)
Yes, it will work.

Last question... is there different code to change? The code i'm looking for doesn't exist in vb 4.2.3. That probably means the code in the text file isn't good to use either...Vb 4.2.3 beta 4 is using divs...not tables

This doesn't exist:
Code:


       
Code:

       
<td class="smallfont"><if condition="$show['newthreadlink']"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a><else />&nbsp;</if></td>


This edit doesn't exist either::eek:
Code:

<if condition="$show['newthreadlink']"><tr><td class="vbmenu_option"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]" rel="nofollow">$vbphrase[post_a_new_thread]</a></td></tr></if>

blind-eddie 05-11-2015 01:07 AM

Sorry, I no longer use vb4.
I just don't remember, I believe the fix is posted.

blind-eddie 05-11-2015 01:48 AM

Here you go.

https://vborg.vbsupport.ru/showpost....2&postcount=68


All times are GMT. The time now is 12:54 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.01919 seconds
  • Memory Usage 1,863KB
  • 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
  • (4)bbcode_code_printable
  • (7)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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