News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Simple Tagging

Started by Fustrate, March 30, 2009, 12:50:59 AM

Previous topic - Next topic

Sudhakar Arjunan

Quote from: Fustrate on May 18, 2009, 11:58:34 AM
Alas, it does not show who has added which tag to a topic. I tried to keep this one fairly simple and to the point, without many fancy features.

Yes and any update for it http://www.simplemachines.org/community/index.php?topic=301994.msg2039261#msg2039261
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

Fustrate

I'll write up a manual way to do it if you have phpmyadmin... there's a bug in RC1 that's preventing the old tags from being transferred. Basically, you need to download that one table in SQL INSERT format, and change the queries, and then just execute the new ones in phpmyadmin. Not too complicated, but I'm at school and I don't have the source files for both mods to look at.
Steven Hoffman
Former Team Member, 2009-2012

Sudhakar Arjunan

Quote from: Fustrate on May 18, 2009, 02:08:14 PM
I'll write up a manual way to do it if you have phpmyadmin... there's a bug in RC1 that's preventing the old tags from being transferred. Basically, you need to download that one table in SQL INSERT format, and change the queries, and then just execute the new ones in phpmyadmin. Not too complicated, but I'm at school and I don't have the source files for both mods to look at.

Thanks for your time.

As i have understand, i could do work on phpmyadmin very easily.
I will download the table and what query i have to change.

Take your time and kindly help me out when you have time.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

Özgür

I think we need this auto_suggest_item div must be this style.. This looks nice =)
/* These are for the auto suggest floating div type thing. */
.auto_suggest_div
{
   border-top: 1px solid #dadada;
   border-left: 1px solid #dadada;
   border-right: 1px solid #dadada;
   background-color: #f7f7f7;
   position: absolute;
   font-size: 1em;
   padding:5 10px;
}

/* An auto suggest item */
.auto_suggest_item
{
   background-color: #f7f7f7;
   padding:5px 15px;
   border-bottom: 1px solid #dadada;
   color: #000;

}

/* hovered auto suggest item */
.auto_suggest_item_hover
{
   background: url(images/autosuggest_back.gif) repeat-x;
   background-color: #375576;
   border-bottom: 1px solid red;
   padding:5px 15px;
   cursor: pointer;
   color:#000;
}
So Long

akbora

I update my smf. This mod was running very very good while previous version RC1

Can I get Previous data to new RC1-1. Because I installed simple tagging again and it is empty now.
SMF 2.0.13
Default Theme
Utf8 Turkish
---------------

Sudhakar Arjunan

Quote from: Fustrate on May 18, 2009, 02:08:14 PM
I'll write up a manual way to do it if you have phpmyadmin... there's a bug in RC1 that's preventing the old tags from being transferred. Basically, you need to download that one table in SQL INSERT format, and change the queries, and then just execute the new ones in phpmyadmin. Not too complicated, but I'm at school and I don't have the source files for both mods to look at.

When you will update author.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

Fustrate

Quote from: akbora on June 27, 2009, 09:31:54 AM
I update my smf. This mod was running very very good while previous version RC1

Can I get Previous data to new RC1-1. Because I installed simple tagging again and it is empty now.
If you have the database tables, just replace the new with the old

A.SK - ya, I keep forgetting about this mod... if you look at install.php it pretty much shows how it does it (though with $smcFunc, not straight queries). Seeing as I'm falling behind on support, it might take me a while to get around to everything.
Steven Hoffman
Former Team Member, 2009-2012

Sudhakar Arjunan

Quote from: Fustrate on June 29, 2009, 11:54:39 AM
Quote from: akbora on June 27, 2009, 09:31:54 AM
I update my smf. This mod was running very very good while previous version RC1

Can I get Previous data to new RC1-1. Because I installed simple tagging again and it is empty now.
If you have the database tables, just replace the new with the old

A.SK - ya, I keep forgetting about this mod... if you look at install.php it pretty much shows how it does it (though with $smcFunc, not straight queries). Seeing as I'm falling behind on support, it might take me a while to get around to everything.

Sure and i will be waiting for it. Good mod.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

akbora

I changed new db files with old files, but we can not see old tag records on the posts also tag clouds?
SMF 2.0.13
Default Theme
Utf8 Turkish
---------------

Advertisement: