PDA

View Full Version : thread tagging options above the postbit +1


bartek24m
10-19-2009, 06:33 AM
Hi i have 2 questions

1. How can i move the tagging options which is accually belove the all posts in threads to above first post ?
i know that in zoints thread tagging there is options about it, but in default vb thagging i cant find out.


2. If its possible to accually posts with links ?
i use imprex to convert database form mybb into vb3.8.4 and all links now are text which without hyperlink


Like (without url link): http://www.vbulletin.org
What i want is (with url link): http:///www.vbulletin.org



How can i update all posts and "Automatically parse links in text"

I can edit manally in wysigw mode but it isnt solution for that problem

Thanks for your help

Lynne
10-19-2009, 04:32 PM
1. Have you tried just moving the html in the SHOWTHREAD template? There may even be a mod or article that tells you how to do that.

2. Those links both go to the same place, so I'm not sure what you are asking about.

bartek24m
10-19-2009, 08:50 PM
i mean that links in posts are not parsed and clickable

just 'http ://www.url-link.domain.com/'

i need to edit posts and put [url] tag between url link

how can i update all posts and links to add globally hyperlink?

Lynne
10-19-2009, 09:00 PM
I don't think you can go back and add it. If you look at a post after it is posted, the link code is added as soon as you hit the post button. It's actually saved in the post table with the code - it isn't added when the post is parsed for the showthread page. So, you would need to actually do something to the post table to add it in and I have no idea what that sort of query would look like.

bartek24m
10-19-2009, 10:23 PM
i thinking about added in table 'post' via phpmyadmin everywhere [url] before http:// but it could complicate with links for images :/

So the only one way in which i can update parse links is by clicking 'edit post' and 'save' afterwards

but there is many posts and i just looking for some script which can update all post in wysigw mode with option parse links checked and save