inherit
187402
0
Mar 23, 2016 19:15:19 GMT -8
Barkley
1,591
December 2012
avinalaff
|
Post by Barkley on Oct 17, 2013 18:44:58 GMT -8
It's from attempting to upload the file to my site. It's not having it for some reason. I think it's decided we're only allowed 20 installs of the same plugin ha ha That's not an issue I can fix. Are you saying you have 20 versions of the plugin installed, or have installed 20 versions over time, only having one version installed now, lol? Also are you trying to install from the library. I was just trying to offer a little humour mate. I have the last version 2.0.1 installed. As soon as I attempt to upload your latest 2.0.2 it gives me that error time and again. I've only ever had that error before when it was the wrong type of file, so I'll run through the process again and check everything.
|
|
Former Member
inherit
guest@proboards.com
131621
0
Dec 2, 2024 16:29:26 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Oct 17, 2013 18:45:22 GMT -8
that's a current problem on Support, check the general Support board--I'm seeing a lot of threads about it. I'm sure the admisn will resolve it soon =)
|
|
inherit
187402
0
Mar 23, 2016 19:15:19 GMT -8
Barkley
1,591
December 2012
avinalaff
|
Post by Barkley on Oct 17, 2013 18:47:55 GMT -8
that's a current problem on Support, check the general Support board--I'm seeing a lot of threads about it. I'm sure the admisn will resolve it soon =) Appreciate that Elf. You just saved me a whole lot of work. Nice one.
|
|
inherit
187402
0
Mar 23, 2016 19:15:19 GMT -8
Barkley
1,591
December 2012
avinalaff
|
Post by Barkley on Oct 18, 2013 6:10:27 GMT -8
OK, quick update.
Installed the 2.0.2 but the same problem exists regarding opening a new tab.
Once the tab is opened, everything stays in the new tab, so not a multiple opening of tabs issue. The 2 culprits are the last 2 in my chain. Regarding self or blank, there is no setting to add _self or _blank, so presume your code already caters for that. All my options are set to self, not blank, yet arcade and profile refuse to use the same tab as the forum starts in.
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Oct 18, 2013 7:16:52 GMT -8
It's still not working because you still don't have the target set for the sublinks.
You have NAME|URL and it needs to be NAME|URL|TARGET
I told you that arleady. The main link target is just for the main link(the one that shows in the menu).
|
|
inherit
187402
0
Mar 23, 2016 19:15:19 GMT -8
Barkley
1,591
December 2012
avinalaff
|
Post by Barkley on Oct 18, 2013 7:54:46 GMT -8
It's still not working because you still don't have the target set for the sublinks. You have NAME|URL and it needs to be NAME|URL|TARGET I told you that arleady. The main link target is just for the main link(the one that shows in the menu). Laughing here. You actually said For very basic coders like myself, you need to presume no knowledge ha ha. What you meant was this, yes? : manually add |"target="_self" or |"target="_blank" to the end of the sub nav links _self is default, and have never had to enter it before, hence why I was confused. Much obliged Shorty. ps. Why the need for a pipe before the target?
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Oct 18, 2013 7:58:20 GMT -8
No. An Example
Home|/|_self
I added the option for a target so that you wouldn't have to do the method you showed. And before it defaulted to _self because there was no target on the link, so it acted normally. But now the target is part of it and if you don't have it, then it will make the target undefined and treat it as _blank.
EDIT: In the plugin instructions I even put what the two options are for people who don't know(either _blank or _self).
EDIT #2: I just read the ps about the pipe and the target. The pipe is used because it's what separates the options. You don't need the target="_self" it just needs to be _self. I put it as an option that you wouldn't have to put the HTML in because it was not easy. So I made it easier.
|
|
inherit
187402
0
Mar 23, 2016 19:15:19 GMT -8
Barkley
1,591
December 2012
avinalaff
|
Post by Barkley on Oct 18, 2013 8:52:04 GMT -8
No. An Example Home|/|_self I added the option for a target so that you wouldn't have to do the method you showed. And before it defaulted to _self because there was no target on the link, so it acted normally. But now the target is part of it and if you don't have it, then it will make the target undefined and treat it as _blank. EDIT: In the plugin instructions I even put what the two options are for people who don't know(either _blank or _self). EDIT #2: I just read the ps about the pipe and the target. The pipe is used because it's what separates the options. You don't need the target="_self" it just needs to be _self. I put it as an option that you wouldn't have to put the HTML in because it was not easy. So I made it easier. I'd originally thought the option to choose self or blank covered all bases, hence the confusion. Thanks Shorty.
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Oct 18, 2013 8:58:59 GMT -8
No. An Example Home|/|_self I added the option for a target so that you wouldn't have to do the method you showed. And before it defaulted to _self because there was no target on the link, so it acted normally. But now the target is part of it and if you don't have it, then it will make the target undefined and treat it as _blank. EDIT: In the plugin instructions I even put what the two options are for people who don't know(either _blank or _self). EDIT #2: I just read the ps about the pipe and the target. The pipe is used because it's what separates the options. You don't need the target="_self" it just needs to be _self. I put it as an option that you wouldn't have to put the HTML in because it was not easy. So I made it easier. I'd originally thought the option to choose self or blank covered all bases, hence the confusion. Thanks Shorty. You're welcome.
|
|
Former Member
inherit
guest@proboards.com
131621
0
Dec 2, 2024 16:29:26 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Oct 25, 2013 9:27:36 GMT -8
Hey, Shorty, I have the profile drop-downs set up to give the url alcryst.proboards.com/user/[#userid]/personal but it no longer converts the variable to the respective user id, it remains that variable and gives you an error. it worked before so I assume an update broke it. Or maybe I did something wrong I dunno, but I haven't changed the urls since they worked last. Any ideas?
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Oct 25, 2013 10:55:45 GMT -8
The variable changed to $[user.id]
|
|
inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Oct 25, 2013 10:56:27 GMT -8
I don't get how to edit the sub settings since you've updated, I can't get my head around the coding... Here's what i have so far, for the Admin Button. but the sub links don't work. Settings|/admin/settings|(Forum,/admin/settings/forum)(Calendar,/admin/settings/calendar)(News Feed,/admin/settings/news)(Shoutbox,/admin/settings/forum/shoutbox)(Censored Words,/admin/settings/forum/censors) Themes|admin/themes|(Manager,/admin/themes/manager)(Colors & Creator,/admin/themes/easy)(Advanced Colors,/admin/themes/visual)(Style Sheet,/admin/themes/2/css)(Layout Templates,/admin/themes/advanced) Structure|/admin/structure|(Categories & Boards,/admin/structure/category_board)(Headers & Footers,/admin/structure/headers)(Custom Pages,/admin/structure/custom_pages) Plugins|/admin/plugins/manage Members|/admin/members|(Groups,/admin/members/groups)(Ranks,/admin/members/ranks)(Custom Profile Fields,/admin/members/fields)(Forum Avatars,/admin/members/avatars)(Email Members,/admin/members/email) Security|/admin/security|(Logs,/admin/security/log)(Ban Members,/admin/security/ban_members)(Forum Cleanup,/admin/security/forum_cleanup)(Reported Posts,/admin/security/reported_posts) File Storage|/admin/file_storage/overview So could you please just clarify how the above variables should look for me please?
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Oct 25, 2013 11:17:17 GMT -8
Settings|/admin/settings|{Forum,/admin/settings/forum}{Calendar,/admin/settings/calendar)(News Feed,/admin/settings/news}{Shoutbox,/admin/settings/forum/shoutbox}{Censored Words,/admin/settings/forum/censors} Themes|admin/themes|{Manager,/admin/themes/manager}{Colors & Creator,/admin/themes/easy}{Advanced Colors,/admin/themes/visual}{Style Sheet,/admin/themes/2/css}{Layout Templates,/admin/themes/advanced} Structure|/admin/structure|{Categories & Boards,/admin/structure/category_board}{Headers & Footers,/admin/structure/headers}{Custom Pages,/admin/structure/custom_pages} Plugins|/admin/plugins/manage Members|/admin/members|{Groups,/admin/members/groups}{Ranks,/admin/members/ranks}{Custom Profile Fields,/admin/members/fields}{Forum Avatars,/admin/members/avatars}{Email Members,/admin/members/email} Security|/admin/security|{Logs,/admin/security/log}{Ban Members,/admin/security/ban_members}{Forum Cleanup,/admin/security/forum_cleanup}{Reported Posts,/admin/security/reported_posts} File Storage|/admin/file_storage/overview You need to use brackets instead of parenthesis.
|
|
inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Oct 25, 2013 11:26:29 GMT -8
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Oct 25, 2013 11:30:55 GMT -8
You are using the wrong userid variable. Replace all [#userid]s with $[user.id]
|
|