hi, I'm having a problem when installing the new version of the TP
- In the frontpage, the edit link of the blocks, are linking to something like this
http://www.myforum.com/index.php?action=tpadmin;blockeditc=29;sesc=497afc8dbf18d0f565a2b310f548d52b
when the link should be
http://www.myforum.com/index.php?action=tpadmin;blockedit=29;sesc=497afc8dbf18d0f565a2b310f548d52b
- I cant edit the blocks on the admin panel "activate them or not"
Version of SMF: 1.1.5
the mod was installed successfully trough the package manager, please give me some references to fix those problems, in what file i can find the blockedit string?? to fix it
the forum was running before the TP 1.0.5, and there where no issues like the described before
Thanks for your help
I don't see how this could be a problem with TP, as others have not had this error yet. Nor do I on any of my test sites. I don't know what would add the extra character in there. Maybe a mod or something, or a bad block of code in a block is doing it. Disable all the custom code blocks if you can, and check this in the default theme only before trying to get any custom themes working.
seems like you are trying to do edits with out being logged in, the url looks like a session number
It is odd that the extra 'c' is appearing in the 'blockedit' portion of the url. Assuming you copied the code using right-click/copy link, does it appear this way for all blocks you want to edit or just one?
Quote from: G6 on October 13, 2008, 06:11:18 AM
seems like you are trying to do edits with out being logged in, the url looks like a session number
actually i was logged in, tryed with two forums, one works nice, but the other one, had the problems i mentioned before, with the 1.0.5 version, i havent had those problems, its strange, cuz i made the upgrade, and the clean installation, and that always happened, ill be looking for a solution
Thanks to all for the responses
JCS
The extra "c" was used earlier in TP0.9.8 as part of editing a block, "c" meant "centerpanel".
But in TP 1.0 it should only appear as "blockedit", check that any custom theme doesn't have its own TPtemplate files, if so, try renaming them temporarily to see if the link changes.
Quote from: Bloc on October 14, 2008, 01:44:50 PMThe extra "c" was used earlier in TP0.9.8 as part of editing a block, "c" meant "centerpanel".
Learn something everyday 'round this place! ::)